I wrote registry entry like below,
It works but I'm not sure if it is approprite.
Need some suggestions,thanks.
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application perfo
Hi,
I've got a machine with Wix 4-the latest weekly, visual studio 2010 and visual
2012 update 2.
When I install WiX, the visual studio 2010 votive is installed, but there
doesn't appear to be to be a votive for vs2012.
Is this a known issue or is there one planned going forward.
Cheers
San.
Looks like I figured it out. It is not really apparent to a newbie on WiX
though so hopefully it saves someone else pain. In the
BootstrapperCore.config you have:
Remove the v2 runtime line and the Bootstrapper will install v4 before
moving on. Hope this helps someone
-
Thanks for the reply, I guess my question is how do I get that property in my
(C#) BA?
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Friday, April 26, 2013 3:12 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Current Bun
WixBundleVersion ?
On Fri, Apr 26, 2013 at 11:44 AM, Nick Miller wrote:
> Hi All,
>
> I was wondering if there is a way to get the current bundle version in my
> managed BA? I can get the currently installed version with
> DetectRelatedMsiPackageEventArgs, but I can't seem to find a property fo
This is how I am setting in my Product.wxs for installer to remember the
property. Let me know if I need to change any settings below.
CMDREMEMBERPROPERTY
--
View this message in context:
http://windows-installer-xml
Hi All,
I was wondering if there is a way to get the current bundle version in my
managed BA? I can get the currently installed version with
DetectRelatedMsiPackageEventArgs, but I can't seem to find a property for the
running installer version. So, for example, let's say I want a textblock t
Probably a bug in their parsing.
On Fri, Apr 26, 2013 at 10:17 AM, Philippe Gorley wrote:
> Not sure why, but if I switch the condition around:
>
> ((WIXUI_INSTALLDIR_VALID = "1") OR WIXUI_DONTVALIDATEPATH)
>
> It works.
>
> On 26/04/2013 10:15 AM, Philippe Gorley wrote:
> > I tried adding pare
Registry key still there?
On Fri, Apr 26, 2013 at 9:19 AM, chennam wrote:
> Hi,
>
> I pass property "INSTALLLOCATION" when MSI is installed through command
> line. The value I pass through this property is where i want to install my
> Website folder.
>
> The Installer remembers the INSTALLLOCATI
Not sure why, but if I switch the condition around:
((WIXUI_INSTALLDIR_VALID = "1") OR WIXUI_DONTVALIDATEPATH)
It works.
On 26/04/2013 10:15 AM, Philippe Gorley wrote:
> I tried adding parentheses around WIXUI_INSTALL_DIR = "1", but it
> still doesn't work.
>
> The second part, with all the ><
That is not clear to me how to do. It appears the BA tries to load my
assembly first no? How do I get it to install v4 before loading me? The
salient parts of the Bundle.wxs are below
http://www.living-planit.com";
Copyright="Copyright© 2013, Living PlanIT SA"
IconSourceFile="UI\Setup.
Hi,
I pass property "INSTALLLOCATION" when MSI is installed through command
line. The value I pass through this property is where i want to install my
Website folder.
The Installer remembers the INSTALLLOCATION PROPERTY which is passed as
parameter and get installs in which ever location specifie
David White wrote
>
> So the question is, how do I write my own bootstrapper UI when all I have
> is v2? I have seen no windows forms apps. Can I write a simple Windows
> forms app? Or do I have to go to C++ where I can link the runtime with it?
Yes, the managed layer only uses .NET 2.0 so you ca
I am building a bootstrapper and MSI for a server install that will run Windows
Server 2008 R2 and up. We are testing a raw install (meaning you just installed
base Srv2008R2 with no features yet installed). In this scenario, only
v2.0.50727 is installed on the server. When I build the custom UI
Rob,
But the site doesn't exist on Dev Environment and Installer got deployed
successfully their .But not in UAT Environment where Website does exist.
Thanks
Chatrapathi chennam
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-Installer-rolle
I tried adding parentheses around WIXUI_INSTALL_DIR = "1", but it still
doesn't work.
The second part, with all the >< operators, works if I use it alone.
On Fri, Apr 26, 2013 at 9:59 AM, Hoover, Jacob
wrote:
> (WIXUI_DONTVALIDATEPATH OR (WIXUI_INSTALLDIR_VALID = "1")) AND NOT (KEYS ><
> "SomeS
No, >< is the substring operator. Basically, if KEYS contains "SomeString".
The not equal operator is <>, not !=
On Fri, Apr 26, 2013 at 9:59 AM, Hoover, Jacob
wrote:
> (WIXUI_DONTVALIDATEPATH OR (WIXUI_INSTALLDIR_VALID = "1")) AND NOT (KEYS ><
> "SomeString") AND (KEYS >< "OtherString")
>
> Tho
"><" means the left string contains the right string.
On Fri, Apr 26, 2013 at 6:59 AM, Hoover, Jacob
wrote:
> (WIXUI_DONTVALIDATEPATH OR (WIXUI_INSTALLDIR_VALID = "1")) AND NOT (KEYS ><
> "SomeString") AND (KEYS >< "OtherString")
>
> Though I am betting >< should be !=
>
>
> -Original Messag
(WIXUI_DONTVALIDATEPATH OR (WIXUI_INSTALLDIR_VALID = "1")) AND NOT (KEYS ><
"SomeString") AND (KEYS >< "OtherString")
Though I am betting >< should be !=
-Original Message-
From: Philippe Gorley [mailto:gorley.phili...@gmail.com]
Sent: Friday, April 26, 2013 8:51 AM
To: wix-users@lists.
I've moved all my Publish tags to a separate file, but I keep getting ICE03
Bad conditional string errors. Here's what the conditions that blow up look
like (I do put them in CDATA tags):
(WIXUI_DONTVALIDATEPATH OR WIXUI_INSTALLDIR_VALID = "1") AND NOT (KEYS ><
"SomeString") AND (KEYS >< "OtherStr
The error in the log file is this:
WriteIIS7ConfigChanges: Error 0x80070002: Site not found for create
application
On Thu, Apr 25, 2013 at 10:50 PM, chennam wrote:
> Hi
>
> I have a installer created which gets installed successfully on Dev
> Environments ,but when installed on UAT and Test
Those are the rollback files for the Windows Installer. Error message is
telling you that something happened between the time that Windows
Installer could access the files to the time that it could no longer access
the files. I like to blame this stuff on anti-virus but that's not always
the case.
I had a customer report a strange problem and am wondering if anyone can
decipher this message in my log.
The user gets prompted to Retry or Cancel when this problem occurs, and if
they choose to retry, it continues the upgrade apparently without a problem.
After hundreds of files processing me
On 26-Apr-13 08:01, Bruce Cran wrote:
> I'm trying to detect products that can't be installed at the same time
> as ours, and found RelatedBundle's 'Detect' action. However, I can't see
> a way of getting the result - is there a way to put the result in a
> variable?
It's a callback to the BA. WixS
On 26-Apr-13 08:11, Bruce Cran wrote:
> I'm installing an MSI file via Burn that detects if another product is
> installed (that's not included in the bundle). The UpgradeVersion line
> has OnlyDetect="yes" so it just puts the result in a property. However,
> Burn is logging:
>
> Detected related p
I'm installing an MSI file via Burn that detects if another product is
installed (that's not included in the bundle). The UpgradeVersion line
has OnlyDetect="yes" so it just puts the result in a property. However,
Burn is logging:
Detected related package: {GUID}, scope: PerMachine, version: a.
I'm trying to detect products that can't be installed at the same time
as ours, and found RelatedBundle's 'Detect' action. However, I can't see
a way of getting the result - is there a way to put the result in a
variable?
--
Bruce Cran
-
Hello,
This is a repost since no comments on the first.
I have a NIC GigE filter driver that installs fine but does not add the
service to the NIC's on the computer. How do I install the network
service in wix?
Does anybody have experience installing Network service drivers?
Thank you,
Mic
28 matches
Mail list logo