Sorry, yes, there are a couple more characters but the total is 93, far from the limit.
Meanwhile I fixed it, in that path the folder X86 was non-existent, I created it and added the burn.exe, it now works. Thank you for the help, José Marques On Thu, Jul 18, 2013 at 5:42 PM, Rob Mensching <r...@robmensching.com> wrote: > 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 > I assume the "(...)" in your error message means there are more characters > there. If you count them.. how many are there? > > Also, you didn't GAC the wix.dll did you (path looks a little like it might > be GAC'd)? That would definitely cause issues as well... > > > On Thu, Jul 18, 2013 at 9:26 AM, José Marques <jose.marq...@waveform.pt > >wrote: > > > How can I check that? > > > > On Thu, Jul 18, 2013 at 5:17 PM, Rob Mensching <r...@robmensching.com> > > wrote: > > > > > That looks like an extremely long path as well. Have you exceeded the > 260 > > > chars the NETFX supports? > > > > > > > > > On Thu, Jul 18, 2013 at 8:20 AM, Hoover, Jacob > > > <jacob.hoo...@greenheck.com>wrote: > > > > > > > Can you humor me and try building the project via the command line > when > > > > using the "VS 2012 x86 Native Tools Command Prompt"? > > > > > > > > -----Original Message----- > > > > From: José Marques [mailto:jose.marq...@waveform.pt] > > > > Sent: Thursday, July 18, 2013 9:57 AM > > > > To: General discussion for Windows Installer XML toolset. > > > > Subject: Re: [WiX-users] Wix burn 64-bit > > > > > > > > The only reason I consider not using burn it's because it's failing > me > > at > > > > the moment, but I would be very happy to use it. > > > > I have installed Wix (not using binaries), and I'm building my bundle > > > > through Visual Studio Ultimate 2012. > > > > I've found very little information about the error I'm getting (see > my > > > > first post), and that's why I'm struggling with burn. > > > > > > > > Thank you very much for all the replies. > > > > > > > > On Thu, Jul 18, 2013 at 3:44 PM, Hoover, Jacob > > > > <jacob.hoo...@greenheck.com>wrote: > > > > > > > > > Why wouldn't you want burn if you need a bootstrapper? Did you > > > > > install Wix, or are you using the zip of binaries? How are you > > > > > building your bundle (command line or via Visual Studio)? What > > > > > version of MSBuild or VS are you using? > > > > > > > > > > -----Original Message----- > > > > > From: José Marques [mailto:jose.marq...@waveform.pt] > > > > > Sent: Thursday, July 18, 2013 9:38 AM > > > > > To: General discussion for Windows Installer XML toolset. > > > > > Subject: Re: [WiX-users] Wix burn 64-bit > > > > > > > > > > Thank you for your reply Daniel. > > > > > But if burn should run as a 32-bit application, where am I going > > wrong > > > > > here? > > > > > A link to a no-burn bootstrapper tutorial would be appreciated :) > > > > > > > > > > José Marques > > > > > > > > > > On Thu, Jul 18, 2013 at 3:21 PM, Daniel Madill < > > dan.mad...@quanser.com > > > > > >wrote: > > > > > > > > > > > Hi Jose, > > > > > > > > > > > > I have not used burn because I have my own bootstrapper for now, > > but > > > > > > I believe burn runs as a 32-bit application even on 64-bit > Windows. > > > > > > You can still chain 64-bit MSIs though, as far as I know. > > > > > > > > > > > > Daniel Madill > > > > > > www.quanser.com > > > > > > > > > > > > -----Original Message----- > > > > > > From: José Marques [mailto:jose.marq...@waveform.pt] > > > > > > Sent: July-18-13 9:57 AM > > > > > > To: wix-users@lists.sourceforge.net > > > > > > Subject: [WiX-users] Wix burn 64-bit > > > > > > > > > > > > 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=CAHdHTVdH4o > > > > > > 9D > > > > > > _ObXbtVgx5gBMRKkdgfsVMKqd1fPA%2BqJrjUq0A%40mail.gmail.com > > &forum_name > > > > > > =w > > > > > > ix-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 > > > > > > .c lktrk _______________________________________________ > > > > > > WiX-users mailing list > > > > > > WiX-users@lists.sourceforge.net > > > > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > > > > -- > > > > > > -------- 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 > > > > > > .c lktrk _______________________________________________ > > > > > > WiX-users mailing list > > > > > > WiX-users@lists.sourceforge.net > > > > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > -------- 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.c > > > > > lktrk _______________________________________________ > > > > > WiX-users mailing list > > > > > WiX-users@lists.sourceforge.net > > > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > -------- 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.c > > > > > lktrk _______________________________________________ > > > > > WiX-users mailing list > > > > > WiX-users@lists.sourceforge.net > > > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > 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 > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > 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 > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > 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 > > > > > > > > ------------------------------------------------------------------------------ > > 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 > > > > > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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