Thread
:
Blackbox Inno Setup Script
View Single Post
#
11
20-05-2013, 12:47
Kurutucu
Registered User
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
@skakmatch
Open Main.iss.
1.
Add this under #defines:
Code:
#define Publisher "Ubisoft"
2.
Find
DefaultDirName={{#Dir}}\{#AppName}
then change with this
Code:
DefaultDirName={{#Dir}}\{#Publisher}\{#AppName}
The Following User Says Thank You to Kurutucu For This Useful Post:
skakmatch
(20-05-2013)
Kurutucu
View Public Profile
Find all posts by Kurutucu