QUOTE (spachtler @ Mar 2 2004, 05:48 PM)
you can use "setup.exe -R" (Attention: -R is case sensitive)
to create an setup.iss file. my command line looks like this:
CODE
REG ADD %KEY%\037 /VE /D "Partition Magic 8.01" /f
REG ADD %KEY%\037 /V 1 /D "%systemdrive%\tempinstall\pm801\Setup.exe -s -f1\"%systemdrive%\tempinstall\pm801\setup.iss"\" /f
sorry for digging up an old thread

but I'm just trying to understand something...
I followed the above to the letter, which created the setup.iss file...
I then placed the setup.exe and setup.iss file together in my PartitionMagic directory ready for unattended installation...
I also figured that I would need to place the PartitionMagic.msi file in this same folder as the above 2 files... is this correct?
Are there any other files that are required to be placed in this same directory?