[WiX-users] Wix v3.0 - Candle error

2012-06-26 Thread Jose, Arun non Unisys
Hi, I was trying to build an MSI using Wix V3 from my previous version of wxs files (was in V2). When I ran candle.exe, I got the below error; * Starting WiX Build

Re: [WiX-users] Wix v3.0 - Candle error

2012-06-26 Thread Jose, Arun non Unisys
Hi, Can I get some help on this, please? Thanks and Regards, Arun Jose -Original Message- From: Jose, Arun non Unisys [mailto:arun.j...@in.unisys.com] Sent: 26 June 2012 10:57 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix v3.0 - Candle error Hi, I was trying to build

Re: [WiX-users] Wix v3.0 - Candle error

2012-06-26 Thread Jose, Arun non Unisys
Candle error The command line for candle and light changed from v2 to v3, you know specify extension like this -ext WixIIsExtension or -ext WiXUtilExtension (I can't remember what pcaext was). As you have run WiXCop on your file the schema at the top of the file will point you to the cor

[WiX-users] Variable declaration for referenced objects

2012-07-01 Thread Jose, Arun non Unisys
Hi, I created project & WixUtilExtension references to my application in the wix project (V3). How can I create/define a variable to map the location of executables to this reference? Variables like, var.ProjectNameReferenced.ProjectDir (Pointing to the application being installed) var.Proje

Re: [WiX-users] Variable declaration for referenced objects

2012-07-02 Thread Jose, Arun non Unisys
: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Variable declaration for referenced objects Those are usually provided to you by create a reference to the projects. On Sun, Jul 1, 2012 at 7:20 PM, Jose, Arun non Unisys < arun.j...@in.unisys.com> wrote: >