Ahh, if you are modifying machine state (I *think* that's what that does)
then you want to put a package in your Chain. Might not matter on Windows
Embedded, but remember that the BA does not run elevated so it cannot modify
the machine. In this case, I'd create a data driven custom action and put
the code in an MSI to make sure there was rollback.

On Wed, Sep 7, 2011 at 9:33 PM, <philpodlev...@gmail.com> wrote:

> Thank you for the prompt reply as usual Rob. :) I was doing some stuff with
> the Windows Embedded 7 Enhanced Write Filter API as part of the installer I
> am working on and ewfapi.dll is an OS .DLL so it's only 64-bit. I found a
> nice little workaround by spawning the ewfmgr.exe process. It's not as
> ideal
> as an API call but it works.
>
> -----Original Message-----
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: Wednesday, September 07, 2011 9:27 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] 64-bit burn?
>
> Burn is not available for 64bit yet. It is not as simple as changing a
> couple settings in configuration manager.
> The "Could not find part of the path" is a bug in a recent build of WiX
> v3.6. 64-bit Bundles (aka: Burn that only runs on 64-bit, not Bundles that
> install 64-bit stuff) are not yet supported.
>
> What DLL only exists on 64-bit?
>
>
> On Wed, Sep 7, 2011 at 10:29 AM, Phil Podlevsky
> <philpodlev...@gmail.com>wrote:
>
> > Hi Everyone,
> >
> > I need to call a unmanaged 64-bit .DLL method from my managed
> > bootstrapper using P/Invoke. As such I am trying to get Wix to compile
> > my setup.exe as a 64-bit executable. I tried editing the .wixproj file
> changing x86 to x64.
> > This gets Visual Studio to allow me to select the setup project as
> > 64-bit in Configuration Manager. Unfortunately when I attempt to
> > compile the solution I get the following error, "Error 26 Could not
> > find a part of the path 'C:\Program Files (x86)\Windows Installer XML
> > v3.6\bin\X64\burn.exe'.
> > light.exe 0 1" I have a feeling I am not going about this the right way.
> > Any
> > suggestions?
> >
> > Thanks,
> >
> > Phil
> >
> > ----------------------------------------------------------------------
> > -------- Using storage to extend the benefits of virtualization and
> > iSCSI Virtualization increases hardware utilization and delivers a new
> > level of agility. Learn what those decisions are and how to modernize
> > your storage and backup environments for virtualization.
> > http://www.accelacomm.com/jaw/sfnl/114/51434361/
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>
>
> --
> virtually, Rob Mensching - http://RobMensching.com LLC
>
> ----------------------------------------------------------------------------
> --
> Doing More with Less: The Next Generation Virtual Desktop What are the key
> obstacles that have prevented many mid-market businesses
> from deploying virtual desktops?   How do next-generation virtual desktops
> provide companies an easier-to-deploy, easier-to-manage and more affordable
> virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> ------------------------------------------------------------------------------
> Doing More with Less: The Next Generation Virtual Desktop
> What are the key obstacles that have prevented many mid-market businesses
> from deploying virtual desktops?   How do next-generation virtual desktops
> provide companies an easier-to-deploy, easier-to-manage and more affordable
> virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to