View Single Post
  #2  
Old 12-09-2008, 17:38
retro_codger retro_codger is offline
Member
 
Join Date: Aug 2008
Location: north
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
retro_codger is on a distinguished road
To remove the CD nag towards the installer end:

Download this tool:
http://rapidshare.com/files/14481277...ecrypt.7z.html

Source:
http://forum.exetools.com/printthread.php?t=6444


Copy the setup.inx from CD1 to this program and run it.

Hex edit the output 'setup.inx.dec':
2100
1D01 (EnterDisk) --> E000 (FeatureIsItemSelected)
0200
0497FF
0609

Rename 'setup.inx.dec' --> 'setup.inx'

Burn to disc.
Tested and working.
Reply With Quote