Hello all, I'm pretty new at Wix, and was doing my first ever Installer. As I have some prerequisites (like UltiDev WebServer and MSMQ). I intended to do a Bootstraper, but as soon as i tried to compile it (code shown below) I get the following error:
Error 2 Could not find a part of the path '(...)Local\assembly\dl3\4WGE307K.364\MTB4TPQV.BGA\81446d46\007377db_d3e1cd01\X86\burn.exe'. light.exe 0 1 Bootstrapper After some searching I found (at least i think i found) the reason: burn is not available for 64 bit ( http://sourceforge.net/mailarchive/forum.php?thread_name=CAHdHTVdH4o9D_ObXbtVgx5gBMRKkdgfsVMKqd1fPA%2BqJrjUq0A%40mail.gmail.com&forum_name=wix-users). I'm running Windows 7 Ultimate 64 bit and Wix 3.7. Does this means I have to make a bootstrap without burn? If so, how can I do that? Thank you for your time! Code: <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"> <Bundle Name="Bootstrapper" Version="1.0.0.0" Manufacturer="none" UpgradeCode="47017954-51f0-42d3-a8ad-9743de168695"> <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" /> <Chain> <MsiPackage Id="Setup" SourceFile="Dependencies\UltiDev.Webserver.msi" /> </Chain> </Bundle> </Wix> ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users