Thanks to this forum I was able to create a custom silent install package. However, I have two questions:
-
Has anyone been able to remove obsolete NOTES.INI parameters in the INI file when deploying the Lotus Notes 6.5 clients using InstallShield Tuner? (the old REPLICATOR_SYNC_UNREAD paramter, since in R6.5 this is now an advance database property)
-
Also deleting a specific file(s)(in R5x we use the Calendar Print database, now in R6.5 we no longer need to use this database)
Thanks
Subject: Removing obsolete NOTES.INI parameters with InstallShield Tuner for Lotus Notes
- Has anyone been able to remove obsolete NOTES.INI parameters in the INI file when deploying the Lotus Notes 6.5 clients using InstallShield Tuner? (the old REPLICATOR_SYNC_UNREAD paramter, since in R6.5 this is now an advance database property)
You should be able to use the INI Manager in the Tuner to set the values of Notes.ini settings to blank. I haven’t tried it myself but you could say I have extensive experience with the Tuner. 
- Also deleting a specific file(s)(in R5x we use the Calendar Print database, now in R6.5 we no longer need to use this database)
Hmm, since the file doesn’t exist in the 6.x installer it doesn’t know anything about it and the Tuner doesn’t appear to support adding a “remove existing file” option. You could probably accomplish removing this file easier with a LotusScript function.