I am working on installshield MSI project using IS10.5 professional.
I am trying to remove ( uninstall ) application from the shortcut created during the installation[ B](strat-program-Applicatoin name-/repair or Remove application)[/B] . There is some GUI sequence is while removal(uninstall) . But the GUI is not displyed if i try to uninstall from the shortcut.
The Arguments in the shortcut is given below.
Repair/Remove shorcut
Arguments : /x {Product code}
If i try to remove it form the control panel/add remove programs
then the uninstallation shows all the required GUI sequence before uninstallation. Then what is wrong with short cut menu?
In Addition to this : With the Arguments : /I {Product code} /qf
if tryto remove from shortcut
windows installer pops up the Dialog showing " 1:" message and abort. (see the attachment)
as per the Help /qf is used for FULL GUI option. i dont know how to do this? am i doing anything wrong ?
please help me.
Thanks ,
Shekhar
Attached Image (Click thumbnail to expand)
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Uninstall problem in Installscript MSI project.
Started by
Shekhar
, Dec 21 2005 06:29
3 replies to this topic
Posted 21 December 2005 - 17:43
/x removes in basic UI mode (or in silent mode, not sure).
InstallScript MSI rpojects can't be run using msiexe. Instead you have to launch setup.exe.
InstallScript MSI rpojects can't be run using msiexe. Instead you have to launch setup.exe.
Stefan Krüger
InstallSite.org twitter facebook
Posted 26 December 2005 - 18:26
Hi,
how can i launch setup.exe ater user completed the installation. In this case he has to use the media while installation and uninstallation time.
I dont want to do like this.
is there any other way?
Thanks
Shekhar
how can i launch setup.exe ater user completed the installation. In this case he has to use the media while installation and uninstallation time.
I dont want to do like this.
is there any other way?
Thanks
Shekhar
Posted 28 December 2005 - 12:16
You could use the same command that's written in the uninstall registry key.
Stefan Krüger
InstallSite.org twitter facebook