Re: [WiX-users] (no subject)

2010-09-02 Thread Andreas Hirth
Hi, you say you have managed to put the things your bat did into an exe. So why not just turning that exe into a dll and use this directly? Why is there a need for that wrapper? Btw. does your code require elevation? Then you might run into problems on Vista and above when scheduling your action

Re: [WiX-users] Registry permission for key and subkeys

2010-07-14 Thread Andreas Hirth
Ok, I opened bug 3029343 for the issue. Andreas Hirth > -Original Message- > From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Saturday, July 10, 2010 5:01 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Registry permission for key and subkeys >

Re: [WiX-users] Registry permission for key and subkeys

2010-07-13 Thread Andreas Hirth
Hmm... that's a point. I will see if I manage to open a bug for that. Andreas Hirth > -Original Message- > From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Saturday, July 10, 2010 5:01 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Registr

Re: [WiX-users] how to select the previously installed features by default while upgrading

2010-07-09 Thread Andreas Hirth
Hello, just set MigrateFeatures="yes" in your element. http://wix.sourceforge.net/manual-wix3/wix_xsd_upgradeversion.htm Andreas Hirth > -Original Message- > From: Sanjay Rao [mailto:s...@noida.interrasystems.com] > Sent: Thursday, July 08, 2010 2:45 PM > To:

Re: [WiX-users] Registry permission for key and subkeys

2010-07-09 Thread Andreas Hirth
. This would mean that I had to patch and rebuild with every new WiX release I want to use. I don't think that's what I want to do. So I will go with a CustomAction. Thanks again! Andreas Hirth > -Original Message- > From: Peter Shirtcliffe [mailto:pshirtcli...

Re: [WiX-users] Registry permission for key and subkeys

2010-07-09 Thread Andreas Hirth
ws Installer or WiX. Andreas Hirth > -Original Message- > From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] > Sent: Friday, July 09, 2010 1:34 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Registry permission for key and subk

[WiX-users] Registry permission for key and subkeys

2010-07-09 Thread Andreas Hirth
ut it applies "This key only": However, I need it to apply to "This key and subkeys". Is there any way to get this working other than a custom CustomAction? Any advise is much appreciated! Andreas Hirth -

Re: [WiX-users] Conditionally install executable as service

2010-05-18 Thread Andreas Hirth
> Component the same shortname, or trying to anyway. I'd be looking at > that since I agree you can't condition a ServiceControl by itself from > the look of it. > > > > -Original Message- > From: Andreas Hirth [mailto:a.hi...@luratech.com] > Sent:

[WiX-users] Conditionally install executable as service

2010-05-17 Thread Andreas Hirth
Hi all, I struggle with writing a WiX installer that can conditionally install an executable as Windows service. The executable can be run as Windows service but it is not required to. The user should get an option to install the service during setup or not. The option could be in form of a featur