We ship a MSI which supports upgrades. We schedule the RemoveExistingProducts
custom action after InstallInitialize using MajorUpgrade
element –
The MSI performs a variety of things including GACing,
writing to registry and also includes a custom action which is used to install
a kernel m
That's an extension that gets backed by a custom action. It depends what the
custom action does. That happens to be a WixExtension so you have access to all
the source code.
-Original Message-
From: Parm [mailto:sfbu...@gmail.com]
Sent: Thursday, January 9, 2014 11:39 AM
To: wix-users@l
thanks for the reply.
The error I am trying to handling is about certificate. For example:
if user provide wrong certificatePath or password, the installation just
fails quietly. Is there a way to prompt error message from the installer?
thanks,
Parm
--
View this message in context:
http://
More general question is:
If there is any error happened, what's the way to force Installer to prompt
error message? My installer just stops quiet without any message. The only
way is to look the log file.
Thanks,
Parm
--
View this message in context:
http://windows-installer-xml-wix-toolset.
Depends what caused the error.
-Original Message-
From: Parm [mailto:sfbu...@gmail.com]
Sent: Thursday, January 9, 2014 11:27 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] No Error message prompt
More general question is:
If there is any error happened, what's the way
Thank you everyone. After much research and many difficulties, I finally
figured it out with the help of your replies (special thanks to the winded
reply by Blair). According to a comment on Rob's Remember Property blog, I
also found out that WiX 3.5+ supports firstSequence on SetProperty so
manu
We've decided to go with the approach you've suggested, and I will look into
delta patches to reduce the patch size (although since most of our changed
files will be videos, I would guess deltas wouldn't help much).
As far as each patch superseding the last, is this something we need to
specify in
It's possible that settings of the MSIRESTARTMANAGERCONTROL and
MSIRMSHUTDOWN properties affects this behavior - don't know for sure.
Apart from CloseApplication, the app could integrate with Restart Manager
to shut down - this has the potential advantage that in patching scenarios
the app can sav
I finally found a solution to this at
http://www.joyofsetup.com/2007/05/30/feature-conditions-and-ui/ and am
posting my solution should anyone in the future find this post.
In my main file (Product.wxs) the components to install are defined as
follows:
Any help with some example, thanks
Regards,
Balu
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & E
Are you looking to notify the user if your app is running? If not you can use
the util extension that will just shut it down.
JohnG
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Business
There are feature requests open to configure more of IIS. It is likely your
settings are in that list. All that is needed is for some people to step up and
help implement that changes.
-Original Message-
From: Carter Young [mailto:ecyo...@grandecom.net]
Sent: Thursday, January 9, 2014 6
Check out Link [7] at the bottom...
Quoting Brian Enderle :
> Thanks, I actually followed this article to create a working installer but
> my specific issue is setting all the values that the old installer did
> (StartupTimeLimit, ConnectionTimeout, AspScriptTimeOut, DefaultDoc, etc.).
>
> Brian
Thanks, I actually followed this article to create a working installer but
my specific issue is setting all the values that the old installer did
(StartupTimeLimit, ConnectionTimeout, AspScriptTimeOut, DefaultDoc, etc.).
Brian
If you can't explain it simply, you don't understand it well enough.
This will get you started:
http://www.codeproject.com/Articles/115036/Creating-WIX-Installer-for-ASP-NET-Web-Application
Carter
Quoting Brian Enderle :
> I am converting a install project from an older Windows Installer to WiX.
> This project sets up a website and associated application pool wi
I am converting a install project from an older Windows Installer to WiX.
This project sets up a website and associated application pool with the
following parameters (used in conjunction with the
System.Configuration.Install.Installer class):
I have the following components that get installed:
I have implemented a UI screen that implements two radio buttons that ask
the user if they want the IIS configuration setup for them as follows:
...
Interesting, thank you for that prompt reply.
Is there a setting to modify this behaviour? Or am I going to have to modify
our product?
To clarify, I do not want to be able to uninstall with the application running.
Simon
-Original Message-
From: Blair Murri [mailto:os...@live.com]
Sen
Depends on the file locks. A binary that is simply loaded in a process can be
moved/renamed and the directory it was originally in when it was loaded removed
without disturbing the process, but if the process is holding other files in
that same directory open with different kinds of file locks t
Good morning Wix users :)
I've come across an instance where uninstalling our product while it is running
succeeds and leaves the application running. The Program Files directory, ARP
entry, all registry keys etc are all removed. Going into task manager, right
clicking the application and select
Please tell us how we can improve this:
http://wixtoolset.org/documentation/manual/v3/bundle/
> Date: Thu, 9 Jan 2014 00:04:47 -0800
> From: jessro...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Activation of burn step by step
>
> Need step by step directions to activ
To help avoid "prompts for source" in patch-on-patch scenarios Windows
Installer has been known to cache "originals" of files that are patched, but
that behavior can be turned off. Maybe it is off for uncompressed sources?
> Date: Wed, 8 Jan 2014 13:40:48 -0800
> From: dtkob...@gmail.com
> To:
Need step by step directions to activate burn bootstrape
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environmen
23 matches
Mail list logo