February 18, 200521 yr there are to sfx archives that i want to add to my installation because i have to have OemPreinstall=No to install my Raid drivers. I made an archive of everything that is going into the Windows folder called $$.exe and I made an archive of everthing that is going in the documents and settings folder called $DOCS.exe. Can I add them both to DetachedProgram like this:DetachedProgram="%systemdrive%\$$.exe;%systemdrive%\$DOCS.exe"or is there some way that i have to make it 1 file?
February 18, 200521 yr ... DetachedProgram="%systemdrive%\$$.exe;%systemdrive%\$DOCS.exe" ...No can do ...
February 18, 200521 yr You could put $DOCS.exe in $$.exe, and have $$.exe run $DOCS.exe when it extract its files.
February 18, 200521 yr better to call a cmd file.from there you can run what you like, 1 or many programs.
February 18, 200521 yr Author ok so i will put $DOCS.exe into $$.exe. in the coments tab of my $$.exe i have:Path=C:\WindowsSavePathSilent=1Overwrite=2what do i need to add to it to get it to run $DOCS.exe ?
February 18, 200521 yr Use this for your coments tab;The comment below contains SFX script commandsPath=%windir%\SavePathSetup=$DOCS.exeSilent=1Overwrite=1
Create an account or sign in to comment