Hi,
I didn't find a possible way to get the regkey value. So, I decided to use an
elevated custom action to read the regkey.
However, I met with another issue.
>From my understanding since my customaction needs to be elevated, so it must
>be executed as deferred. However, deferred custom act
Thank's, Rob.
С уважением,
Найля Исяндавлетова
2014-03-06 3:50 GMT+04:00 Rob Mensching :
> I think you need the multi-instance MSI support feature request for Burn.
> Someone else asked about this feature the other day. I don't' think anyone
> is working on it today.
>
> -Original Message--
I think you need the multi-instance MSI support feature request for Burn.
Someone else asked about this feature the other day. I don't' think anyone is
working on it today.
-Original Message-
From: Nelya Iva [mailto:nelya@gmail.com]
Sent: Wednesday, March 5, 2014 3:53 AM
To: General
No (it's not a good architecture). Major Upgrade mostly works really well and
can be fully automated. Side-by-side converts it to a manual process. You're
also going to have to maintain a set of patches for each release (really, each
separate product, since you're going to have to have separa
Best I could think is to use Burn and make each install able to side by side
install, and conditionally remove the old copy based on user input inside a
custom BA.. You'd lose the major upgrade goodies of Windows Installer, but it
should work.
-Original Message-
From: Pavan Konduru [mai
Hi,
I am trying to read a regkey value in the msi. But, this regkey has special
ACL set on it, which only allows Local System/Administrator to read it.
I am using RegistrySearch Element to read the regkey. The operation will work
if the msi is launched through elevated cmd window. But, if l
Hi All,
Is it possible to create an installer that would do an upgrade or side-by-side
based on the user input?
Say we have 1.0 installed. When the user runs a version 2.0 of the same
product, give him a choice to either upgrade the existing or install as a side
by side.
Is it a good architect
Most of this is just the way that Windows Installer works, by design.
It's the ProductCode (that Id) that identifies the product, so you
cannot have the same product installed twice.
If your product version doesn't come out consistently, and is not what
was intended, then that sounds like a build
The Launch Target command just calls shell execute with the "open" verb on
whatever you pass it, so in theory a URL should just work, no? I don't see
anything that would explicitly cause it to fail in an obvious way.
-Original Message-
From: Steven Ogilvie [mailto:steven.ogil...@titus.co
WIX Community,
I discovered the problem using the event logs. The name of the executable did
not match the name of the configuration file (*.exe.config), and therefore the
service was in error.
Once I fixed the service name appropriately, the service installed and started
successfully.
Thank
I ended up creating a custom action that creates vbs script that I launch
(which launches the URL) in my MSI
var tempString = GetSessionProperty(session, "CustomActionData", false);
var parts = tempString.Split(new[] { '|' });
var installPath = parts[0];
Hi,
I was wondering if I could specify an HTTP-URI as LaunchTarget in my burn
boostrapper,
as the user-interface for an application of mine is a local webserver...
Best regards,
Tobias
--
Subversion Kills Productivity. G
We wrote up these debug suggestions in the FireGiant KB:
https://support.firegiant.com/entries/24408043-Debug-service-start-failures- .
Might be helpful...?
___
FireGiant | Dedicated support for the WiX toolset |
http://www.firegi
Assuming this is Apache that is a pretty light install. One thing you are
missing though is add the attribute (Arguments="-k runservice") to your
element. If you still have trouble try leaving off the
account/password and run it as the local system. If that works then you know
you have a pe
Hi All,
I am not able to install different versions of my application through
installer i have created side by side. It says that it is already
installed. We should be able to install 2 different builds.
In the above the version sometimes comes out as 06.00.3422 and
sometimes as 06.
Hmm. It's look like bootstrapper uninstalls product only if it was
installed without any transform ( default is: TRANSFORMS="" ). Product
codes for each localized msi are different. Any advice?
С уважением,
Найля Исяндавлетова
2014-03-05 12:09 GMT+04:00 Nelya Iva :
> Hi! I am struggling with ma
Hi Greg, while I was encountering my "services fail to start" problem, I did
the following,
1. Try to start manually by running .exe in console to see if it can be started
(it might be a problem of service application), if it fails to start, we can
detect what is missing by dependency walker.
2
Hi! I am struggling with making my managed bootstrapper multilanguage. It's
working brilliant on install and remove. But problem rase during repair
mode.
Each time when bootstrapper launches it shows the window with listbox of
languages to select. I had embed all mst-files inside one english insta
18 matches
Mail list logo