Jump to content


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.
Photo

CmdLine Equivalent of "Remove" of Win2000


2 replies to this topic

Dave I

Dave I
  • Members
  • 195 posts

Posted 26 July 2001 - 08:48

I understand that uninstalling the application with the Remove button in Add/Remove panel of the control panel invokes a silent install.

My problem is that I get an error 2707 only on Win 2000 Remove.  What is the Msiexec command line to reproduce this silent install as I need to debug it if possible.

Thanks,
Dave.


jsp

jsp
  • Members
  • 96 posts

Posted 26 July 2001 - 09:28

Here is the command :
msiexec /x Package|ProductCode /q
To have a log of WindowsInstaller actions, you can add at the end the command line:
/L*v "LogFile.txt"

Dave I

Dave I
  • Members
  • 195 posts

Posted 26 July 2001 - 09:50

Thanks jsp your a star,
                                   40 mins from post to reply I'm impressed!!