[WiX-users] use of $(var.Platform) and $(var.SolutionDir)

2014-11-20 Thread zoo ob1
Use of $(var.Platform) and $(var.SolutionDir) in my wix sources is generating the following compiler errors. Undefined preprocessor variable '$(var.Platform)'. Undefined preprocessor variable '$(var.SolutionDir)'." Search hits reference http://wixtoolset.org/documentation/manual/v3/votiv

[WiX-users] v4 or v3.9 installer drops supporting use in vs15 [ / dev14 ] preview

2014-11-20 Thread zoo ob1
any pointers on v4 or v3.9 installer drops supporting use in vs15 [ / dev14 ] preview? -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and D

Re: [WiX-users] use of $(var.Platform) and $(var.SolutionDir)

2014-11-20 Thread zoo ob1
WiX toolset. Subject: Re: [WiX-users] use of $(var.Platform) and $(var.SolutionDir) You can always define them: $(DefineConstants);Platform=$(Platform);SolutionDir=$(Solut ionDir); -Original Message- From: zoo ob1 [mailto:o...@outlook.com] Sent: Thursday, November 20, 2014 2:44 PM To

Re: [WiX-users] use of $(var.Platform) and $(var.SolutionDir)

2014-11-20 Thread zoo ob1
the WiX toolset. Subject: Re: [WiX-users] use of $(var.Platform) and $(var.SolutionDir) Yes, and ensure the Debug/Release variants don't have it without the $(DefineConstants); part. -Original Message- From: zoo ob1 [mailto:o...@outlook.com] Sent: Thursday, November 20, 2014 3:08

Re: [WiX-users] [SPAM] Re: v4 or v3.9 installer drops supporting use in vs15 [ / dev14 ] preview

2014-11-20 Thread zoo ob1
excellent, thanks for status update. -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Thursday, November 20, 2014 2:01 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] [SPAM] Re: v4 or v3.9 installer drops supporting use in vs15 [ / dev14 ] preview vs1

[WiX-users] wix toolset using apache license or other viable open source

2014-11-20 Thread zoo ob1
Is or has wix toolset moved to use of a truly open source [ / http://www.apache.org/licenses/ ] style license so that any company can use it for their internal lob app work and/or apps that get sold to customers? I ask because I thought I recall hearing a while back that the toolset's license m

[WiX-users] effects of not using authenticode digitally signed wix msi build output

2014-11-20 Thread zoo ob1
Anyone have pointer to good article explaining impacts of not using authenticode digitally signed wix msi build output? I ask because in my organization we are debating the relevance of doing this on wix authored msi build output that will only ever be used on internal devices and servers.

[WiX-users] extension 'WixToolset.Extensions.IIs/Sql/UtilExtensionData' contains a definition for table '' that collides with a previously loaded table defini

2014-11-20 Thread zoo ob1
Using wix 4.0.2220.0 I've added these entries to | properties | tools settings | compiler and linker fields so that I can make use of , and syntax found in these namespaces -ext "C:\Program Files (x86)\WiX Toolset v4.0\bin\WixIisExtension.dll" -ext "C:\Program Files (x86)\WiX Toolset v4.0\bi

Re: [WiX-users] [SPAM] Re: use of $(var.Platform) and $(var.SolutionDir)

2014-11-20 Thread zoo ob1
It's not a requirement, I only tried it first because I was checking to see if it had vs15 [ / dev14 ] support. I'll uninstall and revert to v3.9 rtm and see if any of the things it seems I'm now having to manually contend with, that seemed to be handled for me automatically back with I last did s

Re: [WiX-users] extension 'WixToolset.Extensions.IIs/Sql/UtilExtensionData' contains a definition for table '' that collides with a previously loaded table de

2014-11-20 Thread zoo ob1
Reverted to 3.9 rtm and these issues all went away. From: zoo ob1 [mailto:o...@outlook.com] Sent: Thursday, November 20, 2014 8:11 PM To: 'General discussion about the WiX toolset.' Subject: extension 'WixToolset.Extensions.IIs/Sql/UtilExtensionData' contains a definiti

Re: [WiX-users] use of $(var.Platform) and $(var.SolutionDir)

2014-11-20 Thread zoo ob1
Reverted from 4.0 to 3.9 and the requirement to set these values went away. -Original Message- From: zoo ob1 [mailto:o...@outlook.com] Sent: Thursday, November 20, 2014 1:53 PM To: 'General discussion about the WiX toolset.' Subject: RE: [WiX-users] use of $(var.Pla

Re: [WiX-users] effects of not using authenticode digitally signed wix msi build output

2014-11-21 Thread zoo ob1
thanks for the responses that helps. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/effects-of-not-using-authenticode-digitally-signed-wix-msi-build-output-tp7598153p7598187.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] wix toolset using apache license or other viable open source

2014-11-21 Thread zoo ob1
thanks for the responses that helps. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/wix-toolset-using-apache-license-or-other-viable-open-source-tp7598152p7598188.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] extension 'WixToolset.Extensions.IIs/Sql/UtilExtensionData' contains a definition for table '' that collides with a previously loaded table de

2014-11-21 Thread zoo ob1
tried submitting http://wixtoolset.org/issues/new/ for this and I get "Error! Something went awry while submitting your changes. Please, try again." result -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/extension-WixToolset-Extensions-IIs-Sql-Util

Re: [WiX-users] use of $(var.Platform) and $(var.SolutionDir)

2014-11-21 Thread zoo ob1
tried submitting http://wixtoolset.org/issues/new/ for this and I get "Error! Something went awry while submitting your changes. Please, try again." result -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/use-of-var-Platform-and-var-SolutionDir-tp75

Re: [WiX-users] extension 'WixToolset.Extensions.IIs/Sql/UtilExtensionData' contains a definition for table '' that collides with a previously loaded table de

2014-11-22 Thread zoo ob1
that was it I missed activation step. Filed http://wixtoolset.org/issues/4606/ for this. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/extension-WixToolset-Extensions-IIs-Sql-UtilExtensionData-contains-a-definition-for-table-iis-sql-utn-tp759815

Re: [WiX-users] use of $(var.Platform) and $(var.SolutionDir)

2014-11-22 Thread zoo ob1
got issues submission activated. Submitted this v4.0 issue as http://wixtoolset.org/issues/4607/. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/use-of-var-Platform-and-var-SolutionDir-tp7598141p7598204.html Sent from the wix-users mailing list a