Hi Alex,
I am having exactly the same problem as RW had, trying to check if a file
exists or not in the installation directory. I have tried to use custom
action but failed and my code is something like this:
XMLFILEEXISTS
Hi there,
I am having problem with my WIX installer and I wonder if there anyone
can help me out.
The problem is I need to check if this file "localappsetting.config"
exists in the installation folder, copy a new file if it doesn't exist
otherwise ignore. Below is my code and it does work:
Hi Justin,
Take a look at suggested sequences in the sequence tables
(http://msdn2.microsoft.com/en-us/library/aa372404(VS.85).aspx).
For your example important to understand the order of the following actions
(this is recommended order):
- Checking launch conditions (LaunchConditions action)
- A
Hi there,
During the setup I need to registry some COM dlls as well as some .Net
assemblies (regsvr32 and regasm).
How can I do this in WiX?
Thanks,
Stas
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Mic
In article <[EMAIL PROTECTED]>,
Stas Klyachkovsky <[EMAIL PROTECTED]> writes:
> During the setup I need to registry some COM dlls as well as some .Net asse=
> mblies (regsvr32 and regasm).
> How can I do this in WiX?
Yes use the COM and/or Registry tables to do this.
DO NOT use a custom ac
Use Heat (or Tallow, depending on which version you are using):
http://www.wixwiki.com/index.php?title=Heat
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stas Klyachkovsky
Sent: Sunday, March 02, 2008 1:06 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Registering CO
Robert O'Brien wrote:
Regarding response to q1 - after sending mail I saw the following
comment on http://wix.sourceforge.net/. Is that comment suggesting
that fragments are still valid and the recommended way for breaking
apart a wxs development project but now the element name used to
r
Aurélien DEROUINEAU wrote:
>> The problem is that when building the project, the FIL files are put in
>> the
>> right folder (\files), however Windows Installer looks for them
>> inside
>> the root folder and not the files subfolder, which is rather frustrating:
>> I’ve been trying to hack around w
I am using XmlConfig to add a number of lines to an existing xml file,
here is an example of one line:
It installs and uninstalls properly, but when I run a repair on this
installer, it rewrites all entries
into the file, rather than just the missing ones? Is this the intended
behavior, a
Hi
I am using the heat tool to generate the directory structure.
heat.exe dir -gg -template:fragment -sfrag "C:\FolderName" -out
FolderName.wxs
In FolderName.wxs, it groups all the ComponentRef elements under
In my main program, I am having
But I am encountering error CNDL0205. The
10 matches
Mail list logo