What does the bundle Variable/@Persisted attribute do? I would have expected it
to store the value somewhere so it can be re-read the next time the application
is installed but there doesn't seem to be any documentation on how to do that.
Neil
Neil Sleightholm
X2 Systems Limited
n...@x2systems.
Thanks Bob,
I just saw an answer from Darwin Baines, in answer to an older, similar
message.
Using
does the trick.
Christophe
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's se
On 09-Jul-12 15:13, chro...@comcast.net wrote:
>
> error CNDL0004 : The Variable element contains an unexpected attribute
> 'Overridable'.
The attribute lives in the WixBalExtension namespace, so you need to
prefix it.
--
sig://boB
http://joyofsetup.com/
---
On 09-Jul-12 17:26, Darwin Baines wrote:
> You can't build WixStdBA without balinfo.h.
>
> Should it be included in the binary distribution under sdk/inc?
Yes. Please file a bug so it doesn't get lost in e-mail.
--
sig://boB
http://joyofsetup.com/
-
Result.NoAction is like saying "Nothing to do here."
On Mon, Jul 9, 2012 at 9:52 AM, Nick Ramirez wrote:
> Thanks, I've added an event handler for the ResolveSource event and that
> gets
> me past this issue. My bundle installs! I am following the WiX setup
> example
> by setting the event argu
I just figured out how this works looking through the WixStdBA source code.
This was implemented in time for the RC release on May 21.
(https://sourceforge.net/tracker/index.php?func=detail&aid=3489809&group_id=105970&atid=642714)
To pass command line arguments, it goes something like this:
You can't build WixStdBA without balinfo.h.
Should it be included in the binary distribution under sdk/inc?
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat land
Hi,
it seems like wixstdba now supports overriding variables from the command line
(looking at the element in the help, as well as defects 3480653 and
3489809 apparently fixed).
However, I have no success.
I am using WiX v3.6.3109.0 Release (from wix36-binaries.zip)
I define a variable in
Hey, I was wondering if it's possible when creating an installer to install a
.NET assembly that installs a given assembly to a particular GAC.
I've got an assembly that I'd like installed to the .NET 2.0 GAC, but
apparently it just wants to install it to the 4.0 GAC.
Any ideas?
--
Thanks, I've added an event handler for the ResolveSource event and that gets
me past this issue. My bundle installs! I am following the WiX setup example
by setting the event argument's Result to "Download" when DownloadSource is
not null, and to "Ok" otherwise. I am assuming that using "Ok" for a
This has all helped. Apparently, I've been testing too many things at once
and must have been experimenting with the ForceReboot element in my MSI.
Removing that should make things run much smoother!
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Ho
To request a new feature, please use this link
http://sourceforge.net/tracker/?group_id=105970&atid=642717
-Original Message-
From: Kannan24 [mailto:skan...@syncfusion.com]
Sent: 09 July 2012 13:20
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Burn, MsiPackage and DisplayI
Hi,
Could you please update for the InternalUI, to change the values from
BA.dll?
Thanks,
Kannan
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-MsiPackage-and-DisplayInternalUI-tp7484106p7579353.html
Sent from the wix-users mailing list archi
Hi,
Thanks for your quick replay.
>From your update, i have passed the uninstall action as command line. Now i
get the plan action is Uninstall, but unable to uninstall the setup. I used
the following code.
SyncBA.Model.Engine.Detect();
SyncBA.hwnd = IntPtr.Zero;
14 matches
Mail list logo