Re: [WiX-users] Has anybody got this to work??

2008-09-26 Thread CHarker
liff Rob Mensching-2 wrote: > > With your example, I finally have a repro. It looks like there is a bug > in here somewhere about "reboot". Still investigating. Thank you for the > example. > > -Original Message- > From: CHarker [mailto:[EMAIL PROTECTED]

Re: [WiX-users] Has anybody got this to work??

2008-09-23 Thread CHarker
liff Rob Mensching-2 wrote: > > Can you show the authoring as well? Unfortunately, that's a very generic > error message. > > -Original Message- > From: CHarker [mailto:[EMAIL PROTECTED] > Sent: Monday, September 22, 2008 15:09 > To: wix-users@lists.sourceforg

Re: [WiX-users] Has anybody got this to work??

2008-09-22 Thread CHarker
If not, then you may be running > the cached MSI over and over and that would explain why every log file > hits the same error. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of CHarker > Sent: Saturday, September 13, 2008 03:0

Re: [WiX-users] Has anybody got this to work??

2008-09-22 Thread CHarker
ccess denied ExecServiceConfig Error 0x8007005 Failed to configure service Whatever InstallFinalize return value 3 Cliff CHarker wrote: > > Rob > > OK, I added the into the file (not which I > don't think should be reqd) created the MSI and tried to install on a >

Re: [WiX-users] Has anybody got this to work??

2008-09-13 Thread CHarker
> > Also, I'm quite certain that once we find the bug you'll be far more > stable than SelfReg + .BAT file. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of CHarker > Sent: Friday, September 12, 2008 09:19

Re: [WiX-users] Has anybody got this to work??

2008-09-12 Thread CHarker
e "Permission Denied" and I can't understand why. If my account can install it and uninstall it why would tweaking some values fail? Adding causes the other issue and gives me the "SID not found". It should be simple. I should add and it should just work surely? Cliff CH

Re: [WiX-users] Has anybody got this to work??

2008-09-12 Thread CHarker
t by its proper name: "NT AUTHORITY\Administrator". > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of CHarker > Sent: Thursday, September 11, 2008 15:28 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Has

Re: [WiX-users] Has anybody got this to work??

2008-09-12 Thread CHarker
Rob, I tried various accounts and I read uses the "LocalService, Guests, Users" type syntax. If I use "Administrators" it installs the service, fails the config and leaves the service installed and me unable to uninstall it. Without and it works fine. Adding gives me "Permission Denied" a

Re: [WiX-users] Has anybody got this to work??

2008-09-12 Thread CHarker
PermissionEx cannot find the user you are asking for: ".\Administrator". If you want the local admin, you need to ask for it by its proper name: "NT AUTHORITY\Administrator". > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Beha

[WiX-users] Has anybody got this to work??

2008-09-11 Thread CHarker
I have been having problems trying to install a service. I am the admin user in this machine but I keep getting permission problems. I am using WIX 3.0.4429.0 Without the tag and the tags it works perfectly. I added serviceConfig and then PermissionEx to try and solve permission issues with

Re: [WiX-users] Permissions. How do I do it????

2008-09-11 Thread CHarker
CHarker wrote: > > Also I did notice that if I put "Administrators" in the it > installs the service, fails the config, and then fails to rollback because > I no longer have permission to uninstall system services!! > > the only way out for that was to remove