How to add an Uninstall shortcut

  • Thread starter Thread starter Steve Source
  • Start date Start date
S

Steve Source

Hi

Can anyone give me a pointer to info on adding an uninstall shortcut
to a program group?

Many thanks


Regards
steve
 
Hi Steve,

Easier to answer if you say what if any tool you are using. Assumning you are
doing it by hand (Orca):

Create a non-advertised shortcut which points to "[SystemFolder]msiexec.exe".
The command line should be "/x {productcode}", where "{productcode}" is the
actuall Product Code for your install.

HTH

--
R. Michael Sanford
Windows Installer MVP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
JUST RELEASED!!! ActiveInstall 2004 -- Experience Windows Installer Nirvana!
Visit http://www.activeinstall.com and download a trial today!!!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
Hi Steve,

Easier to answer if you say what if any tool you are using. Assumning you are
doing it by hand (Orca):

Create a non-advertised shortcut which points to "[SystemFolder]msiexec.exe".
The command line should be "/x {productcode}", where "{productcode}" is the
actuall Product Code for your install.

HTH

Hi Michael, thanks for the quick response. I'm using visual installer
1.1 but I have Orca so your answer is perfect.

I'd assumed I had to access the locally stored msi somehow but wasn't
sure how to. All is clear now :-)

Thanks again

Regards
steve
 
Back
Top