[WiX-users] Problem in entering nodes to machine.config using XmlConfig of Wix

2008-03-10 Thread Abhradeep Thakurta
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

Re: [WiX-users] Need help to check if a file exists in the installation folder

2008-03-10 Thread ramya ragupathy
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

Re: [WiX-users] EmbeddedChainer and Bootstrappers

2008-03-10 Thread Bob Arnson
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

Re: [WiX-users] Condition based on INSTALLLOCATION

2008-03-10 Thread ramya ragupathy
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

[WiX-users] Important: Check for space in the path

2008-03-10 Thread Riyaz Mogharabin
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

Re: [WiX-users] Validate Product Key Dialog with custom action

2008-03-10 Thread Eric Latendresse
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

Re: [WiX-users] EmbeddedChainer and Bootstrappers

2008-03-10 Thread richbain
>>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

Re: [WiX-users] Validate Product Key Dialog with custom action

2008-03-10 Thread Wilson, Phil
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

Re: [WiX-users] "deferred " custom action

2008-03-10 Thread Christopher Painter
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

[WiX-users] "deferred " custom action

2008-03-10 Thread V K Gangwar
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

Re: [WiX-users] WIX PerformanceCounter element failing on Windows 2000

2008-03-10 Thread Krause, Henning
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

Re: [WiX-users] WIX PerformanceCounter element failing on Windows 2000

2008-03-10 Thread Mike Dimmick
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

[WiX-users] (no subject)

2008-03-10 Thread 钟文辉
各位老总:您们好! 诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!   鼠不尽的幸福!鼠不尽的美满生活!愿: 您们阖家欢乐!幸福安康!

Re: [WiX-users] WIX PerformanceCounter element failing on Windows 2000

2008-03-10 Thread Krause, Henning
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

[WiX-users] dieter muh constantine hasok

2008-03-10 Thread shan-min kevin
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/ ___

[WiX-users] (no subject)

2008-03-10 Thread 钟文辉
各位老总:您们好! 诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!   鼠不尽的幸福!鼠不尽的美满生活!愿: 您们阖家欢乐!幸福安康!

[WiX-users] Validate Product Key Dialog with custom action

2008-03-10 Thread Eric Latendresse
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

Re: [WiX-users] XmlFileSearch for AppSearch?

2008-03-10 Thread Alexander Shevchuk
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

Re: [WiX-users] Simple CopyFile example

2008-03-10 Thread Paul McCloskey
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

Re: [WiX-users] Feature Groups

2008-03-10 Thread Eric Latendresse
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

[WiX-users] Urgent Reply Needed

2008-03-10 Thread Info
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

Re: [WiX-users] Use multiple files during CustomAction

2008-03-10 Thread Paul Lalonde
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

Re: [WiX-users] Feature Groups

2008-03-10 Thread Rob Hamflett
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 > >

[WiX-users] Feature Groups

2008-03-10 Thread Eric Latendresse
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

[WiX-users] MultiPart Installer

2008-03-10 Thread nils_gate
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

[WiX-users] XmlFileSearch for AppSearch?

2008-03-10 Thread Dominik Guder
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