Something is wrong. <smile/>

Sorry, the debuggability of Burn is still very painful. It hasn't been the
focus yet. If you have a tool like debugmon.exe from the Windows Resource
Kit, you'll see tons of output from a debug build of Burn. You can also
attach to the process and the spew will be in the the "Output" window while
debugging.

This, and a couple other things, are why Burn is just not quite ready for
general use yet.

On Thu, Oct 29, 2009 at 1:27 PM, jnewton <jonathan.new...@ni.com> wrote:

>
> I'm testing out Burn and the setup.exe that it creates doesn't seem to do
> anything when I double-click on it. I took one of the example Burn tests
> and
> my manifest looks like:
> <BurnManifest xmlns="http://schemas.microsoft.com/wix/2008/Burn";>
>  <Log Level="debug" Mode="append" Path="c:\BurnLog.log" />
>  <Stub SourceFile="burnstub.exe" />
>  <UX SourceFile="stdux.dll" >
>    <Resource
>
> SourceFile="C:\Users\Administrator\Downloads\wix35-sources\src\burn\stdux\Resources\en-us.wxl"
> />
>    <Resource
>
> SourceFile="C:\Users\Administrator\Downloads\wix35-sources\src\burn\stdux\Resources\ps-ps.wxl"
> />
>    <Resource SourceFile="thm.xml" />
>    <Resource SourceFile="stdux.png" />
>    <Resource SourceFile="tou.htm" />
>  </UX>
>  <Chain>
>    <MsiPackage Id='Package0' Vital='yes' SourceFile='MyTestMSI.msi'>
>      <Log Level="verbose" Mode="overwrite" Path="%TEMP%\foo\pkg1v.log" />
>    </MsiPackage>
>  </Chain>
> </BurnManifest>
>
> Then I'm just invoking burn with cmd-line args of
> -b "C:\Users\Administrator\Downloads\wix35-binaries" setup.manifest.xml
> -out
> c:\BurnTest\
>
> I was expected a UI to show up but nothing happened. Thoughts??
> --
> View this message in context:
> http://n2.nabble.com/Exe-Created-By-Burn-Doesn-t-Do-Anything-tp3915266p3915266.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to