think you'll have to put a new service control element
with
> each component (or perhaps just each feature) that needs to restart IIS.
>
> -Original Message-
> From: Thorsten Tarrach [mailto:thors...@atomia.com]
> Sent: 30 March 2011 08:39
> To: 'General discuss
installing or removing the
> component so it won't behave as you require.
>
> I've never used them myself but have you tried using ServiceDependency
> elements ?
>
>
> -Original Message-
> From: Thorsten Tarrach [mailto:thors...@atomia.com]
> Sent: 29
Hi everyone,
We have a shared library for all our products we include during compilation.
Now I would like to stop and start IIS during installation because running
iis applications can get in the way of updates. This is very easily done
with the fragment below.
Now
.
> Subject: Re: [WiX-users] Uninstallation removes nothing
>
> Hmm, you may have confused the Windows Installer. Mucking around with
> their private store isn't usually a good idea.
>
> On Fri, Jan 21, 2011 at 6:59 AM, Thorsten Tarrach
> wrote:
>
> > Hello,
>
Hello,
I played around with Major Updates and somehow I got into a situation now
where none of the files is removed by uninstallation. It is not an error
with the package, as the latest version works quite fine on a different
machine.
It must be something in the registry of that machine. But I
property for the password and
add
> a launch condition that aborts the installation if the property isn't
defined.
>
> For the instances where LIMITUI and /quiet aren't specified, you can add
the
> dialog in the UISequence as normal.
>
>
> -Original Message-
Hi,
I generally want the installation to be silent or with the basic UI, except
that it should ask the user for a password if that is not specified.
So I basically want to display one dialog no matter that LIMITUI is set or
that /quiet is specified. How can I force a dialog to open anyway,
Hi,
The IIS schema allows me to install a new website and reference an existing
application pool the user specifies. But I want the setup to fail with a
meaningful error message if that app pool does not exist. Similarly I
require a specific user to be present. I'm not sure what condition to us
me
on this solution.
Thorsten
> -Original Message-
> From: Thorsten Tarrach [mailto:thors...@atomia.com]
> Sent: 03 December 2010 09:06
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: RE: [WiX-users] Having a reference counter for components
>
Hey,
Thanks for your answers. I will just post the WiX Code of the merge module.
Maybe that can cast some light on this:
http://schemas.microsoft.com/wix/2006/wi";
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
Hi everyone,
I tried to create a shared merge module that creates a user and an
application pool in IIS. The idea is that we have a number of installation
packages that all share the same application pool and user. The first
installed application creates the application pool and the last one de
Hi,
to make the uninstall as perfect as possible I would like to save some
information for the uninstaller custom action.
Say if my installer custom action changes a setting then I would like the
uninstaller to undo that. The problem I face at the moment is that I can
only revert the setting t
12 matches
Mail list logo