Re: [WiX-users] How to localize appearance of a dialog using localization variables?

2015-02-25 Thread sky
Thanks for the reply. But, this time I'm not using WiX Burn, just creating an MSI file...(no bootstrapper) -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-localize-appearance-of-a-dialog-using-localization-variables-tp7599317p7599321.html

[WiX-users] Installing the Visual Studio Redistributable from within MSI Failing

2015-02-25 Thread Sarvagya Pant
I am attempting to install the dependency of my program *vcredist_x86_2008.exe* and *vcredist_x86_2010.exe* from my msi before it attempts to install the program itself. I have following piece of code. Binary Id=SetupCA

Re: [WiX-users] extension errror

2015-02-25 Thread vcurran
Have all that. Have a reference in AssemblyInfo to the extension class [assembly: AssemblyDefaultWixExtension(typeof(MyExtensionClass))] Looking at the assembly in reflector (or JustDecompile) I can see the table definition (.xml) and the wix library (.wixlib) I am returning with those

Re: [WiX-users] Visual studio 2008 and wix 3.9

2015-02-25 Thread assassinator27
Thanks Phill I was just about to ask that question myself. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Visual-studio-2008-and-wix-3-9-tp7599248p7599326.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Errors for COM+ Extension

2015-02-25 Thread Aaron Newton
Hello Nir, Yes, this was for a Visual Studio project. And yes, adding a reference for WixComPlusExtension.dll appears to have resolved the issue. Thank you for your assistance. Kind regards, Aaron Newton ___ On Mon, Feb 23, 2015 at 6:31 PM, Nir Bar nir@panel-sw.co.il wrote: Have you

Re: [WiX-users] How to localize appearance of a dialog using localization variables?

2015-02-25 Thread Phill Hogland
I suspect that you will need to put the logic to hide the button in a BAFunctions.dll. See the samples in the wix source archive. src\burn\Samples\bafunctions. There is more information on this approach at wixextba.codeplex.com where the concept of a BAfunctions dll was developed (for wix 3.7)

Re: [WiX-users] extension errror

2015-02-25 Thread vcurran
Ignore me. I had to restart my machine for unrelated reasons and it loaded ok on the reboot. Maybe some file lock, although I had tried from various loactions. Thanks. V. -- View this message in context:

Re: [WiX-users] How to localize appearance of a dialog using localization variables?

2015-02-25 Thread Nir Bar
You can use a Condition http://wixtoolset.org/documentation/manual/v3/xsd/wix/condition.html element under the relevant Control http://wixtoolset.org/documentation/manual/v3/xsd/wix/control.html element. In the below sample the control will be hidden for US English: Control ... Condition

[WiX-users] How to localize appearance of a dialog using localization variables?

2015-02-25 Thread sky
Hi. I want to hide a button on a custom WiX dialog(purely using WiX) in a specific language. Is this possible by using WiX localization variables(.wxl files)? I can localize text, size and location of buttons, but I don't know I can hide a button. Or, is it possible to create dialog sets for each

Re: [WiX-users] Problem : In Upgrade process, once cancel burn process and again execute then burn process uninstall old product

2015-02-25 Thread Mrugesh Patel
Hello All, I face this issue from very long time. Can you suggest me, what can I do to resolve this issue? Thanks in Advance, Best Regards, Mrugesh Patel -Original Message- From: Sean Hall Sent: Saturday, February 21, 2015 6:20 AM To: General discussion about the WiX toolset.

[WiX-users] extension errror

2015-02-25 Thread vcurran
Afternoon all. I am putting together my first Wix extension and I'm getting the following when adding the extension assembly into my Wix solution. error CNDL0307: The extension type 'TestVC.Compiler' in extension 'C:\vtemp\24022015\'TestVC.dll' does not inherit from the expected class

Re: [WiX-users] Installing the Visual Studio Redistributable from within MSI Failing

2015-02-25 Thread Hoover, Jacob
Use Burn to install the prerequisites. There is no proper way of doing a nested/concurrent install from within a single MSI. Concurrent Installs - https://msdn.microsoft.com/en-us/library/aa368010%28v=vs.85%29.aspx?f=255MSPPError=-2147217396 Windows Installer Best Practices -

Re: [WiX-users] WSX file contains extra files?

2015-02-25 Thread assassinator27
Library.wsx: ?xml version=1.0 encoding=utf-8? ?include ..\..\variables.wxi ? ?define ManualName = Demo ? Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; Fragment DirectoryRef Id=INSTALLDIR Directory Id=dir01838157A568C4D2D4B15FD814608E20 Name=Demo

Re: [WiX-users] Upgrade issue [P]

2015-02-25 Thread Steve-Ogilvie
Classification: Public Hey Phil, I am not using RollbackBoundry/ at all I have 1 EXE (SQL Server Express 2012 CU2) and 1 MSI only (but I have to MsiPackage's one for a silent install and one for non silent) The only PackageGroupRef I have is for .NET i.e. Chain PackageGroupRef

Re: [WiX-users] WSX file contains extra files?

2015-02-25 Thread assassinator27
Phill, Thank You! I was beginning to wonder if it had something to do with ms build. Thanks for pointing me in the right direction. From: Phill Hogland [via Windows Installer XML (WiX) toolset] [mailto:ml-node+s687559n7599328...@n2.nabble.com] Sent: Wednesday, February 25, 2015 11:18 AM To:

Re: [WiX-users] Upgrade issue

2015-02-25 Thread John Cooper
Is the UpgradeCode the same for each bundle or different? I keep it the same and I have no problems. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050

[WiX-users] Searching wix issues

2015-02-25 Thread Phill Hogland
From time to time I come across a thread that suggests that a feature request or a bug should be create, like this http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bundle-within-bundle-uncompressed-MSIs-td7587158.html : I'm probably missing something, but how does one search the

Re: [WiX-users] Upgrade issue [P]

2015-02-25 Thread Steve-Ogilvie
Classification: Public same This message has been marked as Public by Steven Ogilvie on February-25-15 3:48:49 PM. The above classification labels were added to the message by TITUS Message Classification. For more information visit www.titus.comhttp://www.titus.com/. [Latest TITUS

Re: [WiX-users] Upgrade issue [P]

2015-02-25 Thread Steve-Ogilvie
Classification: Public The version changed from 15.1.4.x to 15.2.4.x and the GUID changed and the upgradecode remained the same... This message has been marked as Public by Steven Ogilvie on February-25-15 3:53:03 PM. The above classification labels were added to the message by TITUS Message

Re: [WiX-users] Upgrade issue

2015-02-25 Thread John Cooper
Which is why I based my bundle version on one of the MSI's which gets bumped every build. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com

Re: [WiX-users] extension errror

2015-02-25 Thread Phill Hogland
Do you have a Class that inherits from WixExtension, and which has: (something like) public class YourExtension : WixExtension { private Library library; private YourCompiler compilerExtension; private TableDefinitionCollection tableDefinitions; public

Re: [WiX-users] Upgrade issue

2015-02-25 Thread Steve-Ogilvie
Hey Phil, I am not using RollbackBoundry/ at all I have 1 EXE (SQL Server Express 2012 CU2) and 1 MSI only (but I have to MsiPackage’s one for a silent install and one for non silent) The only PackageGroupRef I have is for .NET i.e. Chain PackageGroupRef Id=Netfx4Full/

[WiX-users] Upgrade issue

2015-02-25 Thread Steve-Ogilvie
Hi folks, I have an installer (MSI) with a bootstrapper, installs and uninstalls perfectly The GUID is set to * and the upgrade code is the same each build. (the version of the MSI/Bootstrapper and binaries that we are installing is 15.1.4.x) To test that an Upgrade will work, I have built our

Re: [WiX-users] WSX file contains extra files?

2015-02-25 Thread Phill Hogland
WXS file is missing files: or Error 5 WXS file contains extra files: are not in the wix source code. My guess is that you have heat authoring and a MSBuild script that you need to understand, which is generating those messages. I don't think it has anything to do with wix or vs2008.

Re: [WiX-users] Upgrade issue

2015-02-25 Thread Phill Hogland
I had some similar problem http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RollbackBoundry-Can-t-Upgrade-or-uninstall-bundle-td759.html a few weeks back, and while Bob's suggestions were helpful, I set aside that problem to work on some other fires, and did not return to

Re: [WiX-users] WSX file contains extra files?

2015-02-25 Thread Chrys Perdue
Library.wsx: ?xml version=1.0 encoding=utf-8? ?include ..\..\variables.wxi ? ?define ManualName = Demo ? Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; Fragment DirectoryRef Id=INSTALLDIR Directory Id=dir01838157A568C4D2D4B15FD814608E20 Name=Demo

Re: [WiX-users] Upgrade issue

2015-02-25 Thread Nir Bar
This happens when the bundle's version doesn't change. Nir -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all

Re: [WiX-users] Installing the Visual Studio Redistributable from within MSI Failing

2015-02-25 Thread Nir Bar
You should utilize the VS runtimes' merge modules rather than the executable installers. The merge modules MSM files are provided alongside the Visual Studio installation. Nir -- Dive into the World of Parallel

Re: [WiX-users] Upgrade issue

2015-02-25 Thread Steve-Ogilvie
Once again, the “new” build was a one off build with the version number changed to make it a major upgrade… Version changed: Old 15.1.4.x New 15.2.4.x GUID changes every build Upgrade Code remains the same steve -- View this message in context:

Re: [WiX-users] Upgrade issue [P]

2015-02-25 Thread Steve-Ogilvie
Classification: Public Once again, the “new” build was a one off build with the version number changed to make it a major upgrade… Version changed: Old 15.1.4.x New 15.2.4.x GUID changes every build Upgrade Code remains the same steve This message has been marked as Public by

Re: [WiX-users] Installing the Visual Studio Redistributable from within MSI Failing

2015-02-25 Thread Sarvagya Pant
Hi Nir, The Thing is that I do have the MSM for Visual Studio 2010 but my project uses Openssl, built using VS 2008. I don't have the MSM for 2008. So that was the issue of installing VCRedist. On Thu, Feb 26, 2015 at 2:07 AM, Nir Bar nir@panel-sw.co.il wrote: You should utilize the VS