I looked into HKUSERS and HKCU as well and Upgrade code GUID is nowhere.
Upgrade code is the only common link between multiple versions of a product if
Product code is "*" but I can't find Upgrade code in registry anywhere. Can
anyone tell me how while upgrade installer finds out existing relate
Ohh. That is logical. But please tell me in this case when there is an upgrade
(which I believe is done based on Upgrade code), installer will look into
HKUSERS for Upgrade code (Existing product) and not in HKLM?
Aparna Karkare
L&T Infotech
OAI-sys, Enterprise Components and Frameworks
Office:
Thanks for the reply, however nothing gets run - I checked in the log file
generated by the msi but I don't see any error or entry for the cmd.exe.
I tried the following but still to no avail - I'm sure I'm not the only one
trying to install Tomcat service part as a background task -
Thanks to sha
Sorry, here is the Installexecute sequence:
-Original Message-
From: Pavan Konduru [mailto:pavan.kond...@accelrys.com]
Sent: Thursday, April 24, 2014 3:21 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Wix 3.7 - ServiceInstall and ServiceControl
CAQuietExec action should be immediate which is correct but the action using it
must be deferred.
Like this:
-Original Message-
From: Eric Chaland [mailto:echal...@yahoo.com]
Sent: Thursday, April 24, 2014 2:58 PM
To: 'General discussion about the WiX tools
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar
basti...@careercontrol.nl.
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Jav
I'm not really sure how to install it - Maybe I can't use ServiceInstall as the
"Arguments" based on the doc is supposed to be used to start a service and not
install a service as I'm trying to do.
Next, I tried using "service.bat install Tomcat7" to install Tomcat. It works
fine in a command li
Hi Keith,
I am not running silently and the Property and the removal of the dialogs
worked for my Windows 7 installation, on Windows 8 I am still getting the
Restart at the very end, when the MSI terminates (The last dialog closes).
It seems to be popping the reboot dialog from Windows Installer a
Hi Marc, thanks for answering.
I am not sure the property you mentioned is the right one: the documentation
says that with it set the way you recommend the FilesInUse dialog will be used.
But since I do unattended/installs from a service, that doesn't sound useful -
since it seems that would fr
Hi Keith,
Far from being an expert, but I am currently dealing with similar issues:
Here is an Idea:
Also you can remove the FileInUse dialogs from within the WIX sources
And lastly take a look at this:
http://msdn.microsoft.com/en-us/library/aa373649(v=vs.85).aspx
Hope this helps,
Marc
--
We have a in house windows service installed by a WiX installer. Since our
users on these remote systems are not administrators, this install is actually
"brokered" by the same service. That is, msiexec is called by the service
itself, and the installation is called with /quiet /norestart as we
Do you know how you are supposed to install Tomcat as a service? If
that -install option is what actually installs Tomcat as an NT
service, then you shouldn't be using ServiceInstall because that
installs it as a service too.
---
Phil Wilson
On Thu, Apr 24, 2014 at 9:06 AM, Pavan Kon
Put the arguments under ", something like this:
Arguments=""//IS//Tomcat7 -DisplayName 'Apache Tomcat7' -Install
'c:\tomcat\bin\tomcat7.exe' --Jvm=auto --StartMode=jvm --StopMode=jvm
--StartClass=org.apache.catalina.startup.Bootstrap --StartParams=start
--StopClass=org.apache.catalina.star
I have a service that outputs some definitions to an Excel file. As such, I
need to always add this folder on install:
C:\Windows\system32\config\systemprofile\desktop
When this is 64 bit I also need to add this folder on install:
C:\Windows\SysWow64\config\systemprofile\desktop
Hello,
I'm starting to use Wix to create an installer for our application. I need
to install Tomcat 7 and deploy some wars in the background. I'm having
difficulties starting the Tomcat service. I couldn't find any sample online.
I hope someone can help me out as I am currently stuck.
This is t
In my WiX project's pre-build and post-build steps I have attempted to
reference user macros (variables) that I have defined in Visual Studio Property
Sheets but it appears that they are not being passed. Is there something I
need to do? Is this not possible? Is this an oversight/bug?
I am u
1. UpgradeCodes and ProductCodes are in the registry, but that's an
implementation detail. They are not there in a form that a search for
them will find them.
2. UPGRADINGPRODUCTCODE is what you set in the OLDER product that is
being upgraded. It is not for your new upgrade. If you want to detect
That's why you didn't find it in HKLM. It's published in HKUSERS\{SID
from user which installed the product}.
Le Jeu 24 Avril 2014, à 14:44, Karkare,Aparna a écrit :
Hi Gabriel,
1. InstallScope="perUser"
2 and 3 are resolved. I implemented and both
with AllowSameVersionUpgrades ="yes".
The only restriction is that no two installations can be in their execute
sequence at the same time. Installing something silently more or less jumps
straight to the execute sequence.
-Original Message-
From: Prantik Sarmah [mailto:prantik.sar...@grapecity.com]
Sent: Thursday, April 24,
I have to spawn an exe as a custom action that I have complete control
over. I am using the CAQuietExe to do this. I need to log some info when
this runs to the install log. Is this possible?
My first thought was to pass the MSIHANDLE to the exe but I do not know if
this is per-process which I
Hi Gabriel,
1. InstallScope="perUser"
2 and 3 are resolved. I implemented and both with
AllowSameVersionUpgrades ="yes".
Can you please explain about 1st point? Thanks for your reply.
Aparna Karkare
L&T Infotech
OAI-sys, Enterprise Components and Frameworks
Office: 020-6641-6142
Email: akark
Good day,
1. What's your installation context ? User or Machine ?
2. Your condition seem ok if UPGRADINGPRODUCTCODE is the right
property.
3. What's your need ?
Check your msi with [1]InstEd. It's always instructive.
Le Jeu 24 Avril 2014, à 12:37, Karkare,Aparna a écrit :
Hello,
Hello,
I am stuck with Upgrade (remove any previous version) issues with WiX. I am
framing my questions below which I feel might help me if answered. Thank you
for your replies in advance.
1. Product Id = "*" and there is a GUID in Upgrade Code. Still whenever I
install my product, ther
Hello,
Considering that I have two Bootstrapper wix projects
1) BootStrapper1.exe that has chain
2) BootStrapper2.exe that has chain
What would happen if my user runs BootStrapper1.exe and BootStrapper2.exe
at the same
24 matches
Mail list logo