I have continuous integration build process that automatically deploys a .net 
web application project as a major upgrade using a wix installer. Normally the 
installer would first be installed to an integration environment, then another 
build would "promote" the installation to QA, then to Production.

For my current application all of these environments are on the same machine. I 
am trying to get the whole process working with InstanceTranforms and an 
Instance for each "environment".

Looking at this thread:

http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg26469.html

it seems that this should be feasible to implement (I haven't gotten it working 
yet) but I am running into a small issue in the build process because the 
Tranform ProductCode attribute doesn't accept the auto-generate syntax "*" like 
the Product's Id attribute does and I will need these to change with each build 
as well.

is this by design due to some technical limitation? i can have the build update 
the ProductCode for each Instance but i was wondering if updating the wix 
source to support the syntax would be a better idea?

TIA,

steve 



------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to