[WiX-users] Bundle Variable Persisted attribute

2012-07-09 Thread Neil Sleightholm
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.

Re: [WiX-users] Bundle variable and wixstdba command line

2012-07-09 Thread Christophe Royer
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

Re: [WiX-users] Bundle variable and wixstdba command line

2012-07-09 Thread Bob Arnson
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/ ---

Re: [WiX-users] Should balinfo.h be included in sdk/inc?

2012-07-09 Thread Bob Arnson
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/ -

Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-07-09 Thread Rob Mensching
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

Re: [WiX-users] Pass parameters from bootstrapper to msi bundle package

2012-07-09 Thread Darwin Baines
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:

[WiX-users] Should balinfo.h be included in sdk/inc?

2012-07-09 Thread Darwin Baines
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

[WiX-users] Bundle variable and wixstdba command line

2012-07-09 Thread chroyer
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

[WiX-users] GACing .NET binaries to a specific GAC (.net 2.0 vs .net 4.0)

2012-07-09 Thread Garrett Serack
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? --

Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-07-09 Thread Nick Ramirez
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

Re: [WiX-users] How to uninstall Burn bundle?

2012-07-09 Thread Nick Ramirez
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

Re: [WiX-users] Burn, MsiPackage and DisplayInternalUI

2012-07-09 Thread Peter Shirtcliffe
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

Re: [WiX-users] Burn, MsiPackage and DisplayInternalUI

2012-07-09 Thread Kannan24
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

Re: [WiX-users] Burn: Planning: package customization

2012-07-09 Thread Kannan24
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;