Yes, possible. Just tried it myself and used the Build output script
from visual studio. Additionally I added quotes around Wix Candle +
Light path and removed obj\Debug\Product.Generated.wxs and the Candle
output obj\Debug\Product.Generated.wixobj. Then building from batch
works fine. Maybe try it once from within Votive and once from batch
and diff the 2 msis. They should be the same.

Regarding Product.Generated.wxs + wixobj I assume (actutally just a
guess!) this is some automatically generated code when using WiX to
use files built from the same Visual Studio solutions.

2011/5/31 Francisco Gabriel Malbrán <fgmalb...@gmail.com>:
> Hello Tobias.
> I haven't tried it before. I tried it now and it works smoothly.
> Yet I would like to establish the simplest dependencies to compile. ie: only
> Wix 3.5 (no need of .net framework)
>
> Is this possible?
>
> Who generates "Product.Generated.wxs" anyway? and what for? I cant seem to
> find any useful information regarding this.
>
> Thanks and regards!
>
>
>
> 2011/5/31 Tobias S <tobias.s1...@gmail.com>
>
>> 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
>>
> ------------------------------------------------------------------------------
> 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
>

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