Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

2011-12-21 Thread properto
If you need to generate multiple components (each for a different instance) with a specific GUID, you don't need to have an additional feature request. You can use pre-processor extension. I put it together: define specific GUIDS for each instance ?define GUID_0001.INSTANCE01 = '*** real guid

Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

2011-02-03 Thread supriya_n
Hi Josh, Really your article is very helpful to work with instance transforms concept. I have created one MSI which inturn installed with different instances on the same server. The msi get's uninstalled with same instance and with same version only through octopus. If i change the product

Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

2011-02-03 Thread Stephen Reindl
[mailto:v-s...@microsoft.com] Sent: Thursday, February 03, 2011 9:16 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier Hi Josh, Really your article is very helpful to work

Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

2009-07-26 Thread Crazyht
I tried to use your post, but I have an error on InstanceTransformGuid XML Tag. I probably missing something, but what ? Best regards, CrazyHT Josh Rowe wrote: Okay, I've figured out a lot about multiple instance transforms and the sorts of contortions you have to go through to make them

Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

2009-07-02 Thread amrish
I am trying to create an MSI which will install a windows service multiple times on the same machine with a clientname appended to the end of each service instance (ServiceNameClientA). I take the servicename as input from the user and create the service with that name(e.g clientname). It will

Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

2009-07-01 Thread amrish
I am trying to create an MSI which will install a windows service multiple times on the same machine with a clientname appended to the end of each service instance (ServiceNameClientA). I take the servicename as input from the user and create the service with that name(e.g clientname). It will

Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

2009-07-01 Thread amrish
I am trying to create an MSI which will install a windows service multiple times on the same machine with a clientname appended to the end of each service instance (ServiceNameClientA). I take the servicename as input from the user and create the service with that name(e.g clientname). It will

Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

2008-11-24 Thread Josh Rowe
] [mailto:[EMAIL PROTECTED] On Behalf Of shawny Sent: Tuesday, September 16, 2008 11:17 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier This is great and exactly along the lines of what I'm

Re: [WiX-users] Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

2008-09-16 Thread shawny
This is great and exactly along the lines of what I'm trying to do. Can you post the whole wix file? And how have you approached the instance issue in respect to having to declare MyInstance1, MyInstance2, etc in the project? Is there a way to dynamically generate that? - Dont believe