[WiX-users] How to suppress MSI error message boxes with custom BA?

2015-03-31 Thread js69
I'm using a custom BA to install different MSI packages with DisplayInternalUI=no. I have tried setting the UILevel property to 2 as well, which made no difference. I will still see MSI error message boxes, e.g. for 1709 Errors for obsolete packages that have no majorupgrade handling. I want to

Re: [WiX-users] Bootstrapper custom background

2015-03-31 Thread Balázs Kurtán
Thank you very much! It gave me what I needed. All the best, Balazs Kurtan -Original Message- From: Nir Bar [mailto:nir@panel-sw.com] Sent: Friday, March 27, 2015 9:09 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bootstrapper custom background You should author a

Re: [WiX-users] General Visual Studio 2013 Help

2015-03-31 Thread Joel Budreau
Yeah, thanks John. It’s working now :) On Mar 29, 2015, at 10:33 AM, John Cooper jocoo...@jackhenry.com wrote: You need to make sure that the path to the library is in the list of paths searched for libraries, and you need to make sure the library filename is the list of libraries to be

[WiX-users] How do you start an application after uninstall from MBA?

2015-03-31 Thread victorwhiskey
Hello, I'm having a problem starting a shared .exe after I uninstall one of my applications from ARP. Both logs (msi and BA) don't indicate any problems. They show a unisntall of the msi and a proper shutdown of the BA. However, this is what I'm trying to do: so if I detect I have another one of

[WiX-users] Populating registry multiString MultiStringValue elements

2015-03-31 Thread Joseph L. Casale
I want to implement a listbox with optional entries to later insert into a registry multiString RegistryValue. What is the approach used here to perform this as the MultiStringValue's obviously will need to be dynamically added? Is the only way a CA that writes the values out? Thanks, jlc

Re: [WiX-users] Populating registry multiString MultiStringValue elements

2015-03-31 Thread Nir Bar
Try setting a property to the multi-string value with [~] as the separator between strings. - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX InstallShield -- View this message in context:

Re: [WiX-users] Populating registry multiString MultiStringValue elements

2015-03-31 Thread Phill Hogland
I have not done this, but I did notice this post http://stackoverflow.com/questions/3749863/add-multistring-registry-value-using-wix . -- View this message in context: