Hello,
I'd like to author an MSI that shall upgrade an old (non-WiX) setup. The
old setup had an option where it could either be installed perMachine or
perUser. The new setup should be perMachine only, so I'd like to write a
launch condition that reads "Please uninstall old [Product] before
insta
The Bundle/@Condition is intended to be used when the Bundle cannot run at
all. You'll get the "This operating system is not supported" error message
or something similar. The BA really should put up it's own message.
wixstdba supports the bal:Condition.
On Mon, Sep 24, 2012 at 11:21 AM, Nick Rami
I think you need Protocol='netfx' on the ExePackage. Built in
PackageGroupRef for NETFX in WiX does this, IIRC.
On Mon, Sep 24, 2012 at 8:36 AM, Pasquale Fersini <
basquale.fers...@gmail.com> wrote:
> Hi all,
> I want to show a progress bar during downloading .net Framework; I use
> following cod
Both.
On Mon, Sep 24, 2012 at 11:25 AM, Nick Ramirez wrote:
> If I've got an MSI package in my bundle's chain that is /newer/ than some
> previously installed version on the user's computer, will Burn
> automatically
> pick up on that? That a major upgrade needs to happen for /that/ particular
>
That's probably noise. What was the action state for the Component?
On Mon, Sep 24, 2012 at 1:03 PM, StevenOgilvie wrote:
> Hey all,
>
> I have two .msi's they share some wixlibs and merge modules, when I remove
> both setups I get quite a bit of left over files (some not shared as well!)
> like
The code here worked:
http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-shortcut-and-pass-all-the
On Mon, Sep 24, 2012 at 1:05 PM, Allan Edwards <
allan.edwa...@pointsolutionsllc.com> wrote:
>
>
>
>
>
>
>
>Guid="AD7EBFAB-4DB8-4fa8-8
I tried following the tutorial on creating an uninstall shortcut and all
compiles but when I go to run the installer the shortcut is not created?
Thanks!!!
Allan
---
Hey all,
I have two .msi's they share some wixlibs and merge modules, when I remove
both setups I get quite a bit of left over files (some not shared as well!)
like this one...
Here is what is in the merge module for 1 file: Newtonsoft.Json.xml
in logfile:
MSI (s) (54:0
I have the following xml for creating a web application for our security
service. The directory creates under the default web site but the web
application is not created
I don't think this would be a bitness issue. Can you provide the fragment for
assigning the ACLs? From what I remember, when applying an explicit ACL, you
need to tell it to be inheritable.
Open up regedit on your clean machine post install and look at the base key
that you set the permissions
If I've got an MSI package in my bundle's chain that is /newer/ than some
previously installed version on the user's computer, will Burn automatically
pick up on that? That a major upgrade needs to happen for /that/ particular
MSI? This is assuming I don't change the version on the Bundle.
Or is
I noticed that there's Bundle/@Condition and there's also
Is the element Condition preferred over the attribute since it can have a
descriptive message? Also, are the only properties we can use here the ones
that are available at this early stage in the install? Listed at:
http://wix.source
I have a 64-Bit MSI that needs to set reg permisions on some keys via
the LcokPermissions table (my 32-Bit MSI still uses subinacl in a CA).
It is having a reproducable error that I need to fix.
I have 2 registry entires in referenced in my LockPermissions table.
Both set to 'Everyone' with Gen
Hi,
This is more specific for you.
http://www.packtpub.com/article/windows-installer-xml-wix-adding-user-interface
The code you might be interested in is
http://schemas.microsoft.com/wix/2006/wi";>
*Attention*
This electronic transmission may contain confidenti
Hi,
Please check the link
http://msdn.microsoft.com/en-us/library/aa367525(VS.85).aspx if it helps
*Attention*
This electronic transmission may contain confidential, sensitive, proprietary
and/or privileged information belonging to the sender. This information,
including any attache
Hi all,
I want to show a progress bar during downloading .net Framework; I use
following code:
http://go.microsoft.com/fwlink/?LinkId=164193";
InstallCommand="/quiet /norestart AGREETOLICENSE=YES"
RepairCommand="/q ACTION=Repair /hideconsole"
DetectCondition="NET4Installed = 1" />
A
Hi,
I have a question on how to start an msi with a property.
Example: I want to start a service by giving something like this. I declare a
property like
And then I want to assign this property in the service install and pass it as
an additional parameter when building the service. Thanks in
Or maybe your Payloads in the BootstrapperApplication are not laid out
correctly?
On Mon, Sep 24, 2012 at 4:53 AM, Harald Dersch wrote:
> Just for curiosity, I set the title string resource:
>
> [WixBundleName] [UserLanguageID]
> [SystemLanguageID]
>
> It says "Name 1031 1031", however the GUI
I'm building my install through VS2010 using Wix 3.6. When my msi is created
it goes to "bin\Release\en-us" The output path in the project is just
"bin\$(Configuration)". Is there any to stop it from going to a language sub
folder? This is an internal msi and I have no plans to have it translated s
A lot of Burn variables are named after their Windows Installer counterparts.
There is a [WindowsVolume] for MSI too :)
-Original Message-
From: Christian Hausknecht [mailto:chauskne...@beracom.de]
Sent: 24 September 2012 13:32
To: General discussion for Windows Installer XML toolset.
Sub
Of course I did not see it :-(
Thank you for that hint! It sounds quite good - I will try that one. Perhaps a
description with the relation to %SystemDrive% or perhaps the same name would
be a good idea instead of ``WindowsVolume``... but perhaps I am wrong and that
name is already good ;-)
If
Did you see the Burn variable WindowsVolume ? Is that what you need ?
-Original Message-
From: Christian Hausknecht [mailto:chauskne...@beracom.de]
Sent: 24 September 2012 12:42
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Getting the Name of the system drive within Burn or W
Just for curiosity, I set the title string resource:
[WixBundleName] [UserLanguageID]
[SystemLanguageID]
It says "Name 1031 1031", however the GUI is still in English. So WiX seems to
totally ignore the regional settings, or the probing code is not correct.
What's wrong here?
> It probes li
Hi all,
I have a product with multiple independent features that uses modified
WixUI_Mondo interface. On top of it, I use default burn bootstrapper to
install couple of prerequisites and select correct architecture version for
the product (x86/x64) to install.
I've run into situation, when I need
Hello folks,
As the subject already shows, I need to know the drive letter of the system
drive within a burn-bundle or a Msi-Package (I am not already sure, where
exactly I will need it, but I definitely need it). I looked at the page of the
predefined burn variables, but I did not find anythin
Hi, I would like my Edit control to only allow integers, I have the integer
attribute set to yes. What I would like to be able to do is overwrite the
MSI error 2892 so that I can say only integers allowed without my customer
having to look up the MDSN Error codes. Is this at all possible?
Kind
26 matches
Mail list logo