Re: [WiX-users] Manually building a Votive project

2011-05-31 Thread Tobias S
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 : > Hey there. > I am doing a simple test: I want

[WiX-users] ConfigureIIs rollback

2011-05-31 Thread Vadym Verba
Hello. When web site is installed by installer and it crashes later, the rollback doesn't delete created web site at all. Logs show that there are no any Rollback CAs for ConfirugeIIs, just StartMetabaseTransaction, RollbackMetabaseTransaction and CommitMetabaseTransaction inside one transactio

Re: [WiX-users] unhandled exception in light

2011-05-31 Thread Thomas Svare
Hello, I've done some cursory searching but I can't find how to submit a bug for Wix. Any pointers or links would be appreciated. Thanks, Tom -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Sunday, May 29, 2011 11:59 PM To: wix-users@lists.sourceforge.net Subjec

Re: [WiX-users] Manually building a Votive project

2011-05-31 Thread Francisco Gabriel Malbrán
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 use

Re: [WiX-users] Manually building a Votive project

2011-05-31 Thread Tobias S
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

Re: [WiX-users] unhandled exception in light

2011-05-31 Thread Tobias S
http://wix.sourceforge.net/ -> right hand side below Support -> Bug database (or directly http://sourceforge.net/tracker/?group_id=105970&atid=642714 ). Then please log in or register at sourceforge and you should be able to submit it... 2011/5/31 Thomas Svare : > Hello, > > I've done some cursory

Re: [WiX-users] unhandled exception in light

2011-05-31 Thread Thomas Svare
Thanks for the below. It seems I never click around enough before I ask questions, story of my life. Thanks, Tom -Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: Tuesday, May 31, 2011 4:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re