Ctwizzy Posted March 29, 2005 Posted March 29, 2005 1.Im new to WPI and saw examples doing this:msiexec.exe /qb /i %cdrom%\Install\Winamp\Winamp505.msi INI="%cdrom%\Install\Winamp\setup.ini"could I not do this?%systemdrive%\install\Winamp\Winamp5.0.8.msi INI="%systemdrive%\install\winamp\winamp.ini" /qnwhats the msiexec.exe /i about?2.Is this how I would add a key into the registry?REGEDIT /S %systemdrive%\Install\WinRAR\rarreg.key3.How do I make sure my cd runs my cleanup after the cd is done? Do i put this in my WPI????Thats all I have for now.Thanks!
Stalkie Posted March 29, 2005 Posted March 29, 2005 Hi1. Some people use the msiexec /i (/i for install), but it shouldn't be needed, since msiexec is already registered to the .msi files.2. in your config use these:regb[pn] = Regfile BEFORE commandsrega[pn] = Regfile AFTER commands3. I have my cleanup.cmd in my winnt.sif just after WPI
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now