Did you consider building it by a batch call of MSBuild with the
solution and platform like
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
MyWixInstaller.sln /p:Configuration=Release /p:Platform=x64
?


2011/5/30 Francisco Gabriel Malbrán <fgmalb...@gmail.com>:
> Hey there.
> I am doing a simple test: I want to be able to manually build a project made
> with Votive and VS (WiX 3.5).
>
> My approach was to get the commands used by VS to compile and link and copy
> those into a batch file. It didn't work. I made some intents to correct it,
> but I keep hitting my head on a wall that says: "candle.exe : error CNDL0103
> : The system cannot find the file 'obj\Debug\Product.Generated.wxs' with
> type 'Source'."
>
> If the candle command is itself looking for this Product.Generated.wxs file,
> then I should be doing something previous to compilation to generate such
> file right?
>
> My question is then: how do I do it in the command line?
>
> Best regards
>
> Francisco
> ------------------------------------------------------------------------------
> vRanger cuts backup time in half-while increasing security.
> With the market-leading solution for virtual backup and recovery,
> you get blazing-fast, flexible, and affordable data protection.
> Download your free trial now.
> http://p.sf.net/sfu/quest-d2dcopy1
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to