[WiX-users] How to determine current culture in WiX preprocessor

2010-02-18 Thread Oleksandr Y. Nechyporenko
Hi All, Is it possible to determine the culture using preprocessors directives? I.e. I can specify in the Project Properties -> Build -> Cultures to Build several cultures. For example "en-US;uk-UA". After that I will receive 2 MSIs after the build. But I want to include some specific compo

Re: [WiX-users] How to determine current culture in WiX preprocessor

2010-02-18 Thread Oleksandr Y. Nechyporenko
I was in won't apply here, because they didn't use MSBuild/wix.targets to build their MSIs, so they were able to run candle once per-culture. -----Original Message- From: Oleksandr Y. Nechyporenko [mailto:alexnc69...@gmail.com] Sent: Thursday, February 18, 2010 10:21 AM To: wix-users

[WiX-users] Install additional components depending on selected languages

2010-03-09 Thread Oleksandr Y. Nechyporenko
We have multilanguage version of our product. Depended files for each of languages are included to separate components. I.e. we have for example (contains Component 1) (contains Component 2) Are there easy way to select language(s) at first step of installation and automat

[WiX-users] Shared windows service between multiple products

2010-03-09 Thread Oleksandr Y. Nechyporenko
We have two versions of our product (Desktop and Enterprise). Both versions can be installed on the same computer on the same time. I.e. they have different product and upgrade code GUIDs. But each of these versions contains same windows service. This service should be installed only once and shoul

[WiX-users] Component GUID rules

2010-03-09 Thread Oleksandr Y. Nechyporenko
I have additional question. As I've specified in one of my previous posts, we have two versions of our product (Desktop and Enterprise). Both versions can be installed on the same computer on the same time but in __different folders__. There is a set of files that should be included to both install

Re: [WiX-users] Component GUID rules

2010-03-10 Thread Oleksandr Y. Nechyporenko
ssage- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Wednesday, March 10, 2010 4:25 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Component GUID rules On 3/9/2010 11:14 AM, Oleksandr Y. Nechyporenko wrote: > will be better to generate new GUIDs for components in different

Re: [WiX-users] Install additional components depending on selected languages

2010-03-10 Thread Oleksandr Y. Nechyporenko
Remove? Thanks. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Wednesday, March 10, 2010 4:26 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Install additional components depending on selected languages On 3/9/2010 10:11 AM, Oleksandr Y. Nechypore

[WiX-users] Add Local Event

2010-03-12 Thread Oleksandr Y. Nechyporenko
Hi All, I try to add / remove some features depend on several conditions by WiX directives. I use WixUI_Mondo UI. I've found that dialog VerifyReadyDlg is always will be shown during install / change / repair. So now I setup addlocal / remove events for one of its buttons.

Re: [WiX-users] Add Local Event

2010-03-12 Thread Oleksandr Y. Nechyporenko
thing else. -- Best Regards, Oleksandr Y. Nechyporenko Software Developer CorePartners, Inc. mail:  alexnc69...@gmail.com skype: AlexNc69001 ICQ:  117-504-668 -Original Message- From: Bob Arnson

[WiX-users] Disable UI in patch by default

2010-03-16 Thread Oleksandr Y. Nechyporenko
Hi All, I've created install for our product. Now I've created a path as described here http://wix.sourceforge.net/manual-wix3/wix_patching.htm. Is there way to hide user interface when MSP file is running by mouse double click? I've used in WixUI_Mondo in my setup project. Now when I run

Re: [WiX-users] Disable UI in patch by default

2010-03-17 Thread Oleksandr Y. Nechyporenko
esve.com **Design, Simulate + Innovate with the ** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Oleksandr Y. Nechyporenko [

Re: [WiX-users] Disable UI in patch by default

2010-03-17 Thread Oleksandr Y. Nechyporenko
--Original Message- From: Oleksandr Y. Nechyporenko [mailto:alexnc69...@gmail.com] Sent: 16 March 2010 14:29 To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] Disable UI in patch by default Hi All, I've created install for our product. Now

Re: [WiX-users] Disable UI in patch by default

2010-03-17 Thread Oleksandr Y. Nechyporenko
West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Oleksandr Y. Nechyporenko [mailto:alexnc69...@gmail.com] Sent: 17 March 2010 16:46 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [Wi

[WiX-users] MaintenanceWelcomeDlg and InstallUISequence

2010-03-18 Thread Oleksandr Y. Nechyporenko
fNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D" (OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F") ..

Re: [WiX-users] MaintenanceWelcomeDlg and InstallUISequence

2010-03-18 Thread Oleksandr Y. Nechyporenko
omeDlg when I click Next. But in this case I receive the following dialog sequence when I run msp: PatchWelcomeDlg -> (MaintenanceWelcomeDlg -> MaintenanceTypeDlg -> VerifyReadyDlg). Thanks. From: Oleksandr Y. Nechyporenko [mailto:alexnc69...@gmail.com] Sent: Thursday, March 18, 2010 1:58

[WiX-users] Strange WiX combobox behaviour when MSI run from standard VS 2005 bootstrapper

2010-03-19 Thread Oleksandr Y. Nechyporenko
Hi All, I have experienced strange problem with UI ComboBox element when MSI run by standard bootstrapper generated by Visual Studio 2005. ComboBox won't drop down in this case. But selected item still can be changed by Up / Down keys or by mouse scroll. I've found similar problem described here:

[WiX-users] Microsoft HTML Help 1.4 SDK for WiX build

2010-03-24 Thread Oleksandr Y. Nechyporenko
Hi All, Can anybody give me a link to download Microsoft HTML Help 1.4 SDK which is required to build WiX from sources. I've found article in MSDN http://msdn.microsoft.com/en-us/library/ms669985(VS.85).aspx , but still can't find link to download the SDK installer. Thanks. -

Re: [WiX-users] Disable UI in patch by default

2010-03-29 Thread Oleksandr Y. Nechyporenko
Unfortunately I've not found a way to hide UI totally. I've decided to create special Patch Welcome screen and redirect to Progress screen after the click "Next" Button on this welcome screen. -- Best Regards, Oleks

[WiX-users] General discussion for Windows Installer XML toolset.

2010-09-15 Thread Oleksandr Y. Nechyporenko
Hi All, I have a following question. I have component: Now when I try to create patch in next version, I've changed the InnerPageHeader.html file. During patch creation I've received the warning that InnerPageHeader

[WiX-users] Warning 21 File in Component was changed, but the KeyPath file was not

2010-09-16 Thread Oleksandr Y. Nechyporenko
per component. This will automatically make each file a KeyPath of its component and you'll be able to patch naturally. OffTopic: BTW, it would be great for the subject not to be generic, but reflect the basic idea of the problem. -- Yan -----Original Message- From: Oleksandr Y. Nechyporenko

Re: [WiX-users] Warning 21 File in Component was changed, but the KeyPath file was not

2010-09-16 Thread Oleksandr Y. Nechyporenko
to do it. It seems to be a bug. ---------- Best Regards, Oleksandr Y. Nechyporenko -Original Message- From: Yan Sklyarenko [mailto:y...@sitecore.net] Sent: Thursday, September 16, 2010 3:29 PM To: General discussion for Windows Installer XML toolset. S

Re: [WiX-users] Warning 21 File in Component was changed, but the KeyPath file was not

2010-09-17 Thread Oleksandr Y. Nechyporenko
_id=105970&ati d=642714 ------ Best Regards, Oleksandr Y. Nechyporenko -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Friday, September 17, 2010 7:43 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Warning 21 File in Com

[WiX-users] How WiX resolve that file was changed when creates patch

2010-09-17 Thread Oleksandr Y. Nechyporenko
------ Best Regards, Oleksandr Y. Nechyporenko -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http:/

Re: [WiX-users] How does patching decide which files to includein msp?

2010-09-20 Thread Oleksandr Y. Nechyporenko
older up to new version. All works great when size of text file is changed. -- Best Regards, Oleksandr Y. Nechyporenko -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Monday, September 20, 2010 1:45

Re: [WiX-users] How does patching decide which files to include in msp?

2010-09-25 Thread Oleksandr Y. Nechyporenko
ile? I've thought that wixpdb contains "old" copy of file. But now I've noticed that size of wixpdb is too small to contain copy of all base files. Does it contains hashes of files? -- Best Regards, Oleksandr Y. Nechyporenko -Original Messag

[WiX-users] ICE17: ListBox: 'WEBSITE' for Control: 'SelectWebSiteCombo' of Dialog: 'SelectWebAddressDlg' not found in ListBox table.

2010-09-26 Thread Oleksandr Y. Nechyporenko
warning: ICE17: ListBox: 'WEBSITE' for Control: 'SelectWebSiteCombo' of Dialog: 'SelectWebAddressDlg' not found in ListBox table. Are there way to specify that WEBSITE ListBox data will be filled dynamically during runtime? I mean something like EnsureTable. Tha