Re: [WiX-users] Fwd: Error CNDL0200: WiX Standard Bootstrapper Application

2014-05-23 Thread Leonardo Pereira
:-) My sincere apologies. Thank you very much. Leonardo, a Wix beginner :-) ​Sent by MailTrack 2014-05-23 17:32 GMT-03:00 Sean Hall : > 1) This is a common problem recently, 'suppress' has t

Re: [WiX-users] Fwd: Error CNDL0200: WiX Standard Bootstrapper Application

2014-05-23 Thread Sean Hall
1) This is a common problem recently, 'suppress' has two p's :) 2) It's not allowed to specify an extension twice. On Fri, May 23, 2014 at 2:26 PM, Leonardo Pereira < profissio...@leonardopereira.com.br> wrote: > Thanks Sean... now the problem changed. > > *1) candle.exe -ext WixBalExtension -o

Re: [WiX-users] Fwd: Error CNDL0200: WiX Standard Bootstrapper Application

2014-05-23 Thread Leonardo Pereira
Thanks Sean... now the problem changed. *1) candle.exe -ext WixBalExtension -out File.wixobj File.wxs* *error CNDL0004 : The bal:WixStandardBootstrapperApplication element contains an unexpected attribute 'SupressOptionsUI'. * But according to http://wixtoolset.org/documentation/manual/v3/xsd/ba

Re: [WiX-users] Generic wix Project

2014-05-23 Thread Phill Hogland
Look at a verbose MSBuild log. The Clean target is probably fired by VS. There are a number of reasons why this might be the case. Changes would depend on your business requirements. You might add a MSBuild task which copies the files to a common area on a successful build. -- View this mess

[WiX-users] Generic wix Project

2014-05-23 Thread Pesant, Simon
Hi, I've created in Visual Studio 2012 a Generic Installer Project with the lastest version of WixToolset. With another tool I edit the wixproj file to change the ProjectGuid, OutputName and I edit the wxs file to change the file need for the installer with new guids. I save all the files and