Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-26 Thread Stryder Crown
n [mailto:stryde...@gmail.com] > Sent: Friday, March 19, 2010 2:04 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] UAC, InstallService, verify user account... > > Getting all three to work together isn't...well, working. Hoping somebody >

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-26 Thread Stryder Crown
day, March 19, 2010 2:04 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] UAC, InstallService, verify user account... > > Getting all three to work together isn't...well, working. Hoping somebody > might have a suggestion as to how this could

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-21 Thread dB .
taller XML toolset. Subject: [WiX-users] UAC, InstallService, verify user account... Getting all three to work together isn't...well, working. Hoping somebody might have a suggestion as to how this could work better... I've got a complete handle on the actual service installation and start up

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-20 Thread Bob Arnson
On 3/19/2010 8:19 PM, Stryder Crown wrote: > AD I think I've isolated it down to a "Failed to load assembly > Microsoft.Deployment.WindowsInstaller" error in the MSI log. That's immediately followed what is probably a useful error code... -- sig://boB http://joyofsetup.com/

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-19 Thread Stryder Crown
AD I think I've isolated it down to a "Failed to load assembly Microsoft.Deployment.WindowsInstaller" error in the MSI log. This happens on windows Vista (Windows Installer 4.5) and XP. Does anyone have any suggestions? I feel this may be the crux of my troubles... On Fri, Mar 19, 2010 at 2

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-19 Thread Stryder Crown
Update: Action fails under Vista, succeeds under Windows 7... On Fri, Mar 19, 2010 at 12:40 PM, Stryder Crown wrote: > and as a follow up on this: > > Do all managed custom actions require elevation under Vista? I have one > defined as > BinaryKey="CustomActions.dll" >

Re: [WiX-users] UAC, InstallService, verify user account...

2010-03-19 Thread Stryder Crown
and as a follow up on this: Do all managed custom actions require elevation under Vista? I have one defined as And it does absolutely nada under vista with UAC turned on. On Fri, Mar 19, 2010 at 11:04 AM, Stryder Crown wrote: > Getting all three to work together isn't...well, working. Hopin

[WiX-users] UAC, InstallService, verify user account...

2010-03-19 Thread Stryder Crown
Getting all three to work together isn't...well, working. Hoping somebody might have a suggestion as to how this could work better... I've got a complete handle on the actual service installation and start up (and tear down) and can even have the user enter account information to run the service