I want set Notes program and data directory point to the D:\Lotus\Notes and D:\Lotus\Notes\Notes\data,and edit notes.ini add line:ConfigFile=setup.txt,of course,add setup.txt to D:\Lotus\Notes.my steps:
1 chose .itw file
2 chose msi file and "Windows Installer Transforms”to C:\new.mst and create it
3 setup organization-product Properties-default Destination Path,value:D:\Lotus\Notes
4 custom Features
5 in left pane,System Configuration,Files and Folders,the destination computer’s folders,the ProgramFilesFolder is as follows:
ProgramFilesFolder\IBM\Lotus\Notes
I want to set all to D:\Lotus\Notes,so I create Lotus files below “Destination Compputer”,and create Notes files below Lotus files which I created.I drag the setup.txt to the Notes files.
6in INI Files:right click the “Destination Computer” chose the Lotus I created before,I new Notes.ini below the Notes file,the notes setction,key is ConfigFile,value is setup.txt,action:add Line,
7on Left panel,Application Configuration,setup properties,the PROGDIR is D:\Lotus\Notes,DATADIE is D:\Lotus\Notes\Data
8Now I finish package it and install them.
but the setup.txt and notes.ini locate to C:\Lotus\Notes,
8Addtional Tools,Direct Edit,the middle panel,the component,IN cst_component and cst_component1,In the column “Directory_-s72” in the same row of the CST_COMPONENT1, click the entry, select the drop-down, and select “VDIR_SHARED” from the drop-down list,set cst_component to VDIR_SHARE.
9 In the center pane, select the table, IniFile, and then scroll down the component list until you locate CST_INIFILE.
- Change the value in the DirProperty column to the new value VDIR_INI.
the setup.txt and notes.ini is OK,but in C:dirver,I see C:\Lotus\Notes ,empty files.
what is the problem?
thanks in advantage.