[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

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. Control Id=Next Type=PushButton X=236 Y=243 Width=56 Height=17 Default=yes Text=Next Condition Action=enablePACKAGE_NAME/Condition

[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 three

[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. Directory Id=TARGETDIR Name=SourceDir Directory

[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

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

[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] 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? ... Directory Id=TARGETDIR Name=SourceDir ... Merge Id=msxml3 Language=1033

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.

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:

[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:

[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] 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 . UIRef Id=WixUI_Mondo / UI Dialog Id=InstallDlg1 Width=370 Height=270 Title=[ProductName] [Setup]