View Single Post
  #3  
Old 17-12-2008, 09:27
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
So... We can have a DVD9-to-DVD5
1.- We need to extract every file from the cabs and create the .ddf using ravd batch.
2.- for each file in the .ddf we create dummy (0 bytes) files we will use to store in the cab again - the msi will install those files.
3.- rename the files to their correct names - the hard part (a little program could make the trick).
4.- create a inno install with those renamed files in the respective folder.
5.- change the msi to run inno setup at the end.
Done.

seems easy - uhhhh...
Reply With Quote