Lotus notes 6.5.5 quick launch prob
Hi all,
I am repackaging lotus notes 6.5.5. i am facing problem with quick launch shortcut.
shortcut fials to appear for users.
i am copying quick launch shortcut from desktop to tray icon through custom action.
1. my app does not have hkcu key. so i created a dummy key under hkcu\softwarethis doesn't help.
2. then i tried to do a forced repair (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\product code under this created a stubpath key and value as msiexec /f {product code}) this also doesn't help.
can anyone tell me how to deal with this and where i am going wrong.
I am repackaging lotus notes 6.5.5. i am facing problem with quick launch shortcut.
shortcut fials to appear for users.
i am copying quick launch shortcut from desktop to tray icon through custom action.
1. my app does not have hkcu key. so i created a dummy key under hkcu\softwarethis doesn't help.
2. then i tried to do a forced repair (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\product code under this created a stubpath key and value as msiexec /f {product code}) this also doesn't help.
can anyone tell me how to deal with this and where i am going wrong.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Lillude
14 years ago
When doing a force repair put "s" for shrotcut repair.
So the stub path will read as :-
msiexec /fomus {product code}
o - if file is missing or an older version is installed (default)
u - all required user-specific registry entries (default)
m - all required computer-specific registry entries (default)
s - all existing shortcuts (default)
So s option will repair all shortcuts.
hope this helps.
So the stub path will read as :-
msiexec /fomus {product code}
o - if file is missing or an older version is installed (default)
u - all required user-specific registry entries (default)
m - all required computer-specific registry entries (default)
s - all existing shortcuts (default)
So s option will repair all shortcuts.
hope this helps.

so that the conversation will remain readable.