Hi,
I am trying to use the XmlConfig element of Wix to make an entry into the
machine.config file. The schema of the nodes to be entered looks like
I am being able to create the node and insert it into the machine.confi
hi
i tried to implemet t a similar directory search with cutom action..but
i was not able to find a solution..the only other alternate i found is to
embed this directory search into a control button.Once the user clicks
on the button this search takes place and based on the property value
which h
richbain wrote:
> Thanks for your reply, but i'm still stuck.
> Would you be able to show me the steps involved? As I said originally I'm
> still pretty new to all WiX (and Windows Installer) so I'm not really
> following. Should I be using the chainer that ships with WiX?
> Also how does a single
Hey try changing the level to some negative number..tht should wrk fine
RW-11 wrote:
>
> Hi,
>
> I'm trying to turn on and off a feature based on whether a file already
> exists in the installation directory.
>
> To do this, I'm setting a property based on a FileSearch:
>
>
>Dept
I'm so sorry to send this email again. I need an urgent answer for this
problem, and it seems that this mailing list is my last resort.
This is my problem:
I have created an installer with "WiXUi.InstallDir". I need to check the
install path that the user selects and not let him continue the inst
Thanks for your reply Phil. I did find some examples on managed custom
actions and I know what you mean by "arm-weaving". I also found an
example using a C++ Win32 application. This seems like it is the way I
need to go but the example was outdated and the code didn't compile. I'm
not very familiar
>>Yes, you need a custom action -- one that implements a chainer. MSI 4.5
>>provides the infrastructure for a chainer (with better support for a
>>clean multi-package transaction) but not a chainer itself.
Thanks for your reply, but i'm still stuck.
Would you be able to show me the steps involv
You can't get there from here. The infrastructure for calling managed code
custom actions isn't natively supported by MSI, and even if you did all the
arm-waving to make it work as a custom action (called from the UI sequence)
it's so decoupled from the install that you cannot use it to set a p
No. Deferred CA's can only exist within the transaction. Before or after can
only be immeadiate execution.
V K Gangwar <[EMAIL PROTECTED]> wrote: Is there any way to execute "deferred
(in-script)" custom action before InstallInitialize sequence.
-
Be a be
Is there any way to execute "deferred (in-script)" custom action before
InstallInitialize sequence.
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.-
Thi
Hi Mike,
I used the WIX build from last friday (3.0.3907.0).
>From the install log:
TempFolder: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
All environment variables from the machine:
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Administrator\Application Data
Co
OK, so you've reproduced it on a clean installation. I still have the other
questions from before:
- What are the values of the TMP, TEMP and USERPROFILE environment
variables?
- What version of WiX are you using (including build number)?
- Have you tried the latest weekly release from
wix.sourc
各位老总:您们好!
诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!
鼠不尽的幸福!鼠不尽的美满生活!愿: 您们阖家欢乐!幸福安康!
Hello,
I just had time to check this error again.
I created a new setup project and tested it on a Windows 2000 machine
(clean install - only SP4 + security rollup in english). Same error. It
works on Windows 2003 and 2008.
The following events appear in the eventlog:
[Error] Help index range
morton hiroguch nondet romy lemuel
rhys carlyn
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
各位老总:您们好!
诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!
鼠不尽的幸福!鼠不尽的美满生活!愿: 您们阖家欢乐!幸福安康!
I want to use a C#.net assembly to validate my product key. Could
someone point me in the right direction on where to start?
Thanks,
Eric
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsof
Persist your parameter in the registry and retrieve it from there during
maintenance/upgrade install.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dominik Guder
Sent: Monday, March 10, 2008 3:18 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-us
Thanks for the reply. That's a great point about modify/repair.
Thanks,
Paul
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 08, 2008 8:27 PM
To: Paul McCloskey
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Simple CopyFile
Thanks, that worked.
Eric
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Hamflett
Sent: Monday, March 10, 2008 10:01 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Feature Groups
You should just need to put one feature inside the
This email has been sent from:
http://gregg_la1.veretekk.com
IP address 64.131.157.128
Date stamp: 2008-03-10
You have received this email because this email address
was used to subscribe to the Veremail Newletter system.
If you did not request this subscription, please disregard this
ema
Hmm.. I've only tried it with unmanaged code. Plus, I used that approach
because the custom DLL came from a third party and I had no control over it.
Using this technique with managed code will bring a whole extra layer of
complexity.
Calling managed code from a CA (or rather, the numerous re
You should just need to put one feature inside the other, like this:
Rob
Eric Latendresse wrote:
> I am trying to create a feature tree in the installation like this for
> example:
>
>
>
> -MainProductFeature
>
> -HelpFeature
>
>
I am trying to create a feature tree in the installation like this for example:
-MainProductFeature
-HelpFeature
The Help component should be listed under the MainProductFeature and users
should see it as part of that feature. Not sure if I
I am trying to create an installer, which has 4 components. In QC Version, I
want to include all the 4 components. While in Final release, I want to
include 1 of 4 components based on requirement.
I can acheive this using Conditional Installation of a particular feature at
installation time. But
Hi folks,
is there anybody out there who is using some kind of XmlFileSearch to
retrieve properties like it could be done with IniFileSearch or
RegistrySearch?
Our setup stores some parameters in App.config (as recommended for .Net
Apps) which will be written on install. Installing and uninstall
26 matches
Mail list logo