Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-11-28 Thread Robert.Priest
: Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode You cannot control the BundleId. A new one is generated every time. Instead, try looking for the Bundle by a related bundle id such as your Bundle/@UpgradeCode. That is how Burn finds things. Note: These are implementation

Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-11-27 Thread Rob Mensching
You cannot control the BundleId. A new one is generated every time. Instead, try looking for the Bundle by a related bundle id such as your Bundle/@UpgradeCode. That is how Burn finds things. Note: These are implementation details and could change in future versions. On Tue, Nov 27, 2012 at 8:20

Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-11-27 Thread rpriest12
Rob Mensching-7 wrote > 2. Bundles are registered in ARP (aka: Program and Features, aka: > theUninstallKey). That's how you can click on the "Uninstall" button in > ARPand Burn launches to remove the bundle. You can search for it that way > ifyou want. Forgive me If I am missing something, but I

Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-10-15 Thread Rob Mensching
o:r...@robmensching.com] > Sent: October-15-12 2:17 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Some in burn wixstba similar to msiexec /x > ProductCode > > Having the update URL come from outside the Bundle would be a very large &

Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-10-15 Thread Wesley Manning
to have a > command line argument to do an upgrade. Questions 2 and 3 are moot now. > > Wes > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: October 14, 2012 12:37 AM > To: General discussion for Windows Installer XML toolset. >

Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-10-15 Thread Rob Mensching
gt; argument to do an upgrade. Questions 2 and 3 are moot now. > > Wes > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: October 14, 2012 12:37 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Some i

Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-10-14 Thread Wesley Manning
ion for Windows Installer XML toolset. Subject: Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode 1. I don't quite understand the question. The bundle self-update feature allows a BA to check the internet and tell the engine that there is a newer version of itself and to

Re: [WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-10-13 Thread Rob Mensching
1. I don't quite understand the question. The bundle self-update feature allows a BA to check the internet and tell the engine that there is a newer version of itself and to download then launch that instead. It is not clear to me what the command-line has to do with it. 2. Bundles are registered

[WiX-users] Some in burn wixstba similar to msiexec /x ProductCode

2012-10-12 Thread Wesley Manning
Hi, have some questions about wixstba: (1) Wix 3.7 bundle self update feature: Is it possible (or any plans to make it possible) to run from the command line? You would need to run the bundle exe (thus have to know where its located). There is already -uninstall, -repair, etc. (2) Since Wind