Lotus Notes 8.0.2 multiuser - ShortCuts
Hi
I have developed a package of Lotus Notes 8.0.2 Multiuser, but I'm having some problems with the shortcuts.
I have removed the shortcuts from the MSI file (with a MST file), because the users want another name for the shortcuts, so I create some new with a vbscript, but never the less, when I install Lotus Notes, the shortcuts turnes up.
This also shows when I install the Lotus Notes package from SCCM in System context, and I start the Java Notes Client (notes.exe), it also creates a desktop shortcut.
Hope anyone can help and sorry for my poor english :o)
Henning
I have developed a package of Lotus Notes 8.0.2 Multiuser, but I'm having some problems with the shortcuts.
I have removed the shortcuts from the MSI file (with a MST file), because the users want another name for the shortcuts, so I create some new with a vbscript, but never the less, when I install Lotus Notes, the shortcuts turnes up.
This also shows when I install the Lotus Notes package from SCCM in System context, and I start the Java Notes Client (notes.exe), it also creates a desktop shortcut.
Hope anyone can help and sorry for my poor english :o)
Henning
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
Posted by:
Henning
15 years ago
Posted by:
anonymous_9363
15 years ago
Posted by:
sumitsingh1984
15 years ago
Hi Henning,
The Lotus Notes 8.0.2 shortcut has been created by custom actions,that's why even when we delete them from shortcut table,it gets created when MSI is installed.
Even I had faced this issue,we can use vb/wise script to delete them,the only challenge is that it increases the installation time by a huge margin.
So end users might get annoyed when they are installing this app.
The Lotus Notes 8.0.2 shortcut has been created by custom actions,that's why even when we delete them from shortcut table,it gets created when MSI is installed.
Even I had faced this issue,we can use vb/wise script to delete them,the only challenge is that it increases the installation time by a huge margin.
So end users might get annoyed when they are installing this app.
Posted by:
anonymous_9363
15 years ago
Posted by:
rlgura
15 years ago
This was driving me nuts too! The icons would come back after deleting via vbScript also. Finally opened a ticket with IBM and they sent me a technical note - you have to set an environment variable before running the install!
Here's the code from my vbScript:
Here's the code from my vbScript:
'------- Install Notes 8.5
'RCPIGNORELINKS=true Environment setting will suppress shortcuts from MSI
oWshShell.Environment("System").item("RCPIGNORELINKS")="true"
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.