[WiX-users] Are Visual Studio "Add Item Wizard"s supported with Votive

2012-01-03 Thread Robert Brunhuber
Hello, I tried to create an "Add Item Wizard" for a Votive-project in Visual Studio 2008 and 2010 and failed (I could not get it to load, I'm going to provide more details if anyone is interested). Before I try to invest more time in debugging (the loading of) my wizard, I'd like to know if th

Re: [WiX-users] Ensure that a property is set in setup with UI orunattended setup.

2011-11-07 Thread Robert Brunhuber
loper - Staff > Digital Channels > Fiserv > Office: 503-746-0643 > Fax: 503-617-0291 > www.fiserv.com > Please consider the environment before printing this e-mail > >> -Original Message- >> From: Robert Brunhuber [mailto:w...@rbrunhuber.de] >> Sent:

Re: [WiX-users] Ensure that a property is set in setup with UI orunattended setup.

2011-11-07 Thread Robert Brunhuber
m action. > > Ex: > Error="!(loc.LaunchCondition_PropertyNotSet)" /> > > >NOT > PROPERTYTHATMUSTBESET > > > -Original Message- > From: Robert Brunhuber [mailto:w...@rbrunhuber.de] > Sent: Monday, November 07, 2011 1:44 PM > To:

[WiX-users] Ensure that a property is set in setup with UI or unattended setup.

2011-11-07 Thread Robert Brunhuber
Hi, I have a Wix project, that should create a installer that can be installed either with UI or without UI. So I want to make sure that a property gets set either from the command line or the UI otherwise the installer should abort with a message like "Property PROPRERTYNAME must be set", sim