On 02-Jul-12 16:22, john.burak wrote:
> My installer receives credentials from the user then starts a service under
> them.  If the user enters bad credentials or if the specified account
> doesn't have permission to install a Service, the installer rolls back with
> no error message.  I think it's a long shot, but am I doing something wrong
> that there is no error telling the user what went wrong?
No. MSI only reports that it couldn't register the service because (a) 
it's lazy and (b) Windows doesn't provide an error detailed to the level 
of "bad user/password." I've seen installers verify the account info 
before starting the install, though that's not foolproof either, 
especially for domain accounts.

-- 
sig://boB
http://joyofsetup.com/




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to