View Single Post
  #10  
Old 06-05-2011, 02:30
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
@all

Edit custom action GFWLInstall like this:
Code:
Set wshShell = CreateObject ("WSCript.shell")
wshshell.run chr(34) & Session.Property("SourceDir") & "Live\GfwlivesetupStub.exe" & chr(34) & " /q" , 5, True
or use the msi file attached

Don't rename 'GFWLIVESetupStub.exe' to 'GFWLIVESetup.exe'
Attached Files
File Type: 7z Game.msi.7z (651.7 KB, 169 views)

Last edited by peterf1999; 06-05-2011 at 03:18.
Reply With Quote