Hello,
I’m trying to create a custom install of the Notes Client using InstallShield Tuner.
I’ve followed the instructions in the help file, manuals and red books. I’ve read a lot of messages here in the forum about problems using it.
I’m using the CD for Notes Client Only (not the complete one with Designer/Administrator) version 6.0.2 CF1.
I’ve installed IS Tuner from the Apps folder. After installed I get an “InstallShield Tuner OEM Edition” without Version in the About box.
The steps that I’m following are:
1 - Execute ISTuner
2 - Select “LotusNotes.itw” from the directory \Clients\W32Intel\ in the CD
3 - Select “Create a new transform file”
4 - Select “Lotus Notes 6.msi” from the directory \Clients\W32Intel\ in the CD
5 - Create a new project name for the transform file (i.e. C:\MST\mytransform.mst)
6 - Use the “Create Response File” to select options by simulate the installation
The options I select in the installation simulation are:
-
Accept the license
-
Username/Organization
-
Install Only for me (Single User)
-
PF to C:\Archivos de programa\Notes6
-
Data to C:\Archivos de programa\Notes6\Data
-
Select only “Notes Client”, “Client Help Files” and “Spell Checker”. Remove all other components
After the installation finishes, I have a response file create (the file C:\MST\mytransform.mst). InstallShield Tuner opens the file.
Then I go to Package → Location and select the target directory C:\INSTALL
I select the option to package the project (after saving the MST file
Then, If I go to the C:\INSTALL directory and execute the command:
msiexec /i “Lotus Notes 6.msi” /qn TRANSFORMS=“mytransform.mst”
… the installation is executed silently but I have problems with the directory where the program is installed. The program goes to C:\Archivos de programa\Lotus\Notes.
I’ve tried to change the “Default Destination Path” to ProgramFilesFolder\Notes6 without success.
Then I’ve changed some setup properties like DATADIR, PROGDIR, etc. to the correct path using “ProgramFilesFolder\Notes6” but the program is always installed in the incorrect directory.
Any idea about what’s is happening?
Thank you.