View Single Post
  #11  
Old 20-05-2013, 12:47
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@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}
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
skakmatch (20-05-2013)