Re: [WiX-users] Major Upgrade, RemoveExistingProducts, Downgrade Prevention and Component Guid

2010-01-08 Thread Kihara Nobuo
"TAO of Windows Installer". Nobuo Kihara 2010/1/9 Blair : > Inline... > > -Original Message- > From: Kihara Nobuo [mailto:soft...@gmail.com] > Sent: Friday, January 08, 2010 6:43 PM > To: General discussion for Windows Installer XML toolset. > Subject: [Wi

[WiX-users] Major Upgrade, RemoveExistingProducts, Downgrade Prevention and Component Guid

2010-01-08 Thread Kihara Nobuo
Hi all, I'm new to WiX and Windows Installer, just having walked through the lessons of WiX Tutorial. Now I'm wondering how I should plan the upgrading of the product. These are my questions: 1) Am I right to say that generally the major upgrade would be the best solution for relatively small pro

Re: [WiX-users] Question on Listbox

2010-01-04 Thread Kihara Nobuo
The sample source code of WiX Tutorial 10.1 has a minor bug, I think. The listbox has an "Indirect" attribute set to "yes", which prevents any list items to be displayed correctly, even if you set them by element inside the control. So, it should be "no". ---