ion for Windows Installer XML toolset.
Subject: Re: [WiX-users] binary dependencies in binary stream
But how, when, and where the CA DLLs is not documented. You should not take
advantage of undocumented features. Compiling and linking everything int
your CAs as needed is recommended (or, better,
Thomas S. Trias wrote:
> Is there any good way to deploy a temporary file resource using the File
> table and standard actions? I know that the scheduling gets tricky,
> especially since RemoveFiles occurs before InstallFiles.
>
The closest you're going to come is Phil's suggestion of TempFo
need them.
>
> Phil Wilson
>
>
> -Original Message-
> From: Thomas S. Trias [mailto:tomtr...@artizan.com]
> Sent: Friday, April 10, 2009 9:12 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] binary dependencies in binary stream
>
> Is
--Original Message-
From: Thomas S. Trias [mailto:tomtr...@artizan.com]
Sent: Friday, April 10, 2009 9:12 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] binary dependencies in binary stream
Is there any good way to deploy a temporary file resource using the F
c question.
Thomas S. Trias
Senior Developer
Artizan Internet Services
http://www.artizan.com/
Original Message
Subject: Re: [WiX-users] binary dependencies in binary stream
From: Bob Arnson
To: General discussion for Windows Installer XML toolset.
Date: 4/10/2009 6:0
In custom actions, external dependencies are recommended against. If you
have common code you need to share, consider putting that into a static
library and linking that into both CAs. It's a little extra overhead, but is
more robust and safer than streaming out binary dependencies at install
time.
Leo ... wrote:
> How could I include two binaries where one references the other in the binary
> stream for use as custom actions?
>
There's no built-in support for that; you'd need another custom action
to stream out the dependency.
--
sig://boB
http://joyofsetup.com/
--
Hi all,
How could I include two binaries where one references the other in the binary
stream for use as custom actions?
For example:
file binary1.exe references dll binary2.dll when it gets executed.
Will including both of these binaries in the binary streams as follows work?
Or is
8 matches
Mail list logo