Re: [WiX-users] Questions about Wix's own wxs files

2009-01-04 Thread Neil Sleightholm
ndows Installer XML toolset. Subject: Re: [WiX-users] Questions about Wix's own wxs files Ryan Parlee wrote: > ## Question 1 ###: Why is Wix using a new ProductCode for every build of the > installer? > Because we use major upgrades for every release. > ### Question 2 ###: Why sh

Re: [WiX-users] Questions about Wix's own wxs files

2009-01-04 Thread Rob Mensching
t. Subject: Re: [WiX-users] Questions about Wix's own wxs files Ryan Parlee wrote: > ## Question 1 ###: Why is Wix using a new ProductCode for every build of the > installer? > Because we use major upgrades for every release. > ### Question 2 ###: Why should WixUI_Advanc

Re: [WiX-users] Questions about Wix's own wxs files

2009-01-03 Thread Ryan Parlee
. Subject: Re: [WiX-users] Questions about Wix's own wxs files Ryan Parlee wrote: > ## Question 1 ###: Why is Wix using a new ProductCode for every build of the > installer? > Because we use major upgrades for every release. > ### Question 2 ###: Why should WixUI_Advanced be repl

Re: [WiX-users] Questions about Wix's own wxs files

2009-01-03 Thread Bob Arnson
Ryan Parlee wrote: > ## Question 1 ###: Why is Wix using a new ProductCode for every build of the > installer? > Because we use major upgrades for every release. > ### Question 2 ###: Why should WixUI_Advanced be replaced by extension > authoring? Should I favor extension authoring over some

[WiX-users] Questions about Wix's own wxs files

2009-01-03 Thread Ryan Parlee
I have been looking through the Wix wxs files of the installer for Wix itself. I am assuming that this is a good place to look for best practices type of information and have a few questions about what I see and hope that someone can provide me with some answers. In Product.wxs: 1. ## Quest