[WiX-users] Using Session.CustomActionData in .net custom actions

2012-06-26 Thread Igor Lemsky
We have Session object in each C#.net custom action. And it had Session.CustomActionData property as Dictionary. Little known about it and its usage. How to use it and how to get properties through it? Where can I read about it? Googling didn't help me :(. When do I use

Re: [WiX-users] What issues can rise if lose components Guid every build?

2012-06-22 Thread Igor Lemsky
/2003/10/18/Component-Rules-101 On Thu, Jun 21, 2012 at 6:37 PM, Igor Lemsky igor.lem...@gmail.com wrote: I took a new project on support and development, which includes WIX-based installer. Among issues of this installer there is problem: every build Paraffin works on binary file's tree

[WiX-users] What issues can rise if lose components Guid every build?

2012-06-21 Thread Igor Lemsky
I took a new project on support and development, which includes WIX-based installer. Among issues of this installer there is problem: every build Paraffin works on binary file's tree and generate almost new WXS files (only Dir and Component group are keeping out). As I understand with such

[WiX-users] OutOfDiskSpace during InstallUISequence

2011-03-03 Thread Igor Lemsky
I want my installer to show OutOfDiskSpace dialogue during user interface sequence. In VerifyReadyDialogue I make following actions: Publish Event=SpawnDialog Value=OutOfDiskDlg![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND

Re: [WiX-users] Problem with RemoveExistingProducts action

2011-02-27 Thread Igor Lemsky
Message- From: Igor Lemsky [mailto:igor.lem...@gmail.com] Sent: Friday, February 25, 2011 04:57 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with RemoveExistingProducts action It seems that I dont break component rules... I just add new

Re: [WiX-users] Problem with RemoveExistingProducts action

2011-02-24 Thread Igor Lemsky
but after the successful uninstall of the old product will leave the computer with no product installed at all. I think that must be a good place to put it if there are buggy custom actions and component rules aren't being well-followed. James -Original Message- From: Igor Lemsky

[WiX-users] Problem with RemoveExistingProducts action

2011-02-21 Thread Igor Lemsky
I have upgrade scenario for my system from 2.0 version to 2.1 version. I have file for example aaa.xml in 2.1 version and no such file in 2.0 version. It lies in independent component i feature Afeature (it was in 2.0 also). During install there are no problems: file installs to the right

[WiX-users] IisExtension, IIS7 features is planned to be developed?

2010-09-02 Thread Igor Lemsky
Now only IIS6 can be fully configured using WiX 3.0 and WiX 3.5. Do developers of the WIX plan to make some new code to cover all of the features of the IIS7? -- This SF.net Dev2Dev email is sponsored by: Show off your

[WiX-users] Big problem with IIS and not IIS components!!

2010-08-19 Thread Igor Lemsky
I have installer which have some components for IIS (Virtual Directory and so on) and other components doesn't have any connections to IIS, just installing files. So, for them IIS is not needed. But when I install them and no IIS on server Installer get an error: Cannot connect to IIS. This is big

[WiX-users] Problem with Application pools in IIS on Windows 7/2008

2010-08-18 Thread Igor Lemsky
I simply install IIS Virtual directory and independent IIS Application pool for this Directory. As I understand my IIS Application Pool must be deleted during uninstall. It works on Windows XP and Windows 2003. But on Windows 7 and 2008 It doesn't deleted and stayed after uninstall (Component is

[WiX-users] Storing checkbox status in registry

2010-08-15 Thread Igor Lemsky
I have one checkbox in my installer. for example Control Id=checkBox13541 Type=CheckBox Height=18 Width=345 X=15 Y=140 Text=Windows Firewall must be configured Property=NEED_CONFIGURE_FIREWALL CheckBoxValue=1 / If it checked, I make some configuration actions during install. Some users doesn't use

[WiX-users] MSMQ and Windows 2008 \ Windows 7, how to check?

2010-06-21 Thread Igor Lemsky
My installer must be run on Windows7 and Windows 2008 (and r2). One of the prerequisite is service MSMQ, which must be installed on this computer. But how to check it? On windows XP and Windows 2003 I checked registry value HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC

Re: [WiX-users] Problem with checkbox

2009-12-24 Thread Igor Lemsky
Property? -Original Message- From: Igor Lemsky [mailto:igor.lem...@gmail.com] Sent: Thursday, December 24, 2009 12:36 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Problem with checkbox I have checkbox and property, that bind to it. It works ok

[WiX-users] Problem with checkbox

2009-12-23 Thread Igor Lemsky
I have checkbox and property, that bind to it. It works ok for a years. But now I need another checkbox at another dialog screen in my installer - with same property. And now I got error: error LGHT0091 : Duplicate symbol 'CheckBox:PROPERTY_NAME' found. CheckBox ID is different to the older

[WiX-users] Problems with message queue in Windows XP

2009-12-20 Thread Igor Lemsky
I have MSMQ queue installing in my installer. If there is the same queue on this computer, installation is failed with the next errors: MessageQueuingExecuteInstall: Queue: .\private$\mag_write MSI (s) (B0!F0) [09:46:26:798]: Closing MSIHANDLE (12991) of type 790531 for thread 1776 MSI (s) (B0!F0)

[WiX-users] Showing custom progress in installer

2009-12-02 Thread Igor Lemsky
In my installer I install 3rd party software like MS .net 3.5 (dotnetfx35). I have request to show progress in my pure Windows Installer while dotnetfx is installed. Of course it has its own progress bar, but my installer still shows static screen Prepare to install. During ExecuteSequence of

[WiX-users] Problems with components upgrade

2009-11-16 Thread Igor Lemsky
As I know in Windows Installer there are rules about components upgrade for files. If it has version than it will be upgrade if in file the version is newer. And for other files if date is newer. But is any chance to change this logic for some components? For example, third party dll version is

[WiX-users] Problem with storing checkbox state

2009-10-02 Thread Igor Lemsky
In my installer I have checkbox Add also addiotional parameters with property ADDITIONAL_PARAMS. Its value 1 if checkbox is checked, and no value if unchecked. Worked perfectly, but there are problems. I store property to the registry, and use regsearch to restore it during upgrade or reinstall.

Re: [WiX-users] 64bit package compiling

2009-07-14 Thread Igor Lemsky
No, there are no 64 bit files, I just remake x86 installer to x64, and all files is x86. So there are must be no x64 Components. Did anybody test x64 work of light? On Tue, Jul 14, 2009 at 6:04 PM, Chris Ridd chrisr...@mac.com wrote: On 14 Jul 2009, at 05:29, Igor Lemsky wrote: I have x64

[WiX-users] 64bit package compiling

2009-07-13 Thread Igor Lemsky
I have x64 Windows XP. I tried to make 64 bit package by setting attribute: Package Id=* Platform=x64 / and during compilation got an error: light.exe : error LGHT0310 : Failed to open package for validation. The most common cause of this error is validating an x64 package on an x86 system.

[WiX-users] Problem with customization of installer

2009-07-10 Thread Igor Lemsky
I have had different problem a year ago: I must create 3 installers which was similar to each other, but was some differents: one have all features, and other two only some features from the whole set. So I use proprocessor variables like so: ?if $(var.CurrentComplex) = Full Or

[WiX-users] MessageQueue problem...

2007-08-06 Thread Igor Lemsky
I am using Message Queue element from pubca schema. I create many queues and now have some troubles. First of all if same named queue is exists Installer cant install newer queue, rollback and delete existed. Second problem - reinstall, because it finds existed queue and of course delete it,

[WiX-users] Framework 3.0 - how to search?

2007-06-28 Thread Igor Lemsky
In my setup program I need to check if MS .net framework 3.0 is installed in the system. But how to do it? MsiNetAssemblySupport is equal to the same value as if only framework 2.0 is installed... - This SF.net email is

[WiX-users] How to launch service under LocalSystem account?

2007-04-17 Thread Igor Lemsky
When I create ServiceInstall element and set attribute Account=SYSTEM I get error like You have haven't permissions to launch system service... but I launch installer under administrator account! I need System account because I need Interactive service, because my service launchs windowed

[WiX-users] Permissions question

2007-04-17 Thread Igor Lemsky
I set permissions in some component on the registry key and note that other installed registry keys also get permissions. And this permission is not default for registry but very limited! So how can I add permissions in one component in registry and leave other components with registry writing

[WiX-users] How to search for registry key with no value?

2007-04-09 Thread Igor Lemsky
Registry search under property tag is searched for value of the registry name in specific registry key. But what if we have only registry key and undefined values and no names under it? how to search it? - Take Surveys. Earn

Re: [WiX-users] dot Net Custom actions

2007-04-08 Thread Igor Lemsky
launch it with an EXE CA. Joe K. - Original Message - From: DEÁK JAHN, Gábor [EMAIL PROTECTED] To: WiX-users wix-users@lists.sourceforge.net Sent: Friday, April 06, 2007 6:13 AM Subject: [WiX-users] dot Net Custom actions On Fri, 6 Apr 2007 13:21:35 +0700, Igor Lemsky wrote: Igor, http

[WiX-users] dot Net Custom actions

2007-04-06 Thread Igor Lemsky
I need to launch some .net code during installation. Which possibilities do I have? As I hear there are problems with .net custom actions in Windows Installer. So I cant add my .net assembly exe into the product as file or binary stream and use one of the custom actions types to launch it? Only

[WiX-users] How to customize dialog window icon?

2007-04-03 Thread Igor Lemsky
We have installer UI and we have dialogs there. In left upper corner of dialogs we have small icon, and the same icon also is shown in task panel. Is it possible to customize it? - Take Surveys. Earn Cash. Influence the

[WiX-users] SelectionTree and Features: how to hide menu item InstallAll?

2007-03-30 Thread Igor Lemsky
We have SelectionTree in Windows installer and list of all not-hidden features there. To add feature to install I must Click on icon left to feature name and choose from drop-down menu Install Local (Will be installed on local drive) option. To remove it from installation I must choose option

[WiX-users] Ways of downgrading

2007-03-23 Thread Igor Lemsky
In my product I need support functionallity of downgrading. For example, after release of the version 2.0.5 and version 2.1.0 and after installing 2.1.0 user can install 2.0.5 and it installs correctly. But how to implement this without bootstrapping, using only MSI functionality? If I use major