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
- :
- install hanging on SDLogonUserInformation
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
‎May 07, 2012
10:43 AM
install hanging on SDLogonUserInformation
We're trying to get a customer upgraded to the latest release of our prodcut. As part of our install, we display the SdLogonUserInformation dialog to capture user credentials to pass through to a service that we are installing--problem is that the install is seizing up and not proceeding. We are supplying a local user id and password, and launched the install on Win7x64 via Run As Administrator
I've already tried validating that the Computer Browser service is running, not sure what else to look at. Please help!!!
I've already tried validating that the Computer Browser service is running, not sure what else to look at. Please help!!!
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2012
09:30 AM
Additional information: InstallScript project type; Windows 7 x64 target system
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2012
01:09 PM
User name/password validation can possibly take a while since the validation may have to resolve a domain name into a primary domain controller where the user/password can be validated. This currently involves querying for domains on the network and then resolving a domain into a PDC. On certain versions of Windows (Windows Server 2008 in particular) these requests can take an extended amount of time to complete. In addition, the number of computer browser servers that are on a network that respond to a NetServerEnum request also appears to cause calls to this API to take longer to return. During this time the InstallScript engine will run a message pump which should allow it to keep processing messages, but the thread that runs the dialogs will be blocked waiting for network requests to complete. This can take up to several minutes depending upon the network/domain environment the setup is running in.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 09, 2012
11:18 AM
That I understand, but we're not using a domain user here, we're using a local user. I've also been told that this system is in a Workgroup, not a domain.
How long is too long though? I've seen pauses of a couple of minutes or so on some systeme, but I'm told that they've left it sitting upwards of 10 minutes w/no change in the installer (clicking in the titlebar results in ..Not Responding appearing.
How long is too long though? I've seen pauses of a couple of minutes or so on some systeme, but I'm told that they've left it sitting upwards of 10 minutes w/no change in the installer (clicking in the titlebar results in ..Not Responding appearing.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 22, 2012
12:19 PM
Any thoughts, anyone??? I've been told to figure out how to fix this problem, but it seems specific to this environment..I haven't seen this behavior on other systems.