S
sforeht
I am supporting an add-in for Word and Outlook that a client has
installed on a Citrix server.
We use InstallShield for the installer.
The installer writes the registry settings (LoadBehaviour etc) for the
add-in to HKLM. This meant that the add-in loaded for all users, and
this is not the behaviour the client wants. They'd like it to only
load for specific users.
The installer has been modified to check for "all users" or "just me",
and if it is not "all users", it should write the registry information
to HKCU. Otherwise, it goes to HKLM.
However, the client is now saying that the add-in is only available
for a single user. I'd appreciate any input on what I'm missing
here...
installed on a Citrix server.
We use InstallShield for the installer.
The installer writes the registry settings (LoadBehaviour etc) for the
add-in to HKLM. This meant that the add-in loaded for all users, and
this is not the behaviour the client wants. They'd like it to only
load for specific users.
The installer has been modified to check for "all users" or "just me",
and if it is not "all users", it should write the registry information
to HKCU. Otherwise, it goes to HKLM.
However, the client is now saying that the add-in is only available
for a single user. I'd appreciate any input on what I'm missing
here...