This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Windows Error on Admin Credential Entry
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 07, 2009
09:35 PM
Windows Error on Admin Credential Entry
Hey there,
I am mostly posting this in case it wasn't already a known issue, but our QA group has reported that Windows generates an error in Windows XP when the user attempts to close the Admin Password Entry dialog by clicking the red X close icon when launching the installer as a Standard (non-Admin) user.
The error dialog says:
"
>SetupNew\setup.cpp (138)
PAPP:
PVENDOR:
PGUID:
$14.0.0.162
@Windows XP Service Pack 2 (2600) IE 6.0.2900.2180
"
The steps specified by QA are the following:
[LIST=1]
log into xp standard account
run installshield installer
when prompted for admin password, click red x on window
note error
This is a InstallShield 2008 InstallScript project.
Anyone have any ideas? I will most likely mark this as a "Won't Fix" bug. Thank you for the help!
Greg
I am mostly posting this in case it wasn't already a known issue, but our QA group has reported that Windows generates an error in Windows XP when the user attempts to close the Admin Password Entry dialog by clicking the red X close icon when launching the installer as a Standard (non-Admin) user.
The error dialog says:
"
>SetupNew\setup.cpp (138)
PAPP:
PVENDOR:
PGUID:
$14.0.0.162
@Windows XP Service Pack 2 (2600) IE 6.0.2900.2180
"
The steps specified by QA are the following:
[LIST=1]
This is a InstallShield 2008 InstallScript project.
Anyone have any ideas? I will most likely mark this as a "Won't Fix" bug. Thank you for the help!
Greg
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 09, 2009
10:13 AM
I'm not sure what dialog you mean by the Admin Password Entry - is this a custom dialog your installer uses, or something provided by Windows? At first I thought you may have meant a UAC dialog, but you specify Windows XP instead of Vista. 🙂
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 09, 2009
12:40 PM
Hello Michael,
The dialog I was referring to is a Windows dialog that comes up to request administrative credentials since the user is a standard (non-admin) user and the installation requires administrative privileges. I believe its XP's equivalent of Vista's UAC as far as allowing an admin to authorize the installation for a standard user account.
Greg
The dialog I was referring to is a Windows dialog that comes up to request administrative credentials since the user is a standard (non-admin) user and the installation requires administrative privileges. I believe its XP's equivalent of Vista's UAC as far as allowing an admin to authorize the installation for a standard user account.
Greg
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 09, 2009
03:28 PM
Okay, so your installation requires administrative privileges, and crashes when not given them. I'm not sure if there's anything unusual about the environment when that dialog is canceled, but if you put a MessageBox in OnBegin, does it get that far? If not, chances are there's nothing you can do. I do agree with your implicit assessment that this is not a common scenario that you are likely to need to worry about in practice.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 09, 2009
04:26 PM
Hi Michael,
I'm just going to go ahead and mark this particular issue from our QA department as a "Won't Fix". We're under a tight time constraint right now and I'm the only one with a license to use the IDE and I'm currently buried under a pile of other tasks before we ship. I appreciate your help on this issue though. Thank you.
I'll let you know if I get the opportunity to check to see if I can get a MessageBox to pop up through OnBegin.
Greg
I'm just going to go ahead and mark this particular issue from our QA department as a "Won't Fix". We're under a tight time constraint right now and I'm the only one with a license to use the IDE and I'm currently buried under a pile of other tasks before we ship. I appreciate your help on this issue though. Thank you.
I'll let you know if I get the opportunity to check to see if I can get a MessageBox to pop up through OnBegin.
Greg