View Single Post
  #48  
Old 22-03-2013, 00:20
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Quote:
Originally Posted by senseman View Post
If the DATA FILES entry is not clickable, you need to
go to your Documents\My Games\Skyrim directory, open SkyrimPrefs.ini and addthe following line under the [Launcher] section:
bEnableFileSelection=1
You can add this to your piece of code under [Files].
Code:
Source: "ini\SkyrimPrefs.ini"; DestDir: "{userdocs}\My Games\Skyrim";
I think that you need to start Launcher once for the file to get created. Then you edit it to add "bEnableFileSelection=1" statement and save the modification. After that, make folder called "ini" in same folder as InstallerScript.iss and move SkyrimPrefs.ini to that folder.

Also, you should change the order of Installations of original files from Update v1.9.29.0 => Dragonborn DLC to Dragonborn DLC => Update v1.9.29.0...
Dragonborn DLC was released in February, Update 1.9 was released in March. (Cosmetic Change)

Last edited by HellRazor; 22-03-2013 at 12:21. Reason: Re-arrange stuff.
Reply With Quote