Re: [WiX-users] Updater application using Bootstrapper UI/Bundle

2014-08-27 Thread Hoover, Jacob
@gmail.com] Sent: Wednesday, August 27, 2014 3:39 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Updater application using Bootstrapper UI/Bundle One last question (hopefully): 1) Can I pass any additional command line parameters? (From what I read, it looks like you pass in the c

Re: [WiX-users] Updater application using Bootstrapper UI/Bundle

2014-08-27 Thread gregbty
One last question (hopefully): 1) Can I pass any additional command line parameters? (From what I read, it looks like you pass in the checkupdate switch automatically) -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Updater-application-using-Boots

Re: [WiX-users] Updater application using Bootstrapper UI/Bundle

2014-08-27 Thread Hoover, Jacob
et Subject: Re: [WiX-users] Updater application using Bootstrapper UI/Bundle Thanks for the quick response! So essentially I will need to: 1) Create a wrapper for butil (if you have an example that would be great) 2) Install the wrapper with my application 3) Add the WixBundleProviderKey to my

Re: [WiX-users] Updater application using Bootstrapper UI/Bundle

2014-08-27 Thread gregbty
Thanks for the quick response! So essentially I will need to: 1) Create a wrapper for butil (if you have an example that would be great) 2) Install the wrapper with my application 3) Add the WixBundleProviderKey to my application so that I can save the value to use with the wrapper later This wil

Re: [WiX-users] Updater application using Bootstrapper UI/Bundle

2014-08-27 Thread Hoover, Jacob
[mailto:jacob.hoo...@greenheck.com] Sent: Wednesday, August 27, 2014 1:28 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Updater application using Bootstrapper UI/Bundle Have a look at dutil.lib's butil.cpp. BundleEnumRelatedBundle -> BundleGetBundleInfo I wrapped bu

Re: [WiX-users] Updater application using Bootstrapper UI/Bundle

2014-08-27 Thread Hoover, Jacob
nt: Wednesday, August 27, 2014 1:07 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Updater application using Bootstrapper UI/Bundle Jacob is working towards a solution to this using the Bundle update feature

Re: [WiX-users] Updater application using Bootstrapper UI/Bundle

2014-08-27 Thread Rob Mensching
...@gmail.com] Sent: Wednesday, August 27, 2014 10:42 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Updater application using Bootstrapper UI/Bundle I'll fill in some background information before the question. (/smile) I started working on a custom updater application

[WiX-users] Updater application using Bootstrapper UI/Bundle

2014-08-27 Thread gregbty
I'll fill in some background information before the question. (/smile) I started working on a custom updater application that essentially needed to perform the following tasks: 1) Get latest version information for application from a remote location 2) Display release notes and latest version inf

Re: [WiX-users] Updater application using Bootstrapper UI/Bundle

2014-08-27 Thread gregbty
gregbty wrote > I'll fill in some background information before the question. (/smile) > > I started working on a custom updater application that essentially needed > to perform the following tasks: > > 1) Get latest version information for application from a remote location > 2) Display release