Jump to content

A Few Q's Regarding Wpi


Recommended Posts

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" /qn

whats the msiexec.exe /i about?

2.

Is this how I would add a key into the registry?

REGEDIT /S %systemdrive%\Install\WinRAR\rarreg.key

3.

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!

Link to comment
Share on other sites


Hi

1. 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 commands

rega[pn] = Regfile AFTER commands

3. I have my cleanup.cmd in my winnt.sif just after WPI

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...