ck.org
> Moscow|Geneva|Seattle|New York
>
>
> -Original Message-
> From: Niklas Söderberg [mailto:niklas.soderb...@gmail.com]
> Sent: Thursday, May 06, 2010 3:40 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Read file content f
rberg [mailto:niklas.soderb...@gmail.com]
Sent: Thursday, May 06, 2010 3:40 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Read file content from CA
Thanks for your suggestions, but I guess I didn't emphasize enough that I
need to read the file in an _immedia
From: Niklas Söderberg [mailto:niklas.soderb...@gmail.com]
> Sent: 06 May 2010 08:40
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Read file content from CA
>
> Thanks for your suggestions, but I guess I didn't emphasize enough that I
> need t
ilto:niklas.soderb...@gmail.com]
> Sent: 06 May 2010 08:40
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Read file content from CA
>
> Thanks for your suggestions, but I guess I didn't emphasize enough that I
> need to read the file in a
olset.
Subject: Re: [WiX-users] Read file content from CA
Thanks for your suggestions, but I guess I didn't emphasize enough that I need
to read the file in an _immediate_ custom action, that is, I need to read it
from the installation package before the file gets installed. I guess there'
Thanks for your suggestions, but I guess I didn't emphasize enough that I
need to read the file in an _immediate_ custom action, that is, I need to
read it from the installation package before the file gets installed. I
guess there's no easy way to do it, so the way I solved it was to
temporarily e
There's a Win32_ReadFile immediate native (C++) CA in
http://msiext.codeplex.com. It was added in 1.2 which hasn't shipped yet, but
is stable - http://msiext.codeplex.com/releases/view/39468. Note that it
doesn't support encoding, so only works for ANSI files.
If you're writing a managed CA you
If it's a regular file, then it should be installed on disk. Just schedule
your custom action to run after InstallFiles, then you can read it from disk
where it was installed.
Matt Johnson MCPD, MCTS, MCSD, MCDBA
Director of Application Development
Time America, Inc.
ma...@timeamerica.com | www
8 matches
Mail list logo