: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Does Burn allow minor upgrades of packages? [P]
Hi Steve,
Thanks for your reply.
I have been developing MSI installations for a couple of years, and I am
familiar with the differences between minor and major upgrades and where
Reuss
-Ursprüngliche Nachricht-
Von: Steven Ogilvie [mailto:steven.ogil...@titus.com]
Gesendet: Freitag, 26. Juni 2015 14:50
An: General discussion about the WiX toolset.
Betreff: Re: [WiX-users] Does Burn allow minor upgrades of packages? [P]
Classification: Public
Check this out...
https
Classification: Public
Check this out...
https://msdn.microsoft.com/en-us/library/aa370579(v=vs.85).aspx
Steve
-Original Message-
From: Reuss, Matthias [mailto:matthias.mr.re...@sivantos.com]
Sent: June-26-15 8:34 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Does Burn allow
Hello,
Does Burn allow minor upgrades of MsiPackages? Are there some attributes that
can be set to achieve that? Or do I have to write custom code that makes the
bootstrapper think that the package to be upgraded is not yet there?
Best regards
Matthias Reuss
-
Hi,
I am trying to get progress of .net 4.5.1 package in my burn
bootstrapper. Can anyone help out how to do this ? I tried
protocol="netfx" on the NetFx451 package and it doesn't work.
Thanks
Soundararajan
--
Download
Hello,
I have been busy trying to set up a bootstrapper to work with multiple instance
transforms.
Does burn work with this in WiX 3.8?
Maybe there're alternatives?
--
___
WiX
I do not have direct experience with this, but from studying the source code
for another purpose, I think you need to do something like:
or something like this:
"
Subject: Re: [WiX-users] Does anyone have a VSIX example
Any updates on this? I would also really like an example for the use of the
VsixPackage element. I mean, if it doesn't work from MSI, then how should
you use this element (and I mean why would it even exist? there must be
some use c
ually read that
>> you
>> should install 'by hand' if you are using MSI.
>> There is some very helpful code in the wix installer itself to help you
>> with
>> registrations etc.
>>
>> -Original Message-
>> From: John Ludl
in the wix installer itself to help you
> with
> registrations etc.
>
> -Original Message-
> From: John Ludlow [mailto:john.ludlow...@gmail.com]
> Sent: 13 March 2013 15:55
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Does anyone have a
And/or when it will be back up?
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredib
Thanks. It looks like their DNS server is down.
Cheers!
.Mark
-Original Message-
From: Philippe Gorley [mailto:gorley.phili...@gmail.com]
Sent: Monday, September 09, 2013 1:23 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Does anyone know why the website is down
https://twitter.com/wixtoolset/status/376919568704221184
Don't know why Rob only sent this to the wix-devs mailing list.
On 2013-09-09 3:54 PM, Mark Risen wrote:
> And/or when it will be back up?
>
> --
> Learn the latest
https://twitter.com/wixtoolset/status/376919568704221184 - still no ETA
On Mon, Sep 9, 2013 at 12:54 PM, Mark Risen wrote:
> And/or when it will be back up?
>
>
> --
> Learn the latest--Visual Studio 2012, SharePoint 20
Assuming you are relatively sure that the app did install (for example
because it was a fresh install on a clean system and you can see that files
were actually installed) make sure you didn't flip something that made your
product a system component, ARPSYSTEMCOMPONENT set to 1 will hide the
entry.
Hi,
1) With your app not* *installed, do you have an entry here with same GUID
as your app?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes
2) After having your app installed, can you find your app here (maybe
different GUID - from your previous 'guid=*' package
It was working since yesterday and suddenly when I tested today the newly
installed app does not appear in the above mentioned list. I don't know what
I've changed except that I set Product ID replacing the asterisk with a
hardcoded GUID.
Please advice. Thank you
--
View this message in context
ohn.ludlow...@gmail.com]
Sent: 13 March 2013 15:55
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Does anyone have a VSIX example
See this:
http://msdn.microsoft.com/en-us/library/ee332502.aspx
Apparently it's a bad idea to run VSIXInstaller from an MSI.
On 13 M
See this:
http://msdn.microsoft.com/en-us/library/ee332502.aspx
Apparently it's a bad idea to run VSIXInstaller from an MSI.
On 13 March 2013 15:31, Rob Mensching wrote:
> That error means the VsixInstaller failed. Doesn't the VsixInstaller create
> a log file somewhere? That's your best bet.
>
That error means the VsixInstaller failed. Doesn't the VsixInstaller create
a log file somewhere? That's your best bet.
On Wed, Mar 13, 2013 at 8:25 AM, Thomas wrote:
> Hi,
>
> I'm also having some issue with this with VsixPackage. I can build the
> installer fine but when it runs I get an erro
Hi,
I'm also having some issue with this with VsixPackage. I can build the
installer fine but when it runs I get an error.
I have installed latest Wix. Does this wxs look ok?
http://schemas.microsoft.com/wix/2006/wi";
xmlns:VSExtension="http://schemas.microsoft.com/wix/VSExtension";>
Unfortunately, no, it did not work. Was hoping it does, but at least I got
confirmation.
Thanks
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Does-the-bundle-element-splashscreen-support-png-tp7583181p7583200.html
Sent from the wix-users mailing
Does the splashscreen property in the bundle element support .PNG files?
Thanks
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Does-the-bundle-element-splashscreen-support-png-tp7583181.html
Sent from the wix-users mailing list archive at Nabble.
Hello,
Does the bootstrapper return any error codes? (other than the log files)
If I have 6 pre reqs and my main installer, and one of the pre reqs fail,
the bootstrapper will fail, does it return any thing?
thanks,
Steve
--
View this message in context:
http://windows-installer-xml-wix-too
Hmm, have you tried debugging into the code? It seemed to work in my tests.
Maybe there is something different about the locale settings on your OS?
On Tue, Sep 25, 2012 at 1:32 AM, Harald Dersch wrote:
> If the payloads weren't laid out correctly, shouldn't selecting the
> language explicitly vi
If the payloads weren't laid out correctly, shouldn't selecting the language
explicitly via -lang fail as well (as I wrote, this works perfectly)?
Since the official WiX documentation describes localizing the standard
bootstrapper application rather sparsely, the layout may be indeed not correct
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
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
You need a File element to carry the VSIX in the MSI.
On Thu, Sep 20, 2012 at 4:18 PM, Mike Tod wrote:
> I'm trying to create a MSI to support a VSIX package.
>
> I have not been able to find any example of how to use the VsixPackage
> element shown below.
>
> I keep getting errors:
>
> Error
I'm trying to create a MSI to support a VSIX package.
I have not been able to find any example of how to use the VsixPackage element
shown below.
I keep getting errors:
Error 1 Unresolved reference to symbol
'File:VSIXProject.vsix' in section 'Fragment:'.F:\Users\mtod\My
...@yahoo.com]
> Sent: Monday, May 14, 2012 7:40 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Does wix support calling bcdedit?
>
> I forgot to put down that
>
>
> "C:\Windows\system32\\bcdedit.exe" /set testsigning on - worked on a
> co
I forgot to put down that
"C:\Windows\system32\\bcdedit.exe" /set testsigning on - worked on a command
line that was "run as administrator"
but not in the quiet custom action during the install.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Do
Yes I ran both,
"C:\Windows\system32\\bcdedit.exe" /set testsigning on - worked on a command
line that was "run as administrator"
"C:\Windows\system32\\bcdedit.exe" /set "testsigning on" - this did not
work, my mistake
--
View this message in context:
http://windows-installer-xml-wix-toolset.
v
Office: 503-746-0643
Fax: 503-617-0291
www.fiserv.com
Please consider the environment before printing this e-mail
> -Original Message-
> From: Vincent Wong [mailto:victorhwhis...@yahoo.com]
> Sent: Friday, May 11, 2012 4:40 PM
> To: General discussion for Windows Instal
ll getting the same error.
--- On Fri, 5/11/12, Wilson, Phil wrote:
From: Wilson, Phil
Subject: Re: [WiX-users] Does wix support calling bcdedit?
To: "General discussion for Windows Installer XML toolset."
Date: Friday, May 11, 2012, 9:44 PM
...which is why I suggested deleting
...which is why I suggested deleting that extra "\" as something to try.
-Original Message-
From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com]
Sent: Friday, May 11, 2012 2:37 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users
com]
> Sent: Friday, May 11, 2012 1:23 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Does wix support calling bcdedit?
>
> Sorry,
>
> Here's the CA codes and I'm running elevated as perMachine install
>
>
bject: Re: [WiX-users] Does wix support calling bcdedit?
Sorry,
Here's the CA codes and I'm running elevated as perMachine install
--- On Fri, 5/11/12, victorwhiskey wrote:
From: victorwhiskey
Subject: [WiX-users] Does wix support calling bcdedit?
To: wix-users@lists.sourceforge
nt: Friday, May 11, 2012 3:08 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Does wix support calling bcdedit?
Hi,
I'm trying to call bcdedit from a deferred custom action to set the
machine in test mode. I'm trying to install unsigned drivers at the
moment so I want to put
Sorry,
Here's the CA codes and I'm running elevated as perMachine install
--- On Fri, 5/11/12, victorwhiskey wrote:
From: victorwhiskey
Subject: [WiX-users] Does wix support calling bcdedit?
To: wix-users@lists.sourceforge.net
Date: Friday, May 11, 2012, 8:07 PM
Hi,
I
Hi,
I'm trying to call bcdedit from a deferred custom action to set the machine
in test mode. I'm trying to install unsigned drivers at the moment so I
want to put the machine in test mode with the command "bcdedit /set
testsigning on".
I'm calling CAQuietExec byt I'm getting Error 0x80070002
T
ely Innovative
www.inin.com
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Thursday, April 19, 2012 10:13 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Does anyone have any experience with the Binder File
Manager Extension?
Not a lot of documentation on extensions in general. There is the default
Binder File Manager in light that might provide some guidance.
On Wed, Apr 18, 2012 at 10:14 AM, McCain, Jon wrote:
> I need to move the functionality of one of our extensions from candle time
> to light time. Rob mentione
I need to move the functionality of one of our extensions from candle time to
light time. Rob mentioned using the Binder File Manager extension but I can't
seem to find any documentation on it.
Any help is appreciated.
Thanks,
Jon W. McCain | Software Engineer - Install
---
thanks for the very quick response!
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: 01 September 2011 14:28
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Does Wix 3.5 Light.exe support named bind paths
No, unfortunately
No, unfortunately, that's a weakness in the current documentation. We don't
have a way to specify the "x" in "WiX v3.x".
We renamed "BaseInputPath" to "BindInputPath" in WiX v3.6 (kept backwards
compatibility) and allowed named bind paths. "base path" was a goofy name.
On Thu, Sep 1, 2011 at 5:1
Hi All,
http://wix.sourceforge.net/manual-wix3/specifying_source_files.htm
Indicates it should be possible to bind files with light.exe using named
binder paths:
In source
Command line
light -b foo=C:\foo\ -b bar=C:\bar\ -b foo=D:\
Is this supported in Wix 3.5 (Stable Releas
a way to make a feature request somewhere? :)
>
> Best Regards
>
> // Henrik Carlsson
>
> -Original Message-
> From: Blair [mailto:os...@live.com]
> Sent: den 24 november 2010 13:28
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: Re:
You don't need to change UpgradeCode, two major versions (1.0 and 2.0
for example) can be installed at same time.
I also thought that i need to change guid of components but that's not
true in case you don't change structure of components,
but Rob told me today in thread "how to manage guids for my
;-guid in components with
multiple files? Is there a way to make a feature request somewhere? :)
Best Regards
// Henrik Carlsson
-Original Message-
From: Blair [mailto:os...@live.com]
Sent: den 24 november 2010 13:28
To: 'General discussion for Windows Installer XML toolset.'
or Windows Installer XML toolset.
Subject: Re: [WiX-users] Does Wix Component needs Guid to be changed
whenbranching application?
If you don't want to use 1 file per component with "*" GUID, write an
app or script to parse through your .wxs files & regenerate the GUIDs
for y
e - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
-Original Message-
From: Carlsson, Henrik [mailto:henrik.carls...@sogeti.se]
Sent: 24 November 2010 10:35
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Does Wix Compone
com]
Sent: den 24 november 2010 10:40
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Does Wix Component needs Guid to be
changedwhenbranching application?
If you want to install in products parallel, obviously the files will be
installed to different locations. W
Message-
From: Carlsson, Henrik [mailto:henrik.carls...@sogeti.se]
Sent: 24 November 2010 09:11
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Does Wix Component needs Guid to be changed
whenbranching application?
Hi folks!
This might be a noob question, but I haven't been able to
Hi folks!
This might be a noob question, but I haven't been able to find the
answer. My scenario is really straight forward:
I have a windows application with several files that lands in a "Program
files..." folder. These files are divided into components depending on
what kind of functionality t
Hyperlink controls were introduced with MSI 5.0. Windows Installer 5.0
is available for Microsoft Windows 7 and Windows Server 2008 R2.
http://msdn.microsoft.com/en-us/library/dd407936(v=VS.85).aspx
So yes, if you target MSI 5.0 and don't require installation on older
operating systems.
On Fri,
Hello,
Does WiX 3.5 support display hyperlink on a custom ui/form ?
If yes, can some one point me to a sample code please?
Thanks,
Prabhat
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Does-Hyperlink-Supported-in-WiX-3-5-to-show-in-Form-tp54920
Onlydetect="yes" is not what you need to do in order to get an
upgrade
Phil Wilson
-Original Message-
From: Joe Osman [mailto:joe.os...@taitradio.com]
Sent: Monday, August 02, 2010 4:22 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Does
of Deployment Engineering Blog
> Have a hot tip, know a secret or read a really good thread that deserves
> attention? E-Mail Me
>
>
>
> - Original Message
> From: Joe Osman
> To: wix-users@lists.sourceforge.net
> Sent: Mon, August 2, 2010 4:40:24 PM
> Subject: R
a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Joe Osman
To: wix-users@lists.sourceforge.net
Sent: Mon, August 2, 2010 4:40:24 PM
Subject: Re: [WiX-users] Does WIX / MSI support product downgrade - still
doesn't work
I followed your suggestion
x-users@lists.sourceforge.net
> Sent: Mon, August 2, 2010 7:03:37 AM
> Subject: Re: [WiX-users] Does WIX / MSI support product downgrade ?
>
> For years I used to have RemoveExistingProducts scheduled before
> CostInitialize,
> and then a few
>
> weeks ago msiexec started
ssage
From: Rob Hamflett
To: wix-users@lists.sourceforge.net
Sent: Mon, August 2, 2010 7:03:37 AM
Subject: Re: [WiX-users] Does WIX / MSI support product downgrade ?
For years I used to have RemoveExistingProducts scheduled before
CostInitialize,
and then a few
weeks ago msiexec started crashi
; From: Rob Hamflett [mailto:r...@snsys.com]
> Sent: 02 August 2010 08:52
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Does WIX / MSI support product downgrade ?
>
> > Does Wix / MSI support product downgrade ?
>
> Sort of, but not fully. You can schedule Re
al Solutions Limited. Registered in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
-Original Message-
From: Rob Hamflett [mailto:r...@snsys.com]
Sent: 02 August 2010 08:52
To: wix-users@lists.sourceforge.net
Subject: Re:
> Does Wix / MSI support product downgrade ?
Sort of, but not fully. You can schedule RemoveExistingProducts after
InstallInitialize to remove
the old version before installing the new version. By this point though the
costing has already
happened so Windows Installer has already decided w
I need to support product downgrade. I've noticed that when I run the
install of an older product version than the one that is already
installed I get the two versions installed side by side. The old install
version didn't remove the new one and the two versions are installed
side by side.
I d
gmx.at]
> Sent: Monday, July 26, 2010 3:56 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Does the msi-filename matter?
>
> Dear Bob,
>
> Am 25.07.2010 15:45, schrieb Bob Arnson:
>> On 7/25/2010 8:10 AM, Lukas Haase wrote:
>>> However, the
nment easily supports that approach, so you need to do
what works for your build system.
-Original Message-
From: Lukas Haase [mailto:lukasha...@gmx.at]
Sent: Monday, July 26, 2010 3:56 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Does the msi-filename matter?
Dear Bob
Dear Bob,
Am 25.07.2010 15:45, schrieb Bob Arnson:
> On 7/25/2010 8:10 AM, Lukas Haase wrote:
>> However, there is also need to replace Product/@Id and
>> Product/@UpgradeCode ...
>
> Use preprocessor variables and/or localization variables.
Thank you for your reply. This is what I already did wi
On 7/25/2010 8:10 AM, Lukas Haase wrote:
> However, there is also need to replace Product/@Id and
> Product/@UpgradeCode ...
Use preprocessor variables and/or localization variables.
--
sig://boB
http://joyofsetup.com/
--
several years ago. I still believe that if we
>> ever met
>>> in real life we'd hit it really well. I for one sure wish you could
>> spend some
>>> time in Austin seeing the work I've done combining WiX with
>> InstallShield.
>>>
>>
ombining WiX with
> InstallShield.
> >
> > Christopher Painter, Author of Deployment Engineering Blog
> > Have a hot tip, know a secret or read a really good thread that deserves
> > attention? E-Mail Me
> >
> >
> >
> > - Original Message
> &
[mailto:lukasha...@gmx.at]
Sent: Thursday, July 22, 2010 1:37 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Does the msi-filename matter?
Thank you everybody for the discussion!
The result is clear to me: I won't use minor- and small updates.
One question concerning "Best prac
> Christopher Painter, Author of Deployment Engineering Blog
> Have a hot tip, know a secret or read a really good thread that deserves
> attention? E-Mail Me
>
>
>
> - Original Message
> From: Rob Mensching
> To: General discussion for Windows Installer XML to
indows Installer XML toolset.
Sent: Wed, July 21, 2010 10:10:42 PM
Subject: Re: [WiX-users] Does the msi-filename matter?
I think you have me confused with someone else. I've always had the stance:
"If you can use a Major Upgrade do so. Life is too short to deal with the
difficulties otherw
x27;ve seen that
> also.
>
> Chris
>
>
>
> - Original Message
> From: Rob Mensching
> To: General discussion for Windows Installer XML toolset.
>
> Sent: Wed, July 21, 2010 9:33:40 PM
> Subject: Re: [WiX-users] Does the msi-filename matter?
>
> Uhh,
al discussion for Windows Installer XML toolset.
Sent: Wed, July 21, 2010 9:33:40 PM
Subject: Re: [WiX-users] Does the msi-filename matter?
Uhh, I personally always recommend Major Upgrades over all the other
options. IMHO, the other options (minor updates and small updates) add pain
that is rarely wort
hristopher Painter, Author of Deployment Engineering Blog
> Have a hot tip, know a secret or read a really good thread that deserves
> attention? E-Mail Me
>
>
>
> - Original Message
> From: Neil Sleightholm
> To: General discussion for Windows Installer XML toolset.
ilto:lukasha...@gmx.at]
Sent: Wednesday, July 21, 2010 3:27 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Does the msi-filename matter?
Dear Blair, Dear Christopher,
Thank you for your reply.
Am 22.07.2010 00:11, schrieb Blair:
> [...]
> This is part of the reason huge numbers of so
Upgrades and
get on with your life.
-Original Message-
From: Christopher Painter [mailto:chr...@deploymentengineering.com]
Sent: Wednesday, July 21, 2010 4:08 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Does the msi-filename matter?
Same here. I
ghtholm
To: General discussion for Windows Installer XML toolset.
Sent: Wed, July 21, 2010 5:58:54 PM
Subject: Re: [WiX-users] Does the msi-filename matter?
But a key point is that this is only a possible** problem for minor upgrades.
If
you do major upgrades you can ignore it.
**I say possible
- Original Message
From: Lukas Haase
To: wix-users@lists.sourceforge.net
Sent: Wed, July 21, 2010 5:26:46 PM
Subject: Re: [WiX-users] Does the msi-filename matter?
Dear Blair, Dear Christopher,
Thank you for your reply.
Am 22.07.2010 00:11, schrieb Blair:
> [...]
> This is part of the reason
[mailto:os...@live.com]
Sent: 21 July 2010 23:12
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Does the msi-filename matter?
That could help reduce the chance of that problem, but depending on which
file the user changes (the initial or the update) you may
--
> From: Lukas Haase
> To: wix-users@lists.sourceforge.net
> Sent: Wed, July 21, 2010 4:42:20 PM
> Subject: [WiX-users] Does the msi-filename matter?
>
> Hi,
>
> Does the filename of the msi file matter in any way?
>
> I really DO NOT hope so! Because I have no influen
-launch-style wrappers (zip-exe style)
for their MSI distribution.
-Original Message-
From: Christopher Painter [mailto:chr...@deploymentengineering.com]
Sent: Wednesday, July 21, 2010 2:51 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Does the msi
read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Lukas Haase
To: wix-users@lists.sourceforge.net
Sent: Wed, July 21, 2010 4:42:20 PM
Subject: [WiX-users] Does the msi-filename matter?
Hi,
Does the filename of the msi file matter in any way?
I rea
Hi,
Does the filename of the msi file matter in any way?
I really DO NOT hope so! Because I have no influence if the user renames
the file before installing?!
[1] says: "There are cases when the Windows Installer forces you to use
a major upgrade [...] You have to when you change the name of t
ler XML toolset.
Subject: Re: [WiX-users] Does patch removal restore removed data files?
That does sound very much like the behavior described here:
http://blogs.msdn.com/pmarcu/archive/2009/05/19/wix-removing-files-with-patches.aspx
--
virtually, Rob Mensching - http://RobMensching.com LLC
Tra
That does sound very much like the behavior described here:
http://blogs.msdn.com/pmarcu/archive/2009/05/19/wix-removing-files-with-patches.aspx
On Sat, Jan 23, 2010 at 5:12 AM, Tony Juricic wrote:
> I think that now I understand what happened.
> My expectation about patching system behavior when
I think that now I understand what happened.
My expectation about patching system behavior when component is transitive was
wrong.
During patch application, transitive component condition gets evaluated and, if
it has changed from true to false, component gets deleted. However, to
facilitate pat
rrently
marked transitive.
Phil Wilson
-Original Message-
From: Tony Juricic [mailto:tjuri...@tradestation.com]
Sent: Thursday, January 21, 2010 8:19 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Does patch removal restore removed data files?
In my patch application I
riginal Message-
From: Tony Juricic [mailto:tjuri...@tradestation.com]
Sent: Thursday, January 21, 2010 8:19 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Does patch removal restore removed data files?
In my patch application I am removing one executable file and its corresponding
c
In my patch application I am removing one executable file and its corresponding
config file like this:
0
0
When I remove this patch, My.exe gets restored but not My.exe
e question.
Thanks!
-- Yan
-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: Friday, December 11, 2009 12:45
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Does the name of the Media/@Cabinet
matterforsubsequent patches?
MSI does
earlier
patching attempts but I wonder if you need to match them up to use wix
patching tools.
-Original Message-
From: Yan Sklyarenko [mailto:y...@sitecore.net]
Sent: 11 December 2009 10:18
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Does the name of the
Hello WiX community,
The simple question (I hope) for those who made friendship with patches.
Does the name of the Cabinet attribute (Media/@Cabinet) matter for
subsequent patches?
For instance, I have a baseline, then build one patch, which specifies
MyPatch.cab in that attribute. The next pa
ubject: Re: [WiX-users] Does WcaLog parse square brackets in some special
way?
What it is supposed to return depends on the values of the two session
properties "MYLOG" and "funky".
Look at http://msdn.microsoft.com/en-us/library/aa368012(VS.85).aspx
-Original M
er 03, 2009 12:41 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Does WcaLog parse square brackets in some special way?
Having this log entry in my C++ custom action:
LPCWSTR cause = L"Something is [funky] here";
::WcaLog(LOGMSG_STANDARD, "[MYLOG] program failed be
Having this log entry in my C++ custom action:
LPCWSTR cause = L"Something is [funky] here";
::WcaLog(LOGMSG_STANDARD, "[MYLOG] program failed because %S", cause);
This is the log that I get:
"program failed because Something is here"
TradeStation Group, Inc. is a publicly-traded holding compa
jnewton wrote:
> I like how the WiX build is setup with NAnt and so its a good reference point
> for me when creating my automated builds. I was wondering if yall use any
> type of Continuous Integration System like TeamCity to handle your builds?
>
Nope. 90+ percent of WiX checkins happen Thur
1 - 100 of 187 matches
Mail list logo