/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 11.3k  |  Created: 10/04/2013 by: ekgcorp

Average Rating: 0
JMP has 1 inventory records, 0 Questions, 0 Blogs and 2 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Windows Installer (Delivered as an EXE)
Average Package Difficulty Rating
Rated 4 / 5 (Somewhat Difficult) based on 2 ratings
Most Commonly Reported Deployment Method
Repackaged (to a legacy setup.exe)
1
Command Line

The vendors Install trys to handle a pre install of dotnetfx45_full_x86_x64.exe, but if you get it on pc before hand, it will skip it.

The Install can be automated with switches just keep vendors install folder structure in place so that setup.exe can reach ".\Extra" folder where other prereqs are held.

  1. run on clean pc after prereq above is installed, then run setup.exe /r /f1"%TEMP%\setup.iss"
  2. copy setup.iss file to same directory as setup.exe so it will use this for your deployment
  3. run desktop shortcut and go thru prompts to get your license info entered, this will create a jmp.per file in the same directory as jmp.exe
  4. copy jmp.per file to your deployment directory so you can use it later when you deploy

INSTALL COMMANDLINE

  1. run setup.exe /s /v"qb" (/s for silent, /v"qb" to make sure embedded MSI's dont dialog)
  2. if you want to log install then add /f2"%TEMP%\JMP_Install.log"
  3. after installs is complete then copy jmp.per file to INSTALLDIR on pc
UNINSTALL COMMANDLINE
 
This is where it got really tricky for me, I found no info online for silent uninstall. Everything failed until I went thru all Installshield options found here... http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q105473
The issue was if you run setup.exe silently on a pc where JMP is already installed; it wants to run Reinstall / Repair / Uninstall message before it continues. 
  1. when you first run uninstall command you will need to again create a responce file to use for your deployment..
  2. for Reponse / Record file run setup.exe /hide_splash /uninst /r /f1"%TEMP%\uninstall.iss"
  3. copy this file to the same directory as you setup.exe deployment directory
  4. for deployable uninstall run setup.exe /hide_splash /uninst /s /f1"%~dp0\uninstall.iss"

-         This uninstall process will not automatically uninstall the other 2 included MSI like it will if you simply uninstall from Run Advertise, so the last step was to simply run each of the msi /x uninstalls (JMP Profiler GUI, and JMP Profiler Core)

 

Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Repackaged (to a legacy setup.exe)
Deployment Difficulty: Average
Platform(s): Windows
0
Note

To do a silent uninstall, record an uninstall.iss, then run it by using this command-line:


"C:\Program Files (x86)\Installshield Installation Information\{AA751FBF-FCBC-49E9-BCDF-220310781481}\setup.exe" -s -removeonly -f1C:\full_path_to_uninstall.iss -f2C:\full_path_to_uninstall.log

Setup Information:
Setup Type: Legacy Setup with command line support
Deployment Method Used: Vendor Provided Command Line (answer file driven)
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

JMP

Version

0

Questions & Answers (0)

Questions & Answers related to SAS Institute JMP

Blogs (0)

Blog posts related to SAS Institute JMP

Reviews (0)

Reviews related to SAS Institute JMP

 
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