View Single Post
  #6  
Old 03-10-2008, 17:02
lonerunner lonerunner is offline
Registered User
 
Join Date: Jul 2008
Location: Serbia, Nis, City of angels
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
lonerunner is on a distinguished road
snapx installation works great, only glitch is that setup ask for Disk3 not Disk2. just edit this lines marked red in snapx .ISS file

Code:
[Setup]
DiskSpanning=true
SlicesPerDisk=3
DiskSliceSize=1566000000
AppName=Alone In The Dark
AppVerName=Alone In The Dark
and setup will create 5 .bin files
Code:
setup-1a
setup-1b
setup-1c
setup-2a
setup-2b
put setup-1 files on dvd1 and setup-2 files on dvd2 and installation will ask you to insert disk2.
Reply With Quote