What is your entire condition?
-Original Message-
From: spsingam [mailto:siva.poobalasin...@gmail.com]
Sent: Sunday, November 22, 2009 9:23 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Launch Condition on Unistall or Remove
hi all,
well, it still does not work as
ourceforge.net
Subject: Re: [WiX-users] Launch Condition on Unistall or Remove
hi all,
well, it still does not work as the Launch condition still executed on
Uninstall.
I have tried "NOT Installed" within the condition and it does not work.
i am using Wix 3.0.5419.0 and Votive with VS 2
hi all,
well, it still does not work as the Launch condition still executed on
Uninstall.
I have tried "NOT Installed" and "OR Installed" within the condition and it
does not work.
i am using Wix 3.0.5419.0 and Votive with VS 2008.
Can someone maybe give me a sample code that work?
Thanks.
gt; Sent: Tuesday, November 17, 2009 8:13 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Launch Condition on Unistall or Remove
>
>
> hi,
>
> how do i make sure that the Launch Condition only executes only on
> Installed
> ???
>
> for now, m
wix-users@lists.sourceforge.net
Subject: [WiX-users] Launch Condition on Unistall or Remove
hi,
how do i make sure that the Launch Condition only executes only on Installed
???
for now, my installer executes the Launch Condition on uninstall.
Anyone here with suggestions ?
--
View this message
thanks mate...it works... :)
jeez.. it can be confusing when i was trying to find what the appropriate
syntax.
Where can u find all the syntax ?
Sebastian Brand (Instyler Software) wrote:
>
> Add to the conditions your are check a "NOT Installed" to check them only
> if the application isn't
Add to the conditions your are check a "NOT Installed" to check them only if
the application isn't installed yet
Best regards,
Sebastian Brand
Deployment consultant
E-Mail: sebast...@instyler.com
Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com
On 18.11
hi,
how do i make sure that the Launch Condition only executes only on Installed
???
for now, my installer executes the Launch Condition on uninstall.
Anyone here with suggestions ?
--
View this message in context:
http://n2.nabble.com/Launch-Condition-on-Unistall-or-Remove-tp4023317p402331
This should do the trick as far as I now.
-Original Message-
From: Sachin Dubey (Tata Consultancy Services)
[mailto:v-sad...@microsoft.com]
Sent: Wednesday, February 11, 2009 12:39 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Launch condition
Hi,
I have a quick question.
In the launch condition I'm checking for version of .net framework using:
Does this check is performed at both installation and un-installation? If yes!
How to restrict it to just install time check.
Thanks
Sachin
rom: Chandra Vuppala [mailto:chandra.vupp...@oakton.com.au]
Sent: Thursday, January 08, 2009 4:03 AM
To: General discussion for Windows Installer XML toolset.
Cc: Senthilraj Krishnan
Subject: [WiX-users] Launch condition based on feture selection
Hi,
My Requirement is based on feature selecti
Hi,
My Requirement is based on feature selection I have to install Database or
BizTalk applications or Client Application with single installer on a machine.
User can install all this in one machine or in multiple machines.
Problem is when I install in multiple machines using single installer.
Fo
2008/10/27 cemiles <[EMAIL PROTECTED]>:
>
> My situation is I want a launch condition to fire off if the product has yet
> to be installed (it's a regsearch to look for any other related products).
> If the product gets installed, I want to make it so the launch condition
> doesn't fire off on pat
Verbose log file should show you the order of actions.
-Original Message-
From: cemiles [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2008 13:53
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Launch condition on patch not working
My situation is I want a launch condition
My situation is I want a launch condition to fire off if the product has yet
to be installed (it's a regsearch to look for any other related products).
If the product gets installed, I want to make it so the launch condition
doesn't fire off on patch/majorupgrade/etc, basically only evaluate for
t: Re: [WiX-users] launch condition query
In article
<[EMAIL PROTECTED]>,
"Sean Farrow" <[EMAIL PROTECTED]> writes:
> Basically I have an installation I wrote for the same product, if this
> installation exists, a registry key will tell me, I want to run the
>
In article <[EMAIL PROTECTED]>,
"Sean Farrow" <[EMAIL PROTECTED]> writes:
> Basically I have an installation I wrote for the same product, if this
> installation exists, a registry key will tell me, I want to run the
> uninstallation.
> What is the best way of doing this?
Why not treat you
PROTECTED]
Sent: 30 September 2008 00:12
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] launch condition query
You can use http://msdn.microsoft.com/en-us/library/aa370556(VS.85).aspx
to determine if you have Windows 2000 installed and
http://msdn.microsoft.com
: 30 September 2008 00:12
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] launch condition query
You can use http://msdn.microsoft.com/en-us/library/aa370556(VS.85).aspx
to determine if you have Windows 2000 installed and
http://msdn.microsoft.com/en-us/library
wix-users@lists.sourceforge.net
Subject: [WiX-users] launch condition query
Hi:
I am constructing a launch condition to require windows 2000 server
professional or later. I currently have the following:
What do I need to add to require the professional version of windows
2000?
aditionally, I am check
Hi:
I am constructing a launch condition to require windows 2000 server
professional or later. I currently have the following:
What do I need to add to require the professional version of windows
2000?
aditionally, I am checking for an installation written with a different
tool, I wish to run t
Sankaranarayanan wrote:
> The above condition works fine as expected but I want to consolidate the
> error message in ErrorProgressText.wxs file rather than hardcoding it in my
> main wxs file. Is there a way to reference the error Id number in Message
> attribute of Condition XML node.
>
No
Hi All,
WiX version 2.0.5325.0
I have some launch conditions to check for valid OS versions for my product
such as
(VersionNT=501)
The above condition works fine as expected but I want to consolidate the error
message in ErrorProgressText.wxs file rather than hardcoding it in my main wxs
fil
MSI/WiX doesn't handle this very well natively. LaunchConditions really only
describe conditions that must evaluate for an Install to `Launch`. What you
are describing is what I've come to call `Feature Constraints`. You could use
the Condition table to hide features that aren't installabl
I am doing a registry search to ensure that a certain key is present
before progressing with the installation. However this key is only
required for 1 of my 3 features.
Therefore if feature X is selected then my install should only progress
if the registry key is present, for example
.
Message: 2
Date: Wed, 21 Feb 2007 07:28:47 -0800 (PST)
From: fiordean dacian
Subject: Re: [WiX-users] Launch Condition
To: wix-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Your condition looks correct.
Check that
ay, February 21, 2007 2:24:15 PM
Subject: [WiX-users] Launch Condition
Hi All,
I am a beginner in wix.
I have the following launch condition. It is working fine, if the Registry
key 'SuiteInstallDir' is NOT found in the path and the condition is NOT
SUITEINSTALLDIR, but
Hi All,
I am a beginner in wix.
I have the following launch condition. It is working fine, if the Registry
key 'SuiteInstallDir' is NOT found in the path and the condition is NOT
SUITEINSTALLDIR, but when I create RegKey and remove NOT condition, it is
failing and prompts message as 'S
Adriaan wrote:
> How can I bypass the Launch Condition on Uninstall?
>
Use a condition of "Installed OR ..." so the condition is true when the
product is being uninstalled.
--
sig://boB
http://bobs.org
-
Take Surveys.
Hi,
I have a setup package that I created and I also have other setup
packages that are plug ins to the main application.
Now the installation of the the main app is checked via a ,
but when I uninstall the main application first and then the plugin
setup I get a fatal error saying the main applic
30 matches
Mail list logo