You are on page 1of 6

Setup files

1) Unzip the contents of “IS12Prereqs.zip” to “C:\Program Files\Macrovision\IS12\SetupPrerequisites”.

2) Unzip the contents of “QL2007ISProjects.zip” to “C:\InstallShield 12 Projects”.

3) Create a folder named “install” on “c:” and unzip “QL2007InstallData.zip” into “c:\install”. You should
copy the \{new product GUID data folder}for the new product to C:\install.

4) Request that Impelsys generates a license.csa for product activation and put in the \data\{new product
GUID folder}.

4) In “C:\My InstallShield 12 Projects” make a copy of “QL2007.ism” and name it “{new product}.ism”

5) In “C:\My InstallShield 12 Projects” make a copy of the “QL2007” folder and name it “{new product}”
Edit InstallShield Script

1) Open “{new product}.ism” with InstallShield 12, this is the single user install. Obviously these
instructions are for Neurology, for other titles you will need to use different names, titles and GUID’s.

2) Click “General Information”


a) Click “Summary Information Screen”
i) Edit the “Subject” field. Put the product title “{new product
title}”.
ii) Click & select “Package Code”, click “Generate GUID” below.
This should change the “Package Code”.
b) Click “Product Properties”
i) Edit “Name”, put “{new product title}”.
ii) Click & select “Product Code”, click “Generate GUID” below.
This should change the “Product Code”.
iii) Click & select “Upgrade Code”, click “Generate GUID” below.
This should change the “Upgrade Code”.

3) Click “Files and Folders”


a) In “Destination computer’s folder” bottom middle window expand the
“Lippincott Williams & Wilkins” folder and click on “Quick Look Drug
Reference” so we can edit. Change to “{new product title}”.
b) Expand the Data folder
c) Drag & drop a copy of the {new product data} folder from C:\Install to this
“Data” folder. You will be asked if you want to create a dynamic link, click No.
You then get another screen, make sure “Include subfolders” is checked. Click
OK.
d) You can delete the existing DFD0BA22-8A15-454e-84D6-6297D5ECC71F
folder in the “Destination computer’s folder” in your new InstallShield project
since this was for QuickLook and we are now working on {new product title}.
e) Help files: We will be sending an “About_{new product title}” help folder
which you need to put in “C:\install\{new product GUID}”.
.

4) Click “Installscript”
c) MyFunction: Yes I should have changed this function name, but I did not.
Change line 157, update the GUID (Will be different for each product)
svTitleDest = MyTargetDir + "data\\DFD0BA22-8A15-454e-84D6-
6297D5ECC71F\\";
to read
svTitleDest = MyTargetDir + "data\\{new product GUID}\\";
we can comment out lines 174 to 252. Put /* on line 174 and */ on line 252.

d) RemoveTitleFromRRB: Modify the GUID on line 273 to the GUID of the


current product.
svCommandLine = "-d " + new product GUID ";

e) Click “Build” & “Compile”. It should compile with no errors.

5) Click “Releases”
a) Click “Release 1”
b) Click “Build” on the top menu.
c) Click “Build Release 1” under “Build”,
d) If no errors then Click “Tools”, “Open Release Folder”
e) Burn to CD and test on test PC.

Mulit-User Version

1) In “C:\My InstallShield 12 Projects” make a copy of “QLDB2007 Network.ism” and name it “Neuro
Network.ism”

2) In “C:\My InstallShield 12 Projects” make a copy of the “QLDB2007 Network” folder and name it
“Neuro Network”
3) In “C:\My InstallShield 12 Projects” make a copy of “QLMU.ism” and name it “NeuroMU.ism”

4) In “C:\My InstallShield 12 Projects” make a copy of the “QLMU” folder and name it “NeuroMU”

1) Open “Neuro.ism” with InstallShield 12, this is the network install. Obviously these instructions are for
Neurology, for other titles you will need to use different names, titles and GUID’s.

2) Click “General Information”


a) Click “Summary Information Screen”
i) Edit the “Subject” field. Put the product title “Stedman’s
Neurology & Neurosurgery Words, 4th edition”.
ii) Click & select “Package Code”, click “Generate GUID” below.
This should change the “Package Code”.
b) Click “Product Properties”
i) Edit “Name”, put “Stedman’s Neurology & Neurosurgery
Words, 4th edition”.
ii) Click & select “Product Code”, click “Generate GUID” below.
This should change the “Product Code”.
iii) Click & select “Upgrade Code”, click “Generate GUID” below.
This should change the “Upgrade Code”.

3) Click “Files and Folders”


a) In “Destination computer’s folder” bottom middle window expand the
“Lippincott Williams & Wilkins” folder and click on “Quick Look Drug
Reference” so we can edit. Change to “Neurology 4E”.
b) Expand the Data folder
c) Drag & drop a copy of the 4D1877C8-2ECE-447e-9A8C-FF9E6133366F
folder from C:\Install to this “Data” folder. You will be asked if you want to
create a dynamic link, click Yes. You then get another screen, make sure
“Include subfolders” is checked. Click OK.
d) You can delete the existing 08856D18-D9A0-48d1-9D38-056755F00C9F
folder in the “Destination computer’s folder” in your new InstallShield project
since this was for QuickLook and we are now working on Neuro or some other
title.
e) Help files: We will be sending an “About_Neurology” help folder which you
need to put in “C:\install\{new product GUID}”.

4) Click “Installscript”
c) MyFunction: Yes I should have changed this function name, but I did not.
Change line 152, update the GUID (Will be different for each product)
svTitleDest = TARGETDIR + "data\\08856D18-D9A0-48d1-9D38-
056755F00C9F\\";
to read
svTitleDest = TARGETDIR + "data\\ 4D1877C8-2ECE-447e-9A8C-
FF9E6133366F\\";
we can comment out lines 166 to 244. Put /* on line 166 and */ on line 244.

d) RemoveTitleFromRRB: Modify the GUID on line 265 to the GUID of the


current product. For Neuro it would be:
svCommandLine = "-d " + 4D1877C8-2ECE-447e-9A8C-FF9E6133366F ";
e) Click “Build” & “Compile”. It should compile with no errors.

5) Click “Releases”
a) Click “Release 1”
b) Click “Build” on the top menu.
c) Click “Build Release 1” under “Build”,
d) If no errors then Click “Tools”, “Open Release Folder”
e) Go to Multi User wrapper steps below

1) Open “NeuroMU.ism” with InstallShield 12, this is the MultiUser wrapper install. Obviously these
instructions are for Neurology, for other titles you will need to use different names, titles and GUID’s.

2) Click “General Information”


a) Click “Summary Information Screen”
i) Edit the “Subject” field. Put the product title “Stedman’s
Neurology & Neurosurgery Words, 4th edition Multi User”.
ii) Click & select “Package Code”, click “Generate GUID” below.
This should change the “Package Code”.
b) Click “Product Properties”
i) Edit “Name”, put “Stedman’s Neurology & Neurosurgery
Words, 4th edition Multi User”.
ii) Click & select “Product Code”, click “Generate GUID” below.
This should change the “Product Code”.
iii) Click & select “Upgrade Code”, click “Generate GUID” below.
This should change the “Upgrade Code”.
3) Click “Files and Folders”
a) In “Destination computer’s folder” bottom middle window expand the
“Lippincott Williams & Wilkins” folder and click on “QLEDR2007MU” so we
can edit. Change to “Neurology 4E MU”.
b) Highlight and delete everything; from AllOtherFiles3 to ISSetupPrerequisites
c) Drag & drop a copy of all the files from step 5d above in the “Multi User
Version” Instructions. You will be asked if you want to create a dynamic link,
click Yes. You then get another screen, make sure “Include subfolders” is
checked. Click OK.

4) Click “Releases”
a) Click “Release 1”
b) Click “Build” on the top menu.
c) Click “Build Release 1” under “Build”,
d) If no errors then Click “Tools”, “Open Release Folder”
5) rename setup.exe MUsetup.exe
6) These files go in a Multi-User folder on the CD

You might also like