[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 Session.CustomActionData[pro

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

2012-06-22 Thread Igor Lemsky
003/10/18/Component-Rules-101 > > On Thu, Jun 21, 2012 at 6:37 PM, Igor Lemsky > 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

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

[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: So if OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1 the dialog OutOfDiskDlg must be show. But it didn't happened, I check my installer log and se

Re: [WiX-users] Problem with RemoveExistingProducts action

2011-02-27 Thread Igor Lemsky
nting scheme for non-Windows Installer installers so that some > other non-MSI installer doesn't wipe your DLL from underneath you. > > James > > -Original Message- > From: Igor Lemsky [mailto:igor.lem...@gmail.com] > Sent: Friday, February 25, 2011 04:57 > To:

Re: [WiX-users] Problem with RemoveExistingProducts action

2011-02-24 Thread Igor Lemsky
ailed install of the new product 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-followe

[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 location.

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

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

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

[WiX-users] Storing checkbox status in registry

2010-08-15 Thread Igor Lemsky
I have one checkbox in my installer. for example If it checked, I make some configuration actions during install. Some users doesn't use firewall, so they uncheck this checkbox. During upgrade, reinstall or so on actions they want to store unchecked status of this checkbox. So I made two things:

[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 Manager\Subcompone

Re: [WiX-users] Problem with checkbox

2009-12-24 Thread Igor Lemsky
> single 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

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

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

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

[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 wrote: > > On 14 Jul 2009, at 05:29, Igor Lemsky wrote: > > > I have x6

[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: 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. To fix this error, run validation

[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: So, during the build of the inst

[WiX-users] Advanced bootstrapper, does it exist?

2008-01-22 Thread Igor Lemsky
I need very advanced bootstrapper, which will install prerequisites in custom way (client choose what to install). Does somebody know such bootstrapper? - This SF.net email is sponsored by: Microsoft Defy all challenges. Micros

[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, rollba

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

2007-06-27 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 sponso

[WiX-users] About Extended attribute in Permission tag

2007-04-17 Thread Igor Lemsky
In documentation we can read that using Permission with Extended="yes" we launch custom action from wixca and can use many SIDs as username. But WHICH exactly SIDs? Where can I read about this? - This SF.net email is sponsored

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

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

[WiX-users] Problem with tallow: native COM registration

2007-04-10 Thread Igor Lemsky
Main tallow program haven't attribute STAThreadAttribute so COM objects are created in multi-threaded apartment and this is problem. When I use tallow to scan registry changes for SelfRegistered dll which use DirectX tallow falls with error on (DirectX SDK folder) \DXSDK\Samples\C++\DirectShow\Bas

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

Re: [WiX-users] dot Net Custom actions

2007-04-08 Thread Igor Lemsky
L-type CA or something, then you can launch it with an EXE CA. Joe K. - Original Message - From: "DEÁK JAHN, Gábor" <[EMAIL PROTECTED]> To: "WiX-users" Sent: Friday, April 06, 2007 6:13 AM Subject: [WiX-users] dot Net Custom actions > On Fri,

[WiX-users] dot Net Custom actions

2007-04-05 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 wa

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

[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 "Ent

[WiX-users] Ways of downgrading

2007-03-22 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 u

[WiX-users] Questions about Component, Features and Minor Upgrades

2006-06-22 Thread Igor Lemsky
Previously I mainly use major upgrades with changes of product codes. Now I need minor upgrades which allow more soft upgrade - just reinstall and also allow patches. Major upgrades for some strange reasons doesn't allow it. So I research this questions and have non-answered. 1. I found rules of