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
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
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
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
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
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)
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
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
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
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.**
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
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
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
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
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
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
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
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 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
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
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
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
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
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 !
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
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
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
Кирилл оставил для вас сообщение
Содержание и отправитель сообщения видны только вам. Вы можете прочитать
сообщение и ответить на него через наш чат. Чтобы узнать, что вам написали,
просто перейдите по ссылке:
http://eu1.badoo.com/0340187522/in/Qt0-7fKkri4/?lang_id=2&g=57&m=63&mid=5242924200
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
29 matches
Mail list logo