MindManager Pro 7.2 Uninstall
Hello,
I have an msi for the application Mind Manager 7. This application leaves behind a folder PDF- XCHANGE on uninstall. I tried using a custom action to remove this folder on un-install but it doesnt work. I also tried the command line: "C:\Program Files\Mindjet\MindManager 7\PDF-XChange\unins000.exe" /SILENT to remove the folder. Although this command line removes the folder it gives a reboot prompt. I tried to suppress the reboot prompt by giving the options REBOOT=ReallySuppress REBOOTYESNO=NO REBOOTPROMPT=S /NORESTART". But even this doesnt suppress it. Could some let me know if there's any other way to suppress the reboot prompt?
I have an msi for the application Mind Manager 7. This application leaves behind a folder PDF- XCHANGE on uninstall. I tried using a custom action to remove this folder on un-install but it doesnt work. I also tried the command line: "C:\Program Files\Mindjet\MindManager 7\PDF-XChange\unins000.exe" /SILENT to remove the folder. Although this command line removes the folder it gives a reboot prompt. I tried to suppress the reboot prompt by giving the options REBOOT=ReallySuppress REBOOTYESNO=NO REBOOTPROMPT=S /NORESTART". But even this doesnt suppress it. Could some let me know if there's any other way to suppress the reboot prompt?
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
The reboot properties you're using are valid only for MSI-based installs/uninstalls. You're calling a custom EXE which probably doesn't use an MSI and if it did, you wouldn't be able to run it inside another MSI anyway.
The reboot is probably requested because you're running the EXE from a folder which needs to be deleted.
The simplest route for you is to use the RemoveFile table in your MSI.
The reboot is probably requested because you're running the EXE from a folder which needs to be deleted.
The simplest route for you is to use the RemoveFile table in your MSI.
Posted by:
timmsie
14 years ago
you could add the directory to the directory table, then you'll be able to use the RemoveFile table
It does leave the folders behind for a reason though, have you read this:
http://www.mindjet.com/export/sites/default/pdf/eng/mm7pro_largeScaleDeploymentGuide.pdf
It does leave the folders behind for a reason though, have you read this:
http://www.mindjet.com/export/sites/default/pdf/eng/mm7pro_largeScaleDeploymentGuide.pdf
Posted by:
anonymous_9363
14 years ago
Posted by:
D.Savard
14 years ago
PDF-Xchange 3 use InnoSetup uninstaller.
Try /VERYSILENT /NORESTART.
You can find Inno Setup Command Line Parameters at this link : http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html
Try /VERYSILENT /NORESTART.
You can find Inno Setup Command Line Parameters at this link : http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html
Posted by:
AngelD
14 years ago
Posted by:
richa_shetty86
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.