Re: [WiX-users] Does Burn allow minor upgrades of packages? [P]

2015-06-26 Thread Rob Mensching
: 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

Re: [WiX-users] Does Burn allow minor upgrades of packages? [P]

2015-06-26 Thread Reuss, Matthias
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

Re: [WiX-users] Does Burn allow minor upgrades of packages? [P]

2015-06-26 Thread Steven Ogilvie
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

[WiX-users] Does Burn allow minor upgrades of packages?

2015-06-26 Thread Reuss, Matthias
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 -

[WiX-users] Does protocol=netfx works with .net 4.5.1 redist

2014-11-23 Thread soundararajan dhakshinamoorthy
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

[WiX-users] Does WiX 3.8 Burn support Instance Transforms?

2014-04-01 Thread Andrius Tarasovas
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

Re: [WiX-users] Does anyone have a VSIX example

2013-11-13 Thread Phill Hogland
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:

Re: [WiX-users] Does anyone have a VSIX example

2013-11-12 Thread Christopher Painter
" 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

Re: [WiX-users] Does anyone have a VSIX example

2013-11-12 Thread Gonçalo Lopes
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

Re: [WiX-users] Does anyone have a VSIX example

2013-11-12 Thread Gonçalo Lopes
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

[WiX-users] Does anyone know why the website is down

2013-09-09 Thread Mark Risen
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

Re: [WiX-users] Does anyone know why the website is down

2013-09-09 Thread Mark Risen
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

Re: [WiX-users] Does anyone know why the website is down

2013-09-09 Thread Philippe Gorley
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

Re: [WiX-users] Does anyone know why the website is down

2013-09-09 Thread Rob Mensching
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

Re: [WiX-users] Does not appear in the Programs and Features

2013-08-20 Thread Phil Wilson
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.

Re: [WiX-users] Does not appear in the Programs and Features

2013-08-20 Thread Marlos Gottschild
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

[WiX-users] Does not appear in the Programs and Features

2013-08-20 Thread yugolancer
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

Re: [WiX-users] Does anyone have a VSIX example

2013-03-13 Thread David Watson
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

Re: [WiX-users] Does anyone have a VSIX example

2013-03-13 Thread John Ludlow
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. >

Re: [WiX-users] Does anyone have a VSIX example

2013-03-13 Thread Rob Mensching
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

Re: [WiX-users] Does anyone have a VSIX example

2013-03-13 Thread Thomas
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";>

Re: [WiX-users] Does the bundle element splashscreen support png?

2013-01-28 Thread victorwhiskey
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

[WiX-users] Does the bundle element splashscreen support png?

2013-01-28 Thread victorwhiskey
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.

[WiX-users] Does the bootstrapper return any error codes?

2012-12-04 Thread StevenOgilvie
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

Re: [WiX-users] Does Wix bootstrapper ignore regional settings? (2)

2012-09-27 Thread Rob Mensching
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

[WiX-users] Does Wix bootstrapper ignore regional settings? (2)

2012-09-25 Thread Harald Dersch
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

Re: [WiX-users] Does Wix bootstrapper ignore regional settings?

2012-09-24 Thread Rob Mensching
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

[WiX-users] Does Wix bootstrapper ignore regional settings?

2012-09-24 Thread Harald Dersch
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

Re: [WiX-users] Does anyone have a VSIX example

2012-09-20 Thread Rob Mensching
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

[WiX-users] Does anyone have a VSIX example

2012-09-20 Thread Mike Tod
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

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-14 Thread Castro, Edwin G. (Hillsboro)
...@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

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-14 Thread victorwhiskey
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

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-13 Thread victorwhiskey
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.

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-11 Thread Castro, Edwin G. (Hillsboro)
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

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-11 Thread Vincent Wong
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

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-11 Thread Wilson, Phil
...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

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-11 Thread Castro, Edwin G. (Hillsboro)
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 > >    

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-11 Thread Wilson, Phil
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

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-11 Thread Hoover, Jacob
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

Re: [WiX-users] Does wix support calling bcdedit?

2012-05-11 Thread Vincent Wong
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&#

[WiX-users] Does wix support calling bcdedit?

2012-05-11 Thread victorwhiskey
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

Re: [WiX-users] Does anyone have any experience with the Binder File Manager Extension?

2012-04-19 Thread McCain, Jon
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?

Re: [WiX-users] Does anyone have any experience with the Binder File Manager Extension?

2012-04-19 Thread Rob Mensching
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

[WiX-users] Does anyone have any experience with the Binder File Manager Extension?

2012-04-18 Thread McCain, Jon
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 ---

Re: [WiX-users] Does Wix 3.5 Light.exe support named bind paths

2011-09-02 Thread Clegg, Ian (Harvey Nash)
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

Re: [WiX-users] Does Wix 3.5 Light.exe support named bind paths

2011-09-01 Thread Rob Mensching
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

[WiX-users] Does Wix 3.5 Light.exe support named bind paths

2011-09-01 Thread Clegg, Ian (Harvey Nash)
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

Re: [WiX-users] Does Wix Component needs Guid to bechanged whenbranching application?

2010-11-24 Thread Rob Mensching
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:

Re: [WiX-users] Does Wix Component needs Guid to be changed when branching application?

2010-11-24 Thread Jan Gregor
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

Re: [WiX-users] Does Wix Component needs Guid to bechanged whenbranching application?

2010-11-24 Thread Carlsson, Henrik
;-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.'

Re: [WiX-users] Does Wix Component needs Guid to be changed whenbranching application?

2010-11-24 Thread Blair
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

Re: [WiX-users] Does Wix Component needs Guid to be changed whenbranching application?

2010-11-24 Thread Pally Sandher
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

Re: [WiX-users] Does Wix Component needs Guid to be changed when branching application?

2010-11-24 Thread Carlsson, Henrik
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

Re: [WiX-users] Does Wix Component needs Guid to be changed whenbranching application?

2010-11-24 Thread Peter Shirtcliffe
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

[WiX-users] Does Wix Component needs Guid to be changed when branching application?

2010-11-24 Thread Carlsson, Henrik
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

Re: [WiX-users] Does Hyperlink Supported in WiX 3.5 to show in Form

2010-09-13 Thread Sascha Beaumont
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,

[WiX-users] Does Hyperlink Supported in WiX 3.5 to show in Form

2010-09-02 Thread Prabhat_IE
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

Re: [WiX-users] Does WIX / MSI support product downgrade - still doesn't work

2010-08-02 Thread Wilson, Phil
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

Re: [WiX-users] Does WIX / MSI support product downgrade - still doesn't work

2010-08-02 Thread Joe Osman
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

Re: [WiX-users] Does WIX / MSI support product downgrade - still doesn't work

2010-08-02 Thread Christopher Painter
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

Re: [WiX-users] Does WIX / MSI support product downgrade - still doesn't work

2010-08-02 Thread Joe Osman
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

Re: [WiX-users] Does WIX / MSI support product downgrade ?

2010-08-02 Thread Christopher Painter
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

Re: [WiX-users] Does WIX / MSI support product downgrade ?

2010-08-02 Thread Rob Hamflett
; 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

Re: [WiX-users] Does WIX / MSI support product downgrade ?

2010-08-02 Thread Pally Sandher
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:

Re: [WiX-users] Does WIX / MSI support product downgrade ?

2010-08-02 Thread Rob Hamflett
> 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

[WiX-users] Does WIX / MSI support product downgrade ?

2010-08-01 Thread Joe Osman
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

Re: [WiX-users] Does the msi-filename matter?

2010-07-28 Thread Lukas Haase
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

Re: [WiX-users] Does the msi-filename matter?

2010-07-26 Thread Blair
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

Re: [WiX-users] Does the msi-filename matter?

2010-07-26 Thread Lukas Haase
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

Re: [WiX-users] Does the msi-filename matter?

2010-07-25 Thread 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. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Does the msi-filename matter?

2010-07-25 Thread Lukas Haase
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. >>> >>

Re: [WiX-users] Does the msi-filename matter?

2010-07-22 Thread Rob Mensching
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 > &

Re: [WiX-users] Does the msi-filename matter?

2010-07-22 Thread Barneck, Jared
[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

Re: [WiX-users] Does the msi-filename matter?

2010-07-22 Thread Lukas Haase
> 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

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Christopher Painter
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

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Rob Mensching
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,

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Christopher Painter
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

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Rob Mensching
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.

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Blair
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

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Blair
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&#x

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Christopher Painter
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

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Christopher Painter
- 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

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Neil Sleightholm
[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

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Lukas Haase
-- > 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

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Blair
-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

Re: [WiX-users] Does the msi-filename matter?

2010-07-21 Thread Christopher Painter
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

[WiX-users] Does the msi-filename matter?

2010-07-21 Thread Lukas Haase
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

Re: [WiX-users] Does patch removal restore removed data files?

2010-01-24 Thread Tony Juricic
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

Re: [WiX-users] Does patch removal restore removed data files?

2010-01-23 Thread Rob Mensching
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

Re: [WiX-users] Does patch removal restore removed data files?

2010-01-23 Thread Tony Juricic
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

Re: [WiX-users] Does patch removal restore removed data files?

2010-01-21 Thread Tony Juricic
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

Re: [WiX-users] Does patch removal restore removed data files?

2010-01-21 Thread Wilson, Phil
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

[WiX-users] Does patch removal restore removed data files?

2010-01-21 Thread Tony Juricic
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

Re: [WiX-users] Does the name of the Media/@Cabinet matterforsubsequent patches?

2009-12-11 Thread Yan Sklyarenko
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

Re: [WiX-users] Does the name of the Media/@Cabinet matter forsubsequent patches?

2009-12-11 Thread Peter Shirtcliffe
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

[WiX-users] Does the name of the Media/@Cabinet matter for subsequent patches?

2009-12-11 Thread Yan Sklyarenko
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

Re: [WiX-users] Does WcaLog parse square brackets in some special way?

2009-10-03 Thread Blair
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

Re: [WiX-users] Does WcaLog parse square brackets in some special way?

2009-10-03 Thread Blair
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

[WiX-users] Does WcaLog parse square brackets in some special way?

2009-10-03 Thread Tony Juricic
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

Re: [WiX-users] Does the WiX Build Use Any Type of Continuous Integration System?

2009-08-22 Thread Bob Arnson
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   2   >