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
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
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
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
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:
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
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.
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
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
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
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:
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
> 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
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
35 matches
Mail list logo