/build/static/layout/Breadcrumb_cap_w.png

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?

0 Comments   [ + ] Show comments

Answers (8)

Posted by: anonymous_9363 13 years ago
Red Belt
0
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.
Posted by: timmsie 13 years ago
Fourth Degree Brown Belt
0
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
Posted by: anonymous_9363 13 years ago
Red Belt
0
this folder is created through a custom actionWhy does that matter at uninstall time? You know the folder name and its location: that's all the information you need to populate the table.
Posted by: D.Savard 13 years ago
Yellow Belt
0
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
Posted by: AngelD 13 years ago
Red Belt
0
The reboot prompt during uninstall is due to the printer driver is in-use by the Spooler service.
Just stop the Spooler service before unins000.exe is called to uninstall the "PDF Writer" and then start the service again.
Posted by: richa_shetty86 13 years ago
Senior Yellow Belt
-2
Hi,

I cannot use RemoveFile Table as this folder is created through a custom action which runs an exe to create this folder.
Posted by: richa_shetty86 13 years ago
Senior Yellow Belt
-2
Can you suggest some other comamnd line options?
Posted by: richa_shetty86 13 years ago
Senior Yellow Belt
-2
Thanks i will try your suggestion and let you know
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ