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

Reply via email to