cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
Aki
Aki
Level I

Uninstall JMP PRO 16 silently

Hi,

I want to uninstall JMP PRO 16 silently, i have tried with the below command but it is not working, looks like this stuck because of below pop up message

 

 1ef28f64-f711-4242-ba9a-54055a0189d2.jpg

 

 

"C:\Program Files (x86)\InstallShield Installation Information\{61DF41B1-9877-4906-80C4-09941A05BD77}\setup.exe" -runfromtemp -l0x0409 -removeonly /s

2 REPLIES 2

Re: Uninstall JMP PRO 16 silently

There needs to be a reference to the silent uninstall script file in your command.  When you uninstall from a command line with a  -r  at the end of the command line, the uninstall script will be recorded with an  .iss  file extension.  The, update your command to reference the  .iss  file.  Note that there is no space after the "-f1" 

 

 

"C:\Program Files (x86)\InstallShield Installation Information\{61DF41B1-9877-4906-80C4-09941A05BD77}\setup.exe" -f1C:\full_path_to_uninstall.iss -runfromtemp -l0x0409 -removeonly /s

- Bob Hickey
lwx228
Level VIII

Re: Uninstall JMP PRO 16 silently

Copy the JMP folder to another path first.Then uninstall the original installation.In this way, the newly copied JMP will still work well in the future.