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

2007-06-12 Thread Afshin Sepehri
wix-users@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 <[

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

2007-06-12 Thread Brett Kapilik
wix-users@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 u

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

2007-06-12 Thread Simon Dahlbacka
e: [WiX-users] Adding User Interface to Setup Project in Visual Studio 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://

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

2007-06-12 Thread Afshin Sepehri
Sepehri Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Adding User Interface to Setup Project in Visual Studio 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 nee

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 V

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 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-11 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/ ---

[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 pro