Re: [WiX-users] Weekly releases

2013-09-25 Thread Albert van Peppen
My First concern is regarding the libraries (.lib files) so I can build my CAs in C++ using VS2013. I can use the VS2012 libraries but seeing the improvements in C++/VS2013 I would like to test the VS2013 compiled libraries. Also VS2012 Update 4 (still RC3) has some optimizer issues fixed which I

[WiX-users] Bundle, payload and not copying to cache...

2013-09-25 Thread Cristian Prieto
I'm trying to bootstrap SQL Server Standard installation in my Wix setup... So far I've done this: Directory structure looks like this: \SetupBootStrapper.exe \SQL\Setup.exe ß launches sql installer \SQL\x86\ \SQL\redist\ The problem is that when I run the package I see this i

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-25 Thread Christopher Painter
Rob, What's the LOE for this effort? I have experience creating installers that register project and item templates as well as tweaking project templates. I've done a little bit of AddOn work but not much. The whole EnvDTE / VS SDK seemed really complicated to me. Is it just a few thing

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-25 Thread Rob Mensching
BTW, Alex, this is like the 4th time you've asked for VS2013 support in Votive. I *highly* recommend you jump in and help write the code to add the support or do *something* to take some burden off the people who volunteer time on the WiX toolset before asking again. I say this because it's around

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-25 Thread Rob Mensching
It's pretty well laid out here: http://www.joyofsetup.com/ 2013/09/13/getting-from-here-to-there-for-wix-v3-8/ On Wed, Sep 25, 2013 at 1:13 PM, Ivanoff, Alex wrote: > Do you have an ETA for VS 2013 support? > > > -Original Message- > From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com

Re: [WiX-users] Automatically increment and synchronize version of product and bootstrapper

2013-09-25 Thread dirt
I was able to figure it out using DefineConstants in a BeforeBuild event to get the version of the project file and set it as a variable to be used in Bundle Version: Bundle.wxs: BuildVersion=%(AssemblyVersion.Version)

[WiX-users] Meta or master installer?

2013-09-25 Thread dave
Hi, I have client and server installation bundles (e.g. upgrade code ABC and EDF). Is it possible to create a master installer in WiX that * Combines these two bundles into a single installation experience * Lists these two applications separately in ARP but NOT the master installer * Allow majo

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-25 Thread Hoover, Jacob
The request for developers has gone out on the web/wix devs, but no one is really screaming to get at it. Ultimately, this is an open source project so it is supported by a community of developers in their spare/donated time. If someone really wants the feature or functionality, they are more

Re: [WiX-users] Automatically increment and synchronize version of product and bootstrapper

2013-09-25 Thread Phill Hogland
I have seen the response to this issue previously in this list, but basically IIRC the version needs to be available at compile time. The binder writes a bind variable after the linker completes, so that information is not available when it is needed. Get the Wix source download and look at WixBu

Re: [WiX-users] Automatically increment and synchronize version of product and bootstrapper

2013-09-25 Thread dirt
So I figured out at least why the FileVersion.FileID isnt working as the FileID is declared in the 'Setup' project and this is the 'Bootstrapper' project. I still don't understand why *!(bind.packageVersion.MyApp)* results in *1.0.0.0* when the MyApp Project *AssemblyVersion *is set to *1.0.**

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-25 Thread Ivanoff, Alex
Do you have an ETA for VS 2013 support? -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Wednesday, September 25, 2013 10:46 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] [SPAM] Re: Weekly releases 2013 support is on t

[WiX-users] [SPAM] Re: [SPAM] Re: Weekly releases

2013-09-25 Thread Rob Mensching
It comes later if people help: http://www.joyofsetup.com/2013/09/13/getting-from-here-to-there-for-wix-v3-8/ On Wed, Sep 25, 2013 at 8:42 AM, Albert van Peppen wrote: > Mainly waiting for VS2013 support.. But I guess that comes later ;) > > Also to update my archive ;) > > Best regards, > > Alb

Re: [WiX-users] [SPAM] Error LGHT0094: Unresolved reference to symbol 'WixBootstrapperApplication:ManagedBootstrapperApplicationHost' in section 'Bundle:MyApp Bootstrapper'

2013-09-25 Thread Neil Sleightholm
No the extba doesn't have the managed BA support. -Original Message- From: dirt [mailto:d...@awoms.com] Sent: 25 September 2013 16:28 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] [SPAM] Error LGHT0094: Unresolved reference to symbol 'WixBootstrapperApplication:ManagedBoot

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-25 Thread Hoover, Jacob
2013 support is on the list, but hasn't been completed. -Original Message- From: Albert van Peppen [mailto:alb...@insad.nl] Sent: Wednesday, September 25, 2013 10:43 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] [SPAM] Re: Weekly releases Mainly

Re: [WiX-users] [SPAM] Re: Weekly releases

2013-09-25 Thread Albert van Peppen
Mainly waiting for VS2013 support.. But I guess that comes later ;) Also to update my archive ;) Best regards, Albert van Peppen ** WiX Releases Archive - All WiX releases since WiX 2.0.5213.0 (January 2008) at http://madbutcher.dyndns.org/snippets/wix/ -Oorspronkelijk bericht- Van: Ro

Re: [WiX-users] [SPAM] Error LGHT0094: Unresolved reference to symbol 'WixBootstrapperApplication:ManagedBootstrapperApplicationHost' in section 'Bundle:MyApp Bootstrapper'

2013-09-25 Thread dirt
Hello, Thank you for the quick reply! Can I not combine the WixBalExtensionExt and Custom/Managed BootstrapperApplication? Thanks, -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-LGHT0094-Unresolved-reference-to-symbol-WixBootstrapperAppli

Re: [WiX-users] [SPAM] Error LGHT0094: Unresolved reference to symbol 'WixBootstrapperApplication:ManagedBootstrapperApplicationHost' in section 'Bundle:MyApp Bootstrapper'

2013-09-25 Thread Neil Sleightholm
Looks like you are still referencing WixBalExtensionExt.dll. Neil -Original Message- From: dirt [mailto:d...@awoms.com] Sent: 25 September 2013 16:18 To: wix-users@lists.sourceforge.net Subject: [WiX-users] [SPAM] Error LGHT0094: Unresolved reference to symbol 'WixBootstrapperApplicatio

[WiX-users] [SPAM] Error LGHT0094: Unresolved reference to symbol 'WixBootstrapperApplication:ManagedBootstrapperApplicationHost' in section 'Bundle:MyApp Bootstrapper'

2013-09-25 Thread dirt
Hello, I am trying to create a custom Bootstrapper Application. I had it running this morning but after trying to implement the WiX Extended Bootstrapper Application (https://wixextba.codeplex.com/) I made too many changes at once and now I cannot build and cannot figure out why this error is being

[WiX-users] [SPAM] Re: Burn installer upgrade does not work

2013-09-25 Thread Rob Mensching
WiX toolset's versioning is controlled by this: tools\WixBuild.Version.targets On Wed, Sep 25, 2013 at 7:14 AM, Phill Hogland wrote: > I'm sure there are many different ways to go at this. I was originally > using > Wix 3.7 when I was using the WixExtededBA and the bal:autoversion. If I > had

[WiX-users] [SPAM] Re: Weekly releases

2013-09-25 Thread Rob Mensching
Yeah. There were no changes until late last week. There will be a new build soon. Were you waiting for those couple changes? On Wed, Sep 25, 2013 at 1:15 AM, Albert van Peppen wrote: > Hmm, the latest release is still dated August 26, 2013 (WiX 3.8.826.0) > > Best regards, > > Albert van Peppen

Re: [WiX-users] changes to support upgrades ? help !

2013-09-25 Thread Phil Wilson
Error 2762 means you have a deferred custom action either before InstallInitialize or after InstallFinalize. That' s not allowed. The clusterinfo.bin file will not get copied over from the previous install path to the new one. Usually you would have a file like that somewhere like the Common Files

Re: [WiX-users] Burn installer upgrade does not work

2013-09-25 Thread Phill Hogland
I'm sure there are many different ways to go at this. I was originally using Wix 3.7 when I was using the WixExtededBA and the bal:autoversion. If I had stayed with Wix 3.7 I would have used the source code at http://wixextba.codeplex.com/ to create a wix extension and modify the auto version alg

Re: [WiX-users] [SPAM] Re: [SPAM] Re: Errors installing 3.7

2013-09-25 Thread Keith.Douglas
Hi everyone, I thought I'd update the answer to my question from last week: For what it is worth, our server support team found KB931125, which seems to have been the correct one for Server 2003 R2 Enterprise. Keith Douglas Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 S

Re: [WiX-users] changes to support upgrades ? help !

2013-09-25 Thread nkshirsagar
hi kiran, if the user selects a different installation folder for the new msi, how will the clusterinfo.bin file get copied over? I mean, how would the wix installer know that it needs to preserve this file from the older install location and copy it into the new install location ?? confused !

Re: [WiX-users] changes to support upgrades ? help !

2013-09-25 Thread nkshirsagar
hi kiran, I modified majorupgrade element as follows but after this modification, although I dont see the error anymore.. my custom uninstall action is not being called at all .. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/changes-to-supp

Re: [WiX-users] changes to support upgrades ? help !

2013-09-25 Thread nkshirsagar
hi kiran, thanks a lot for your reply. I am pasting my wxs file below for you to take a look.. what I need to do is release version 1.0.0.0 right now but with the changes required so that future upgrade 2.0.0.0 will recognize it as an upgrade, and uninstall the earlier version but keep the cluste

Re: [WiX-users] Weekly releases

2013-09-25 Thread Albert van Peppen
Hmm, the latest release is still dated August 26, 2013 (WiX 3.8.826.0) Best regards, Albert van Peppen ** WiX Releases Archive - All WiX releases since WiX 2.0.5213.0 (January 2008) at http://madbutcher.dyndns.org/snippets/wix/ -Oorspronkelijk bericht- Van: Rob Mensching [mailto:r...@r

[WiX-users] ★ Wix Users, Кирилл оставил для вас сообщение

2013-09-25 Thread Badoo
Кирилл оставил для вас сообщение Содержание и отправитель сообщения видны только вам. Вы можете прочитать сообщение и ответить на него через наш чат. Чтобы узнать, что вам написали, просто перейдите по ссылке: http://eu1.badoo.com/0340187522/in/Qt0-7fKkri4/?lang_id=2&g=57&m=63&mid=5242924200

Re: [WiX-users] Weekly releases

2013-09-25 Thread Rob Mensching
They should be back now. On Tue, Sep 24, 2013 at 10:01 PM, Ivanoff, Alex wrote: > When will weekly releases be back? > > -- > October Webinars: Code for Performance > Free Intel webinars can help you accelerate applicati