Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-12 Thread Bob Arnson
Afshin Sepehri wrote: light.exe -out SampleWixUI.msi SampleWixUI.wixobj /path/\wixui.wixlib -loc /path/\WixUI_en-us.wxl That command line is for WiX v2. In v3, you just need to add a reference to WixUIExtension.dll. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-12 Thread Simon Dahlbacka
On 6/12/07, Bob Arnson [EMAIL PROTECTED] wrote: Afshin Sepehri wrote: light.exe -out SampleWixUI.msi SampleWixUI.wixobj *path*\wixui.wixlib -loc *path*\WixUI_en-us.wxl That command line is for WiX v2. In v3, you just need to add a reference to WixUIExtension.dll. and specify Cultures

Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-12 Thread John Hall
I am trying to use Votive and Visual Studio to build my WiX Steup project, but to be able to add User Interface, I need to add parameters to light. For example: light.exe -out SampleWixUI.msi SampleWixUI.wixobj path\wixui.wixlib -loc path\WixUI_en-us.wxl

Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-12 Thread Cheyne, Mark A - DNR
I'm new to WiX myself and just ran into this one yesterday. I presume you are using VS2005 and WiX 3.0? The instructions at http://wix.sourceforge.net/manual-wix2/WixUI_dialog_library.htm to add a *.wixlib and *.wxl file to the Light command line do not apply to WiX 3.0, nor do they work with the

Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-12 Thread Simon Dahlbacka
such as: The localization variable !(loc.WixUIOK) is unknown. Please ensure the variable is defined. Any idea? Afshin *From:* Bob Arnson [mailto:[EMAIL PROTECTED] *Sent:* Monday, June 11, 2007 11:12 PM *To:* Afshin Sepehri *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Adding User Interface

Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-12 Thread Brett Kapilik
@lists.sourceforge.net Subject: Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio When I add a reference to WixUIExtension.dll, I get so many errors such as: The localization variable !(loc.WixUIOK) is unknown. Please ensure

Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-12 Thread Afshin Sepehri
@lists.sourceforge.net Subject: Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio both I and Cheyne, Mark A - DNR have already replied that you also need to specify Cultures, re-read the post from Mark for detailed instructions. On 6/12/07, Afshin Sepehri [EMAIL PROTECTED]mailto

[WiX-users] Adding User Interface to Setup Project in Visual Studio

2007-06-11 Thread Afshin Sepehri
Hi, I am trying to use Votive and Visual Studio to build my WiX Steup project, but to be able to add User Interface, I need to add parameters to light. For example: light.exe -out SampleWixUI.msi SampleWixUI.wixobj path\wixui.wixlib -loc path\WixUI_en-us.wxl However, the light settings in