/build/static/layout/Breadcrumb_cap_w.png

ZOLL Data Systems RescueNet Code Review

Version: 3

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: 3.4k  |  Created: 08/18/2006

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

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 4 / 5 (Somewhat Difficult) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)
117
Note
ZOLL Code Review v3.41 is software to access, view, annotate, maintain, and print resuscitation incident data that has been recorded on Zoll defibrillators. The data (my case) is stored on PCMCIA memory cards but other means are also possible (like Bluetooth?) (http://www.zolldata.com/)

Pre-requisites: .NET 1.1

Issues:
The package is a single InstallShield EXE that contains 2 MSIs. The "Code 341.msi" cannot be made unattended/silent by using ISSETUPDRIVEN=1 property. You cannot feed it a property for the CD Key because the MSI is used as a wrapper for yet another hidden InstallShield Setup.Exe (You can't even see files or registry entries in the MSI!). The kicker is that it installs the "InstallShield update service" (aka InstallShield Update Manager.)

Solution:
Step 0- Extract the MSIs from the code341.exe using the temp folder method.

*Step 1-pre-populate the registry with the CD Key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Pinpoint Technologies, Inc.\ZDC]
"License"="######-######-######-######"

*step 2-create CMD file in the same folder as the MSIs with the following:
"%~DP0ISScript1050.Msi" /qb /l*v "%TEMP%\ISScript1050.Msi.log"

"%~DP0Code 341.msi" ISSETUPDRIVEN=1 MODE=SILENTMODE /qb /l*v "%TEMP%\Code 341.msi.log"

The Key thing is the MODE=SILENTMODE property
BTW: The %~DP0 is an environment variable that works only inside CMD batch files. It contains the current path to the CMD batch file's folder.

The Caveat: None of the shortcuts get created. Must copy them from a machine that ran the regular manual installation. Therefore:
Step 4- Copy the shortcuts to the target machine

Also, upon uninstall these shortcuts do not get removed (yet another cleanup to do)
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
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

RescueNet Code Review

Version

3

Questions & Answers (0)

Questions & Answers related to ZOLL Data Systems RescueNet Code Review

Blogs (0)

Blog posts related to ZOLL Data Systems RescueNet Code Review

Reviews (0)

Reviews related to ZOLL Data Systems RescueNet Code Review

 
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