View Single Post
  #80  
Old 04-06-2012, 00:24
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by zyo View Post
The game installed ok on 32bit win7, but .net installer doesn't work properly I think the installer tried to install 64bit instead of 32bit.
Also the shortcut should point to launcher instead of the main exe?
wrong.. setup.ini has both, maybe you missed something?

Code:
Launch3=Dotnet x86
Launch364=0
Launch3BeforeInstall=0
LaunchCom3=Redistributables\DotNet\x86\dotnetfx.exe
LaunchArg3=/q:a

Launch4=Dotnet x64
Launch464=0
Launch4BeforeInstall=0
LaunchCom4=Redistributables\DotNet\x64\NetFx64.exe
LaunchArg4=/q:a
Reply With Quote