Re: [WiX-users] Combobox not refreshing

2008-11-17 Thread siaj
Thanks ! but dont think this solution will work becuase I need to have the server name and the database name on the same screen and I would like to refresh the database name changed on click of the button (on same screen) or value changed of Server Name drop down. Thanks, siaj Split the process

Re: [WiX-users] Install Localisation

2008-11-17 Thread Neil Sleightholm
The problem is that if I don't supply -loc then light fails to resolve any of my localisation variables and generates these errors: Product.wxs(15) : error LGHT0102 : The localization variable !(loc.ProductLanguage) is unknown. Please ensure the variable is defined. Neil -Original Message---

Re: [WiX-users] wix v3 question

2008-11-17 Thread Rob Mensching
I don't understand. You just install without an app pool. -Original Message- From: Yung Wu [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 17:16 To: wix-users Subject: Re: [WiX-users] wix v3 question Rob,I understand that IIS 5.0 does not support AppPools, IIS 6.0 does. What

[WiX-users] Several Quiet Execution Custom Actions for different triggers

2008-11-17 Thread Bob Lim
Hi guys, Are we only restricted to only one QtExecCmdLine in a Wxs file? What if I have a QtExecCmdLine for installing and another different QtExecCmdLine for uninstalling. How do we go about doing that? Any examples? Thanks! Best regards, Shao Voon New Email names for you! Get the Em

[WiX-users] How to add All user option?

2008-11-17 Thread xin chen
Hi; I want to add an option to my kit, All User or Current User. Because I am a new user of WIX, I do not find any document related to this property? Thanks very much. - This SF.Net email is sponsored by the Moblin Your Move

Re: [WiX-users] XmlFile does not support default namespaces?

2008-11-17 Thread Scott Sharpe
I'm not getting a lot of response on this so I'll try to state it more strongly XmlFile does not work if the xml file has a namespace defined at the root node. Is this a bug? Is there some sort of work around with associated Properties? Example (This does not work) 1 Path1

[WiX-users] Wix 3 minor upgrade validation tool?

2008-11-17 Thread Jon Seanor
Hi Is there a WIX tool that performs minor upgrade validation? Thanks Jon *** This email and any attachments thereto may contain private, confidential, and privileged material for the sole use of the intended recipient. Any review, copying, or distribution of this email (or any attachment

Re: [WiX-users] wix v3 question

2008-11-17 Thread Yung Wu
Rob,I understand that IIS 5.0 does not support AppPools, IIS 6.0 does. What I like to do is to allow the installer to install my application on IIS5.0 without having to create the AppPools. How can I do that? Thanks, -Yung.> From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Dat

Re: [WiX-users] Install Localisation

2008-11-17 Thread Rob Mensching
I'm sorry if I asked this already but what happens if you don't specify a -loc file on the first linking? The command line you provided in the bug has light behaving the way I would expect. If you provide a .wxl file then it will replace as many of the variables as it can in the .wixout. Subs

Re: [WiX-users] Shortcut Target Attribute

2008-11-17 Thread Rob Mensching
The WiX.chm is more complete. There is a bug open on the website issue. -Original Message- From: JLM [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 12:39 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Shortcut Target Attribute I did not know

Re: [WiX-users] Combobox not refreshing

2008-11-17 Thread Richard
In article <[EMAIL PROTECTED]>, siaj <[EMAIL PROTECTED]> writes: > I have a list of databases to be populated for a given server in a combobox. > The user selects a value from the list of servers (a different dropdown on > same screen) and clicks on GetDatabases to have the Databse combo ref

[WiX-users] Combobox not refreshing

2008-11-17 Thread siaj
Hello, I have a list of databases to be populated for a given server in a combobox. The user selects a value from the list of servers (a different dropdown on same screen) and clicks on GetDatabases to have the Databse combo refreshed with new set of Databases. I am calling a vbs custom action to p

Re: [WiX-users] Shortcut Target Attribute

2008-11-17 Thread JLM
I did not know there was an Arguments attribute to the shortcut tag. Unless I am missing some crucial documentation, the schema for the shortcut tag is blank in the Manual WiX 2.0 on the web site. That finally worked, though. Thanks for your help. Rob Mensching wrote: > The Target should point

Re: [WiX-users] Install Localisation

2008-11-17 Thread Neil Sleightholm
I seems to be that whatever I try the wixout file is localised and re-binding leaves it as US English. I'll raise a bug report for this. Neil -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 15 November 2008 22:53 To: General discussion for Windows Installer XML toolse

Re: [WiX-users] Shortcut Target Attribute

2008-11-17 Thread Rob Mensching
The Target should point to the executable you want launched. I recommend using the technique that Chad Miles notes below. The rest of the arguments to the shortcut target go in the Arguments attribute. -Original Message- From: JLM [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 20

Re: [WiX-users] wix v3 question

2008-11-17 Thread Rob Mensching
AFAIK, IIS 5.0 doesn't support application pools. -Original Message- From: Yung Wu [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 01:45 To: wix-users@lists.sourceforge.net Subject: [WiX-users] wix v3 question Hi, I am a first time user of Wix. Wix is a very nice tool and it

Re: [WiX-users] creating executables using wix

2008-11-17 Thread Gavin Bee
blin-contest.org/redirect.php?banner_id=100&url=/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users __ Information from ESET NOD32 Antivirus, version of virus signature database 3617 (20081117)

Re: [WiX-users] Shortcut Target Attribute

2008-11-17 Thread JLM
Ok, I have managed to get the string I think I need into the Target of the shortcut, but, Windows still says it needs to find the executable when I click on the shortcut. I have set the property to: and the target is: Target="[wish_shortcut][#file_10]" And this gives me the correct string i

Re: [WiX-users] Shortcut Target Attribute

2008-11-17 Thread Chad Miles
Try setting Target="[#wish85.exe]"... or whatever your filename is. On Mon, Nov 17, 2008 at 10:42 AM, JLM <[EMAIL PROTECTED]> wrote: > Ok, I thought I had this working, but it is not. I think the quotes are > getting set wrong. I know that if I open up the shortcut's properties page, > and set th

Re: [WiX-users] Shortcut Target Attribute

2008-11-17 Thread JLM
Ok, I thought I had this working, but it is not. I think the quotes are getting set wrong. I know that if I open up the shortcut's properties page, and set the value in the target field to exactly this: "C:\Program Files\Tcl\bin\wish85.exe" "C:\...my_file" I can click on the shortcut and start

Re: [WiX-users] Shortcut Target Attribute

2008-11-17 Thread JLM
I finally figured this out. I must use properties in the Target attribute to point to a target that isn't part of the installation. I thought properties were just a way of keeping common references in one place. JLM wrote: > So in my last email I got a hint to use the Target attribute of the sh

Re: [WiX-users] Shortcut Target Attribute

2008-11-17 Thread Chris Lord
This is what I have used for my application. The MyApplication.exe needs to be the exact filename of the executable that the shortcut is pointing to. The use of [INSTALLDIR] instead of an absolute file reference is used in my installer as it means that the shortcut always points to the inst

[WiX-users] Shortcut Target Attribute

2008-11-17 Thread JLM
So in my last email I got a hint to use the Target attribute of the shortcut tag. I need the shortcut's target to be: "C:\Program Files\Tcl\bin\wish85.exe" "path_to_tcl file" Unfortunately, the schema documentation for the shortcut tag is empty, so I don't know exactly how to format this tag. I

Re: [WiX-users] creating executables using wix

2008-11-17 Thread Sean Farrow
om ESET NOD32 Antivirus, version of virus signature database 3617 (20081117) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com - This SF.Net email is sponsored by the Moblin Your Move Developer&

Re: [WiX-users] creating executables using wix

2008-11-17 Thread Gavin Bee
Sean, It sounds like you might be looking for an exe that installs prerequisites and then launches your installer, a.k.a a bootstrapper. Resonable options are SetupBld or the GenerateBootstrapper task. There is also a fully featured WiX bootstrapper under development. Gavin :) -Original M

Re: [WiX-users] Detecting IA64 bit architecture

2008-11-17 Thread Pally Sandher
http://en.wikipedia.org/wiki/CDATA Palbinder Sandher Software Deployment Engineer T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Off

Re: [WiX-users] Detecting IA64 bit architecture

2008-11-17 Thread Andy2k8
Hello How does the following two condition statements differ from an MSI perspective? Only the second method works in this case. 1. NOT Intel64 2. Could anyone please clarify?? Pally Sandher wrote: > > Just create a Launch Condition with "VersionNT64 AND Intel64" as the > inner text. >

[WiX-users] Browse Network Neighborhood

2008-11-17 Thread Mattias Åslund
When installing my application, I need the user to point to a network url where the server-part has already been installed. The installer should then verify that the file “wginst.ini” exists in the selected url before allowing the user to continue the install process. The Browse Dialog (http://

Re: [WiX-users] creating executables using wix

2008-11-17 Thread Лукашев Антон
Hi, If I'm not wrong you should look at "setupbld.exe". -Original Message- From: Sean Farrow [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 12:07 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] creating executables using wix H: Is there the facility within WiX to

[WiX-users] wix v3 question

2008-11-17 Thread Yung Wu
Hi, I am a first time user of Wix. Wix is a very nice tool and it is exacly what I am looking for. However, as we have to support IIS 5.0 for our customers, I have an issue with my application msi file. I can use the wix editor to modify the property and bypass the requirement checking dia

[WiX-users] creating executables using wix

2008-11-17 Thread Sean Farrow
H: Is there the facility within WiX to create .exe files instead of msi's? Any help and pointers apreciated. I have the latest source (weekly release) so can build anything required. Cheers Sean. - This SF.Net email is sponsor