Re: [WiX-users] Determine if a MSI was created using WIX

2010-10-18 Thread Alexander Kozlenko
Property with ID 18 in _SummaryInformation table will contains string like Windows Installer XML (3.5.2215.0) for every package created with WiX. -Original Message- From: teuf008 [mailto:teuf...@gmail.com] Sent: Monday, October 18, 2010 11:38 AM To: wix-users@lists.sourceforge.net

Re: [WiX-users] Simple Upgrade/Reinstall Question

2010-10-14 Thread Alexander Kozlenko
=InstallFinalize/RemoveExistingProducts -- I left some of the various combinations commented out above, we are fast pushing torwards a deployment, and need some insight or direction. -Original Message- From: Alexander Kozlenko [mailto:alexander.kozle...@hotmail.com] Sent: Thursday, October 07

Re: [WiX-users] is there an issue with the latest 3.6 cab file

2010-10-10 Thread Alexander Kozlenko
Have the same problem. Can't find Wix36lib.cab ... error on installing (MSI+CAB). -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Sunday, October 10, 2010 5:41 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] is there an issue with the latest

[WiX-users] EmbeddedUIResource element

2010-10-09 Thread Alexander Kozlenko
According to documentation and to compiler Name is required attribute, but in attribute description I find this: If this attribute is not specified the Id attribute will be used. What is incorrect: documentation part or compiler behavior?

Re: [WiX-users] Installer appears very slow

2010-10-08 Thread Alexander Kozlenko
on Windows 7? Thanks! -Original Message- From: Alexander Kozlenko [mailto:alexander.kozle...@hotmail.com] Sent: Thursday, October 07, 2010 5:00 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Installer appears very slow Creating Restore Point. You can

Re: [WiX-users] Installer appears very slow

2010-10-07 Thread Alexander Kozlenko
Creating Restore Point. You can use MSIFASTINSTALL (http://msdn.microsoft.com/en-us/library/dd408005(VS.85).aspx) property for disabling this and some other things, but this will work only for Windows Installer 5.0 (Windows 7 only, no redist). -Original Message- From: Lena Vinogradov

Re: [WiX-users] Simple Upgrade/Reinstall Question

2010-10-07 Thread Alexander Kozlenko
Try to use this code: MajorUpgrade AllowDowngrades=yes /, but also you need to suppress ICE61 for safely allowing downgrade. -Original Message- From: John Bergman [mailto:john.berg...@xpedienttechnologies.com] Sent: Thursday, October 07, 2010 11:16 PM To: General discussion for Windows

Re: [WiX-users] Error in Custom Action

2010-09-24 Thread Alexander Kozlenko
toolset. Subject: Re: [WiX-users] Error in Custom Action Can this be the case that you have Return='ignore' in the custom action definition? I suppose in this case returning ActionResult.Failure will be ignored. -- Yan -Original Message- From: Alexander Kozlenko [mailto:alexander.kozle

[WiX-users] Error in Custom Action

2010-09-22 Thread Alexander Kozlenko
What is the best way to block installation on error in Custom Action? I used ActionResult.Failure result value but installation continues to install. Only throwing an exception of type InstallerException helps me to block installation. Thanks. Alexander Kozlenko

[WiX-users] Embedded UI, custom action and WiX assembly

2010-09-21 Thread Alexander Kozlenko
Hello. I have installer with embedded UI and managed custom action. Is there any way to reuse Microsoft.Deployment.WindowsInstaller assembly instead of duplicate it in both binary streams (for UI assembly and for CA assembly)? Thanks. Alexander Kozlenko

Re: [WiX-users] Pin to Taskbar and Advertised shortcut

2010-09-11 Thread Alexander Kozlenko
://www.west-wind.com/weblog/posts/32765.aspxRegards, Fabio On Sat, Sep 11, 2010 at 12:34 AM, Alexander Kozlenko alexander.kozle...@hotmail.com wrote: Hello. Still can't find a solution so asking here. I have an advertised shortcut for my installed application but this shortcut hasn't context

Re: [WiX-users] Pin to Taskbar and Advertised shortcut

2010-09-11 Thread Alexander Kozlenko
Hi Fabio, Thanks for code sample, but this doesn't help... Alexander Kozlenko -Original Message- From: Fabio Di Lorenzo [mailto:fa...@dilorenzo.ch] Sent: Saturday, September 11, 2010 5:31 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Pin

[WiX-users] MsiLaunchApp

2010-08-24 Thread Alexander Kozlenko
Hello. I didn't find an answer so will ask in this mailing list. Anybody can explain how can I migrate from WinShellExec custom action to MsiLaunchApp in WiX 3.5? Thanks. Alexander Kozlenko -- Sell apps to millions