View Single Post
  #9  
Old 09-12-2009, 04:06
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
Quote:
Originally Posted by 9lasser View Post
What edit in installer to load DiRT2_arc.exe after installation?
InstallShield (not msi installer) doesn't allow (like the msi version does) to edit the installation database to add a new item to run after install.
However, if the game installs/update DirectX, try to include the arc sfx into the DirectX folder (if available), delete all the content and rename your file to dxsetup.exe.
If there's no DirectX folder and the game still updates DirectX it's because it has it internally.
To do that, rename you arc sdx to DXSetup.exe and then replace it inside the cab with iscab.exe.

this is an example code. You must change to fit your needs:
Code:
[ISCAB Info]
Product=ISCAB
Version=2.0

[DirectX]
FileXPTO=DXSetup.exe
then run the command: iscab data1.cab -a -i"filename with previous code"

This way, Installshield with run the freearc sfx instead of DirectX

I don't have the game so I don't know the right stuff.
Peterf1999 can help you better with this.
Reply With Quote