When I tried to install on 2 other, different NT4 machines with restricted privileges, I got some odd results
Windows NT4 has a concept of Program groups (icons), which can either be 'common' or 'personal'.
'Common' refers to program groups/icons that can be used by any user, with administrator access or not.
'Personal' refers to program groups that only a specific user or any administrator can access. A different user without admin privileges cannot access/see these program
groups.
To cope with this an installer needs to be able to identify an NT4 OS and to know if it has admin privileges or not.
With admin privilege in NT4 the installer should set the Program Group type
to 'common' and install the program groups/icons to there.
If it does not have admin privilage then in NT4 the installer should set the Program Group type to 'personal' and install the program
groups/icons to that location.
Without this action if installer tries (by default) to install to the common
group when it does not have admin privilage then in such a case it would fail to
install the icons (what we see with you current installer).
When we use SUF 5 to create an installer it works on all platforms, except NT. Without admin privileges, the installer does not install the program group icons in the menu, With admin privileges, it works fine.
How can I get the installer to check and make adjustments for the Windows NT admin privileges?
Please help. no one answered my email request.
Windows NT4 has a concept of Program groups (icons), which can either be 'common' or 'personal'.
'Common' refers to program groups/icons that can be used by any user, with administrator access or not.
'Personal' refers to program groups that only a specific user or any administrator can access. A different user without admin privileges cannot access/see these program
groups.
To cope with this an installer needs to be able to identify an NT4 OS and to know if it has admin privileges or not.
With admin privilege in NT4 the installer should set the Program Group type
to 'common' and install the program groups/icons to there.
If it does not have admin privilage then in NT4 the installer should set the Program Group type to 'personal' and install the program
groups/icons to that location.
Without this action if installer tries (by default) to install to the common
group when it does not have admin privilage then in such a case it would fail to
install the icons (what we see with you current installer).
When we use SUF 5 to create an installer it works on all platforms, except NT. Without admin privileges, the installer does not install the program group icons in the menu, With admin privileges, it works fine.
How can I get the installer to check and make adjustments for the Windows NT admin privileges?
Please help. no one answered my email request.
Comment