Hi, firstly I have to say this is a great tool. You have done a fantastic job of making my life so much easier. I work as part of a solutions team, and we do so much re-deployment for testing and development - this is making it so much easier.
Just to explain what I'm doing now. I'm building a fully automated installation as PAAS. Essentially, I'm automating the build of 2 servers - installing the OS from WIM image and then installing SQL on the one. When completed, I execute the installation of SP2010 (through AutoSPInstaller) on the 2nd server.
The only problem I'm having now is that my script is hitting what could be UAC issue - even though my Windows image has been sysprep'd with UAC set to 'never notify'. There appears to be a UAC prompt that as a result of me running this through PSExec and the fact that I'm not able to see the Window to access the prompt :(...
Yes - I'm executing the install remotely using PowerShell and PSExec (good old PSExec) :):).
Willing to share the information how and what I'm doing all of this if you're interested...
This is the information I'm getting from the AutoSPInstaller Log / doc...
- Provisioning User Profile Service Application
- Starting User Profile Service instance...
- Waiting for User Profile Service...Online
- Web app "MySite Host" already provisioned.
- Creating User Profile Service Application...
- Waiting for User Profile Service Application............................................................................................................................
WARNING: - Timed out waiting for service creation (maybe a UAC prompt?)
- Press any key to try again
I'd appreciate any help or ideas you may have on this.
Thank you.
Anton.
Comments: ** Comment from web user: jrivas **
Just to explain what I'm doing now. I'm building a fully automated installation as PAAS. Essentially, I'm automating the build of 2 servers - installing the OS from WIM image and then installing SQL on the one. When completed, I execute the installation of SP2010 (through AutoSPInstaller) on the 2nd server.
The only problem I'm having now is that my script is hitting what could be UAC issue - even though my Windows image has been sysprep'd with UAC set to 'never notify'. There appears to be a UAC prompt that as a result of me running this through PSExec and the fact that I'm not able to see the Window to access the prompt :(...
Yes - I'm executing the install remotely using PowerShell and PSExec (good old PSExec) :):).
Willing to share the information how and what I'm doing all of this if you're interested...
This is the information I'm getting from the AutoSPInstaller Log / doc...
- Provisioning User Profile Service Application
- Starting User Profile Service instance...
- Waiting for User Profile Service...Online
- Web app "MySite Host" already provisioned.
- Creating User Profile Service Application...
- Waiting for User Profile Service Application............................................................................................................................
WARNING: - Timed out waiting for service creation (maybe a UAC prompt?)
- Press any key to try again
I'd appreciate any help or ideas you may have on this.
Thank you.
Anton.
Comments: ** Comment from web user: jrivas **
Can this be re-opened. I keep on getting this same error. I have the newest version. Anything I can do?
Jesse