[WiX-users] Setting property values based on Visual Studio build configurations.

2015-04-14 Thread Joseph L. Casale
I want to build an msi under debug with a specific set of values (that make sense in my dev env) versus release (which make sense in a prod env). As they are all public, users can modify them via the command line however they all populate default values used in various dialogs and it would be ti

Re: [WiX-users] how to define a custom variable in bundle.wxs, and get its value in BAFunctions.dll?

2015-04-14 Thread David Burson
Don’t know what I was doing wrong, but since you guys said it should work I tried again, and it did. Thanks very much - that really simplifies things! David > On Apr 12, 2015, at 7:52 PM, Sean Hall wrote: > > This should just work. I'm guessing you've put the Variable in a Fragment > that isn

Re: [WiX-users] MSI Buttons become Unresponsive on Server 2012R2 and Windows Installer Service 5.0

2015-04-14 Thread John Cooper
BAD NOT Installed AND NOT (RESPONSEPATH OR WIX_UPGRADE_DETECTED) GOOD NOT Installed AN

Re: [WiX-users] MSI Buttons become Unresponsive on Server 2012R2 and Windows Installer Service 5.0

2015-04-14 Thread Tunney, Stephen
Can you upload your fix snippet for inspection? -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: April-14-15 4:06 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] MSI Buttons become Unresponsive on Server 2012R2 and Windows Installer Ser

Re: [WiX-users] MSI Buttons become Unresponsive on Server 2012R2 and Windows Installer Service 5.0

2015-04-14 Thread John Cooper
Logs don't show much, but I just figured it out. Actually had to do with the Dialog scheduling. Under certain conditions, the wrong dialog was loading--and it was disconnected from everything else. Weird that it only showed itself on 2012 R2, but weird happens. Even weirder is no one in QA n

Re: [WiX-users] MSI Buttons become Unresponsive on Server 2012R2 and Windows Installer Service 5.0

2015-04-14 Thread Nir Bar
Can you upload the log files? - 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: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-Bu

Re: [WiX-users] UserLanguageID vs. WixStdBALanguageId

2015-04-14 Thread David Burson
Ok, that makes sense. Apparently it’s smart enough to select an appropriate theme, thankfully. I don’t have to have a separate theme for every culture-language combination: my bundle.wxl only has 1 French theme, 1036 (French-France). When I install on a Windows 7 box with the Region and Lang

Re: [WiX-users] Major upgrade: a few files are not installed

2015-04-14 Thread Phil Wilson
In the original post, it says that all the guids are being generated programmatically (and the component rules are not followed, but that isn't too significant if REP is early). So why is it disallowing installation of a component id (because a a higher version is installed) if all the guids in the

[WiX-users] MSI Buttons become Unresponsive on Server 2012R2 and Windows Installer Service 5.0

2015-04-14 Thread John Cooper
I've got a number of installers that deploy using the Standard Bootstrapper and MSI UI. This hasn't been too problematic (although quite ugly) until testing on Server 2012R2. The Standard Bootstrapper starts up fine, and the MSI UI starts up fine, but one or two pages into the sequence and all

[WiX-users] Wix preprocessor extension: multiple prefixes

2015-04-14 Thread Samer Vazdekis
Shouldn't I be able to create multiple prefixes when defining a Wix preprocessor extension, see link below.  private static string[] prefixes = { "sample1", "sample2" };  This is not working for me and keep getting "Undefined preprocessor function" error! WiX toolset |   | |   |   |   |   |

Re: [WiX-users] MSI packages download and Firewall/Proxy settings

2015-04-14 Thread Phill Hogland
Fiddler is a helpful tool for debugging these kinds of issues. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-packages-download-and-Firewall-Proxy-settings-tp7599503p7599955.html Sent from the wix-us

Re: [WiX-users] BAFunctions.dll to set WixBundleName from the language of the user's computer

2015-04-14 Thread David Burson
ok thanks Sean! Good to know. > On Apr 12, 2015, at 7:59 PM, Sean Hall wrote: > > The Window text is set too early to do anything about it from > IBootstrapperBAFunction. You should localize that with a string in the wxl > file. > > On Tue, Apr 7, 2015 at 2:17 PM, David Burson wrote: > >> I

Re: [WiX-users] Verb localization

2015-04-14 Thread Nir Bar
Might be a bug in MSDN documentation. Then you're left with creating language transforms for each language, embedding them in the MSI, and setting the TRANSFORMS property with the language Id from WiX's bundle. - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com

Re: [WiX-users] Burn and chaining multiple MSIs and detecting proper states for each MSI

2015-04-14 Thread victorwhiskey
Rob, This solution would only work if there were 2 products correct? And how do I repair B from bundle C? So the /best/ way would be to install A separately correct? Thanks! Rob Mensching-7 wrote > I expect A' is a major upgrade of A. There issue is that B knows nothing > about A' (and C) an

Re: [WiX-users] Burn and chaining multiple MSIs and detecting proper states for each MSI

2015-04-14 Thread victorwhiskey
Sorry Rob, I was getting confused with my question and my testing of other solutions. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-and-chaining-multiple-MSIs-and-detecting-proper-states-for-each-MSI-tp7599891p7599951.html Sent from the wix-

Re: [WiX-users] Verb localization

2015-04-14 Thread eklekt
I have checked it. In Verb table for verb "NewVerb" command is "[NEW_VERB_COMMAND]". In properties table Property "NEW_VERB_COMMAND" with value "MyValue" exists. Is it bug in MSI or WIX or something else? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nab

Re: [WiX-users] Bootstrapper application problem @Win x86

2015-04-14 Thread Marco Tangl
Hi guys, am I the only one, who's struggling with this behavior? Any ideas, suggestions would be welcome Many Thanks, Marco Von: Marco Tangl Gesendet: Donnerstag, 09. April 2015 16:56 An: wix-users@lists.sourceforge.net Betreff: Bootstrapper application problem @Win x86 Hi guys, I hope so