[WiX-users] Browse option in WebVirtualDir........

2007-08-27 Thread Abhishek R,HiRePro
Hi, How to Enable the option Browse in WebVirtualDir Element.. I want to browse the files from IIS. Need some help Thanks - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to

[WiX-users] Primary Key LicenseAccepted duplicated in table CheckBox

2007-08-27 Thread chandan Koushik
Hi All, Sorry the code was not Accompanied in the previous mail... I am using Wix3.0 I have created a new Dialig using the code shown below . [DlgTitleFont]Please enter the

[WiX-users] Primary Key LicenseAccepted duplicated in table CheckBox

2007-08-27 Thread chandan Koushik
Hi All, I am using Wix3.0 I have created a new Dialig using the code shown below . [DlgTitleFont]Please enter the UserName and Password for the My Database setup.

[WiX-users] How to make features do not display in the SelectionTree

2007-08-27 Thread JosephLee
hi all, i build a windows installer by wix, in my package i have some features, some of them used a common component and some not, so i want to install this component when it is needed, does anyone konws how to complete this. thanks -- View this message in context: http://www.nabble.com/How-to-m

Re: [WiX-users] How to install msxm3 merge module

2007-08-27 Thread Davut Karabay
Hi Raj, I am merging MSXML3 SP7. Did you have to install all three modules (msxml3_wim32.msm, msxml3inf_wim32.msm and wdstddll_wim32.msm)? I was only trying msxml3_wim32.msm.Thanks,Davut Subject: RE: [WiX-users] How to install msxm3 merge moduleDate: Mon, 27 Aug 2007 14:54:38 -0700From: [E

Re: [WiX-users] How to install msxm3 merge module

2007-08-27 Thread Tanikella, Rajanikanth (SCR US)
Hello Davut, What version of MSXML are you merging in? I was having a similar difficult time with this last week, but what solved the issue was getting a more recent service pack of MSXML and replacing the files in my installation with those. http://community.installshield.com/showthread.php?p

[WiX-users] How to install msxm3 merge module

2007-08-27 Thread Davut Karabay
Hello, I need to install MSXML3 merge module. I have added following lines to my WIX, but the installer terminates prematurely (nothing useful in the MSI logs!!). Does anyone know how to do it? ... ... ... ... ... ... ... Regards, Davut ___

[WiX-users] MSI 4.5, Chainers, Multiple MSI File Installs

2007-08-27 Thread Wilson, Phil
Title: MSI 4.5, Chainers, Multiple MSI File Installs Anyone interested in chaining and multiple MSI/single transaction installs should take a look at the 4.5 Beta. http://blogs.msdn.com/windows_installer_team/ Phil Wilson

[WiX-users] Error - Failed to read IIsWebs table

2007-08-27 Thread ersm6
Hi List, I need to install two websites. wxs file is included below. If header attribute is not in WeAddress element, later website overwrirtes the former one. And, if header is included, it gives error during installation, "Failed to read IIsWebs table. ( -2147024774)". But if I delete Defa

Re: [WiX-users] Install to ROOTDRIVE

2007-08-27 Thread Schrieken, Rene
Sorry, forget the firstline: that is really wrong. Rene From: [EMAIL PROTECTED] on behalf of Schrieken, Rene Sent: Mon 8/27/2007 17:34 To: Darrell ([EMAIL PROTECTED]); wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Install to ROOTDRIVE I think you be

Re: [WiX-users] Install to ROOTDRIVE

2007-08-27 Thread Schrieken, Rene
I think you better off with $(env.SystemDrive) but that is only available in WinNT or this property: WindowsVolume Property The installer sets the WindowsVolume property to the volume of the windows folder. The property always ends with a backslash. This can be used to set the default locat

[WiX-users] (network) permissions under vista

2007-08-27 Thread Alexander Gnauck
Hello, i still have problems with my custom actions on Windows Vista. With lots of workarounds and Execute='deferred' Impersonate='no' flags we got them working now on Vista in the most cases. The case where they don't work is when the program or parts of the program get installed on a network

[WiX-users] Install to ROOTDRIVE

2007-08-27 Thread Darrell ([EMAIL PROTECTED])
I am looking to have my application default to installing on the same drive that they have Windows installed on. I believe that is called the ROOTDRIVE. However using the following it defaults to whatever drive the installer is launched from. How can I change the above so that it defaults

[WiX-users] Versionnumber / upgrade

2007-08-27 Thread Wik Carl-Johan
Hi! Question 1) Automation build with msbuild. We are using the version "1.0.*" in the .Net assemblies we build and would like to keep this. During the day the revision number is the only one changing as the build number is used to represent the day. Now as the installer only uses the thre

Re: [WiX-users] Scheduling a Custom Action for a certain Dialog

2007-08-27 Thread md5hans
Hi! I have "solved" this using a "DoAction" in the next button for the dialog that is shown before the dialog shold have the custom executet before it was shown. PACKAGE_NAME NOT PACKAGE_NAME UPGRADE /Hans -- View this message in context: http://www.nabble.com/Scheduling-a

[WiX-users] Clearing a MSI table (Clearing ListBox/ComboBox)

2007-08-27 Thread md5hans
Hi! I have a dialog (D1) that has a ComboBox where the items of the ComboBox is filled by a custom action (C++ dll). When the user has selected an item the next button is enabled and another dialog (D2) is shown (if the user clicks the next button) with another combobox. The D2 combobox is also f