Hi, I am using SF 6.0.0.4.
When installing under Windows NT (2000), then its important to consider the local administrator permissions for the user.
If the user has no admin rights, any shortcuts should NOT be installed to the 'ALL users', but only to the 'per user' profile. The install to the 'ALL users' profile would fail.
Fortunately, SF 6 has a builtin variable named %isUserNTAdmin%. I can use this variable at runtime to determine, where to install the shortcuts.
But what shall I do with the program group ? The screen "Select program group" offers a Checkbox "NT All Users", which must be checked or unchecked at EDIT time.
This is, of course, not sufficient !
How can I make this decision "dynamic", based on variable %isUserNTAdmin%, but still using the prepared screen for program group selection ?
Why isn't there a variable %SCFolderPathNT%, but only %SCFolderPath% ?
Waiting for your helpful hints
Hayo
[This message has been edited by HayoOellrich (edited 04-09-2002).]
When installing under Windows NT (2000), then its important to consider the local administrator permissions for the user.
If the user has no admin rights, any shortcuts should NOT be installed to the 'ALL users', but only to the 'per user' profile. The install to the 'ALL users' profile would fail.
Fortunately, SF 6 has a builtin variable named %isUserNTAdmin%. I can use this variable at runtime to determine, where to install the shortcuts.
But what shall I do with the program group ? The screen "Select program group" offers a Checkbox "NT All Users", which must be checked or unchecked at EDIT time.
This is, of course, not sufficient !
How can I make this decision "dynamic", based on variable %isUserNTAdmin%, but still using the prepared screen for program group selection ?
Why isn't there a variable %SCFolderPathNT%, but only %SCFolderPath% ?
Waiting for your helpful hints
Hayo
[This message has been edited by HayoOellrich (edited 04-09-2002).]
Comment