Re: [WiX-users] Error when doing a REG_MULTI_SZ registry search within Burn.

2012-05-20 Thread Bob Arnson
On 19-May-12 03:54, Neil Sleightholm wrote:
 This http://wix.sourceforge.net/manual-wix3/util_xsd_registrysearch.htm says 
 that util extension RegistrySearch supports @Format=raw and mentions 
 REG_MULTI_SZ in the @ExpandEnvironmentVariables section but not specifically 
 in the Format attribute.
That's either a doc bug or a doc wish.

 This http://wix.sourceforge.net/manual-wix3/wix_xsd_registrysearch.htm says 
 the native RegistrySearch supports @Type=raw and does include REG_MULTI_SZ 
 in the documentation.
If you can get it to work, more power to you. The problem is that 
neither Burn nor MSI has arrays so there'd be no way to work with the 
values. Either could turn the embedded nulls to some other delimiter but 
that would be useless outside custom code since neither has a way of 
manipulating the strings anyway.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] service uninstall fails if ServiceControl does not specify install= ???

2012-05-18 Thread Bob Arnson
On 17-May-12 20:20, Dave Combs wrote:
 MSI (s) (9C:24) [17:03:39:948]: Component: CMP_162; Installed: Local;
 Request: Absent;   Action: Null
That usually indicates something else, expressed earlier in the log, is 
preventing the requested action, such as violating the component rules. 
Try it in a clean VM.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Specifying source subdirectory

2012-05-18 Thread Bob Arnson
On 16-May-12 12:52, Martin Sustrik wrote:
 C:\Users\me\libxs\foo.wxs(98) : error LGHT0103 : The system cannot find
 the file 'foo.h'.
See How To: Specify source files in wix.chm.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-18 Thread Bob Arnson
On 16-May-12 05:28, Pally Sandher wrote:
 Just don't need them. Never got around to using WiX only for patching so I 
 don't see any use for them.
There's nothing in WiX today that needs them, other than patching, but 
that might change; there's lots of good info that's pre-digested in a 
way that makes for easier tooling.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] light.exe error when merging VC100 merge modules for both x86 and x64

2012-05-18 Thread Bob Arnson
On 18-May-12 11:32, Gareth wrote:
 But you can install 64-bit dlls withoin a 32-bit package - they're just
 files.
Not if they're marked as a 64-bit component that goes into a 64-bit part 
of the file system. Then they're special.

 then how can a 64-bit operating system interogate a bespoke file format in
 order to draw a thumbnail preview when it is installed as part of a 32-bit
 package?
It can't. That requires a 64-bit package, as I said. The rules are that 
a 32-bit package can contain only 32-bit components but a 64-bit package 
can contain both 64-bit and 32-bit components.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error when doing a REG_MULTI_SZ registry search within Burn.

2012-05-18 Thread Bob Arnson
On 18-May-12 15:53, Richard Mayes wrote:
 Error 0x80004001: Unsupported registry key value type. Type = '7'
 RegistrySearchValue failed: 'SOFTWARE\Microsoft\Microsoft SQL Server',
 HRESULT 0x8000400
Like MSI, Burn doesn't support getting the value of a multi-sz string. 
However, if all you want to do is check whether the registry value 
exists, use @Result=exists.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-15 Thread Bob Arnson
On 15-May-12 06:34, Pally Sandher wrote:
   at 
 Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase(Output output, String 
 databaseFile) in e:\delivery\Dev\wix36_public\src\wix\Binder.cs:line 1582
Definitely a bug, please file. Workaround is to not suppress .wixpdb output.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-15 Thread Bob Arnson
On 15-May-12 10:53, Pally Sandher wrote:
 Done -  
 https://sourceforge.net/tracker/?func=detailaid=3526942group_id=105970atid=642714
Thanks. Fixed for Monday's build. I am curious, however: Why do you 
suppress .wixpdb generation? Is it a question of perf?

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] light.exe error when merging VC100 merge modules for both x86 and x64

2012-05-14 Thread Bob Arnson
On 11-May-12 04:53, Gareth wrote:
 Hi Bob, thanks for your input, but why would it ever be necessary to include
 32-bit merge modules in a 64-bit package?
When you have a 64-bit component like a shell extension but everything 
else is 32-bit. MSI doesn't support a 32-bit package with 64-bit components.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] light.exe error when merging VC100 merge modules for both x86 and x64

2012-05-10 Thread Bob Arnson
On 08-May-12 11:45, Gareth wrote:
 Up until now I have been able to merge VC90 merge modules of both x86 and x64
 varieties into the same package without any problem.
That's legal in an x64 package only.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Image PushButton Help

2012-05-10 Thread Bob Arnson
On 07-May-12 09:51, Dmuller720 wrote:
 But the question is still, can someone help me get a picture as the image
 for a rectangular button?
Use @Bitmap=yes and @Text=Binary/@Id of bitmap.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX support for (gulp!) WinNT4

2012-05-05 Thread Bob Arnson
On 02-May-12 11:51, Quinton Tormanen wrote:
 The schema is 200, and when built back in 2010 using the same source 
 and toolset it worked up until the path validation. 
Are you using the same OS on the build machine?

 MSI (c) (88:6F): Note: 1: 2203 2: rmcwin.msi 3: -2147286779
 MSI (c) (88:6F): MainEngineThread is returning 1620

-2147286779 is STG_E_OLDDLL, which means The compound file %1 was 
produced with a newer version of storage. It's possible a newer OS or 
OS component is creating the .msi file in a way that can't be read on 
NT4. I've never heard of that before but then NT4 isn't exactly a common 
target in 2012...

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Pass data into localization wxl file

2012-05-05 Thread Bob Arnson
On 02-May-12 04:22, Kristjan Laane wrote:
 I looked at the docs for the Product element and it is not clear to me from
 this URL whether the Name property, for instance, is formatted or not:
It turns into the ProductName property, which cannot itself contain 
property references.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Image PushButton Help

2012-05-05 Thread Bob Arnson
On 04-May-12 16:00, Dmuller720 wrote:
 I assume that the ImageSource attribute is what I want to use, but I am not
 sure.
 However, the ImageSource is not recognized and causes an error.

It's not part of any version of WiX I'm aware of. Where did you see it?

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] building a custom bootstrapper application from wixstdba

2012-05-01 Thread Bob Arnson
On 30-Apr-12 10:17, jean claude klodjan wrote:
 - is it possible to generate abal:WixStandardBootstrapperApplication/
 element, which would use a custom BA.dll ?
Yes. It's permitted under a BootstrapperApplicationRef element, so 
you'll need a separate BootstrapperApplication for your custom BA.

 - is it possible to generate aBootstrapperApplication
 SourceFile=customBA.dll  element, which would transmit information in a
 manifest node similar to /BootstrapperApplicationData/WixStdbaInformation
 ?
Yes. See ext\BalExtension\wixlib\wixstdba.wxs in the WiX source for how 
WixStdBA does it.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundle failing to build after upgrading to latest release (3.6.2823)

2012-05-01 Thread Bob Arnson
On 30-Apr-12 11:10, Pally Sandher wrote:
 Unfortunately still happens with 3.6.2328.0.
Heath's fix came in v3.6.2830.0.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX support for (gulp!) WinNT4

2012-05-01 Thread Bob Arnson
On 01-May-12 11:17, Rob Mensching wrote:
 I bet you're using the WixUI and that has a custom action in it to verify
 paths. You'll have to hack that out (basically, create your own UI) to get
 it all to run on NT4.
See wix.chm on WIXUI_DONTVALIDATEPATH for how to skip validation.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Pass data into localization wxl file

2012-05-01 Thread Bob Arnson
On 28-Apr-12 17:03, Kristjan Laane wrote:
 Thanks for the info Bob - but what determines whether a localized string is
 formatted or not?
Whether it appears in a field that's documented as being formatted. Many 
fields are but some are required to be string literals and aren't 
formatted, so properties aren't evaluated.

 I just tried $(sys.CURRENTDIR) and that is not evaluated either!
That is a preprocessor variable; localization strings are processed much 
later than the preprocessor.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths

2012-05-01 Thread Bob Arnson
On 01-May-12 19:18, Uma Harano wrote:
 But the way I want it to work is as follows:
 My media has a Setup.exe. At this level, I have a support folder that 
 contains the msi package that I want to bootstrap. So I want the Setup.exe to 
 launch the msi from this Support folder.
Burn doesn't work that way. It always caches packages, though you can 
use Cache=no to tell Burn to delete the cache after installation.

 Also, when I compile to create the bootstrapper in Wix, the only way it will 
 compile is if I have Support folder in the same location of the wxs file. If 
 not, I get a compile error (same as the one below).
You can use several techniques to specify where the build finds files. 
See wix.chm for How To: Specify source files.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] RegistrySearch value created by first msi as input to second msi in chain

2012-05-01 Thread Bob Arnson
On 01-May-12 16:34, Brian C wrote:
I have what appears to be a simple chained install using burn, where I 
 would like to do a RegistrySearch to read a key created by the first msi, and 
 use that to install the second msi to a subfolder of that location.
Burn doesn't support that today. All searches are done before beginning 
the apply phase.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstapper hangs

2012-04-28 Thread Bob Arnson
On 28-Apr-12 16:07, Alexander Lamaison wrote:
 I'm trying to create a custom no-UI bootstrap application by
 subclassing CBalBaseBootstrapperApplication.  It gets as far as my
 OnStartup method but then hangs.
What are you doing in OnStartup? How are you calling Detect?

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundle fails on WIN2K machine .exe is not a valid Win32 application

2012-04-28 Thread Bob Arnson
On 28-Apr-12 08:08, Alexander Lamaison wrote:
 Is there a way round this?  Can I easily compile the bootstrapper
 application myself with VS 2005?
You'd have to do the same thing to all of Burn too.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Pass data into localization wxl file

2012-04-28 Thread Bob Arnson
On 28-Apr-12 07:20, Kristjan Laane wrote:
 But I could not get the property to work as well: !(loc.Message_Foo) still
 returns the static unevaluated string for me, being literally Foo blah blah
 [Property1].
That means you're trying to use properties in a string that isn't formatted.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - Uninstall from programs features causes reinstall of WiX built MSI package

2012-04-27 Thread Bob Arnson
On 27-Apr-12 10:32, Pally Sandher wrote:
 I'm quite happy to use the cutting edge (in some ways it's preferable) but I 
 get a little irked when things I've been led to believe are the standard ways 
 of doing things with Windows Installer by yourself  other WiX 
 contributors/developers are circumvented by an application trying it's best 
 to help the user. Not all users need the help  sometimes it can do the exact 
 opposite to what the user wants when it tries to help.
Huh? What things? You've posted many Burn-related questions/issues 
over the past few days but without a lot of detail about what you expect 
to happen. Logs are a necessary but not sufficient tool.g

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-25 Thread Bob Arnson
On 25-Apr-12 10:06, Pally Sandher wrote:
 Why is it attempting to uninstall the patch when the condition is false  the 
 patch has AllowRemoval=no?
Because Burn always attempts to uninstall a package that's present when 
its install condition is false, and Burn doesn't know the patch is 
permanent. You can file a feature request to change either of those 
facts or consider using patch applicability instead of install 
conditions to control the patch installation.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundle failing to build after upgrading to latest release (3.6.2823)

2012-04-25 Thread Bob Arnson
On 25-Apr-12 11:45, Pally Sandher wrote:
   Microsoft (R) Windows Installer Xml Linker version 3.6.2823.0
   Copyright (C) Microsoft Corporation. All rights reserved.
 light.exe(0,0): error LGHT0001: An item with the same key has already been 
 added.
   Exception Type: System.ArgumentException
That's bad. Can you unzip the .pdbs into your WiX directory to get line 
numbers and file a bug?

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn feedback

2012-04-23 Thread Bob Arnson
On 22-Apr-12 17:06, Neil Sleightholm wrote:
 That isn't the way it is coded,
I coded it, so I'm familiar. I didn't know about the support for a 
license-less BA, so I didn't code for that possibility.

-- 
sig://boB
http://joyofsetup.com/


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn feedback

2012-04-23 Thread Bob Arnson
On 23-Apr-12 07:04, Pally Sandher wrote:
 SuppressOptionsUI=yes hides the Options button. Cheers Bob (although if 
 there was documentation for BalExtension...).
There is, at least for WixStandardBootstrapperApplication Element (Bal 
Extension). It doesn't seem to be getting on the Web site for some 
reason, but it's in the .chm.

 Running the generated burn executable with /passive or /silent still runs the 
 .NET 4.0 client profile installer with full UI because there's no Attribute 
 in the ExePackage element to specify InstallCommand only for the /passive  
 /silent options launch commands. Setting the InstallCommand attribute is a 
 global option.
Ah. Seems a reasonable request.

-- 
sig://boB
http://joyofsetup.com/


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn feedback

2012-04-22 Thread Bob Arnson
On 19-Apr-12 12:34, Pally Sandher wrote:
 The bal:WixStandardBootstrapperApplication/@LicenseUrl attribute's value 
 cannot be an empty string.  If you want the value to be null or empty, simply 
 remove the entire attribute.
 The bal:WixStandardBootstrapperApplication element must have a value for 
 exactly one of the LicenseFile or LicenseUrl attributes.
bal:WixStandardBootstrapperApplication is basically just sugar to set 
the underlying WixVariables. If you don't want them, don't use 
bal:WixStandardBootstrapperApplication.
 There's no (easy) way to hide this button which I've found so far.
bal:WixStandardBootstrapperApplication/@SuppressOptionsUI

 Quiet/passive and silent install modes would be nice (dotnetinstaller 
 supports these).
/passive
/silent

-- 
sig://boB
http://joyofsetup.com/


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Burn Theme problem for WixStandardBootstrapperApplication

2012-04-02 Thread Bob Arnson
On 01-Apr-12 16:56, Wesley Manning wrote:
 I'm using WixStandardBootstrapperApplication.HyperlinkLicense and have 
 created a custom theme by modifying the hyperlinklicence theme xml file.  I 
 found when I try to put an image inside the installPage  element the 
 image is shown in the Modify setup page.  The image does not show up in the 
 progress page, though.
Please open a bug and attach your theme file and a screenshot.

-- 
sig://boB
http://joyofsetup.com/


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] upgrade didn't remove the earlier product from ARP

2012-04-01 Thread Bob Arnson
On 29-Mar-12 07:31, Kyle Lee wrote:
 However, if I upgrade Office from Office 2003 to Office 2007 and then
 perform the MSI upgrade, not only Word 2003 feature / Word 2007 feature
 were installed, but also there are two entries (MyProduct v1.0 and
 MyProduct v2.0) in ARP. If I tried to uninstall v1.0 in ARP, it seemed to
 uninstall it, but if I refresh ARP, v1.0 re-appears, so I couldn't even
 uninstall v1.0.
http://www.joyofsetup.com/2008/05/16/make-sure-features-are-always-enabled-so-they-can-be-removed/

-- 
sig://boB
http://joyofsetup.com/


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Burn LogoFile doesn't work on Windows XP

2012-04-01 Thread Bob Arnson
On 01-Apr-12 05:57, Milan Kaše wrote:
 Try to use PNG image format for the LogoFile instead of the ICO format.
Yep: LogoFile uses GDI+ to load the image and GDI+ doesn't support icons.

-- 
sig://boB
http://joyofsetup.com/


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Multi-language installer

2012-03-13 Thread Bob Arnson
On 13-Mar-12 10:26, Dave Mateer wrote:
 99.9% of the payload in my installer is the same between the various 
 languages.

The canonical way is to have one language-neutral installer and n 
language-specific installers.

 Is there any way to officially do this without duplicating the content? I 
 have four languages to support, and the content is over 400 MB, so it would 
 be a real waste to create four separate installers.

Another approach is to isolate language-neutral content into a shared 
external .cab file, so you have n installers but no duplicated content.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install 3.6 on clean VM

2012-02-27 Thread Bob Arnson
On 17-Feb-12 05:07, Tobias S wrote:
 d) Is there a bug or is it not completely implemented ?
Yes, there are bugs, already filed.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Dialog templates?

2012-02-27 Thread Bob Arnson
On 27-Feb-12 10:50, victorwhiskey wrote:
 So is there a way I can define the font size and color for
 title/subtitle/description...? and have all dialogs use that?
No, but you can use TextStyle to change font size and color.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Licensing revisited

2012-02-27 Thread Bob Arnson
On 27-Feb-12 11:29, Rob Mensching wrote:
 I am not a lawyer so my comments cannot provide you legal advice but my
 legally uneducated understanding of the license is that the output of the
 tools is not OSS.
Of course, any use of a WiX extension or Burn includes code licensed 
under the CPL...

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn command line parameters

2012-02-27 Thread Bob Arnson
On 27-Feb-12 15:57, David L. Beckwith wrote:
 MyBA.exe WIN8=1

 and

 MsiProperty Name=WIN8 Value=

 How do I get it into Value?
The command line is passed to the BA in the command 
(BOOTSTRAPPER_COMMAND.wzCommandLine in C++).

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] dark and custom UI

2012-02-15 Thread Bob Arnson
On 10-Feb-12 12:03, David McCabe wrote:
 I'm having a few problems with dark. The MSI I'm attempting to decompile was
 built with WiX 3.5 and a modified form of WiXUI_InstallDir, by copying
 WiXUI_InstallDir.wxs into aUI  section and modifying:
Did you keep the WixUI_Mode property? The UI extension uses that 
property during decompilation and will suppress all output that matches 
the native WixUI set.

-- 
sig://boB
http://joyofsetup.com/


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Very simplest bundle not working

2012-02-15 Thread Bob Arnson
On 15-Feb-12 10:15, Rob Mensching wrote:
 File a bug, but I'm not exactly sure how to investigate. I'm (obviously)
 not seeing the same problem.  And if you're installing the WiX toolset,
 then you aren't either (at least once).smile/
Both bugs involve per-user packages...

-- 
sig://boB
http://joyofsetup.com/


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Very simplest bundle not working

2012-02-15 Thread Bob Arnson
Please add that to the bug...

On 15-Feb-12 11:57, Peter Hull wrote:
 I've done a bit of playing around and it seems to be linked to install 
 conditions, i.e. if I change my bundle's chain to
  Chain
  MsiPackage Id=one SourceFile=install.msi Compressed=yes 
 InstallCondition= 1  /
  MsiPackage Id=two SourceFile=install.msi Compressed=yes 
 InstallCondition= NOT 1  /
  /Chain
 it works, even with these 'silly' conditions.


-- 
sig://boB
http://joyofsetup.com/


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error creating a bundle with a colon in the name: error LGHT0001: length cannot be less than zero

2012-02-09 Thread Bob Arnson
On 09-Feb-12 12:22, Sam Morris wrote:
 doesn't replace any colons already in the Prefix attribute, so later on
 the Binder gets confused when it splits the string on colon
 characters...
Yep, not good.

 I can file this as a bug if someone can add me to the project (sf
Anyone can file bugs.

-- 
sig://boB
http://joyofsetup.com/


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Included reference pulls in WixUI_Advanced

2012-02-08 Thread Bob Arnson
On 06-Feb-12 17:08, Derrick Brown wrote:
[Show Dialog=InstallDirDlg 
 After=WelcomeDlg]UPGRADING_OLDER_PRODUCT AND NOT 
 INSTALL_LOCATION_FOUND[/Show]

You can't use Show for that; once the first modal dialog is shown, you 
have to publish control events to manage the back/next flow.

-- 
sig://boB
http://joyofsetup.com/


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] BootstrapperApplication.DetectMsiFeature not fired

2012-02-08 Thread Bob Arnson
On 06-Feb-12 06:44, Alexander Krivács Schrøder wrote:
 I'm using the WiX v3.6 Beta (v3.6.2221.0) here. This functionality has worked 
 before, but now, the DetectMsiFeature event does not fire at all upon calling 
 Engine.Detect().

Did you set MsiPackage/@EnableFeatureSelection?

-- 
sig://boB
http://joyofsetup.com/


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] exit code for msu packages

2012-02-08 Thread Bob Arnson
On 08-Feb-12 22:47, Grant Samuels wrote:
 I noticed support has recently been added for the ExePackage/ExitCode
 in order to provide some control in a reboot scenario, there is
 currently no option for MsuPackage/ExitCode.

Because MSUs return standard exit codes: 
http://technet.microsoft.com/en-us/library/cc720442%28v=ws.10%29.aspx

-- 
sig://boB
http://joyofsetup.com/


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Using burn to install the same package in two different locations

2012-02-08 Thread Bob Arnson
On 07-Feb-12 10:29, Christian List wrote:
 My first burn installer installs:
 msi package A to location 1
 msi package B to location 1

 My second burn installer installs:
 msi package A to location 2
That won't work: The product is already installed so Burn won't install 
it again.

-- 
sig://boB
http://joyofsetup.com/


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn without UI

2012-01-31 Thread Bob Arnson
On 31-Jan-12 09:12, Alexander Lamaison wrote:
 Is it possible to have a bootstrapper made with burn that doesn't show any UI?
The WixStdBA supports the /silent switch for no-UI installations.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Visual C++ 2010 Merge Module

2012-01-27 Thread Bob Arnson
On 27-Jan-12 04:14, Joost van Zoest wrote:
 I have made an installer in WIX which embeds 2 merge modules: the
 Microsoft_VC100_CRT_x86.msm merge module, and my own module (let's call
 this one MyMergeModule.msm for now).  When I embed the VC merge module
 before MyMergeModule, I get a lot of warnings that some actions can not
 be merged from MyMergeModule.msm.
Such as?

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install 3.6 on clean VM

2012-01-27 Thread Bob Arnson
On 27-Jan-12 07:00, Neil Sleightholm wrote:
 To help me provide some more information on this bug (no text on install UI) 
 could someone let me know what is required on Windows 7 to enable the UI to 
 work?
.NET v4

 I am assuming there is something as the same UI does not appear the same on 
 Windows XP.
Er...what do you get on XP?

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install 3.6 on clean VM

2012-01-27 Thread Bob Arnson
On 27-Jan-12 12:53, Neil Sleightholm wrote:
 On XP you get a UI that looks like the standard BA UI - although my XP 
 machine didn't have .Net4 on it.
Ah, yes, that's the WixStdBA in pre-req mode. Any managed BA gets it to 
bootstrap .NET 4.0 if necessary before trying to load the managed BA 
assembly.

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundled Installer Not installing under ALLUSERS

2012-01-27 Thread Bob Arnson
On 27-Jan-12 09:55, DuBois, Joseph wrote:
 As you can see from the snipet below I am attaching the ALLUSERS to the 
 individual packages, but not sure how to attach it to the BUNDLE.
MsiProperty Name=ALLUSERS Value=1/
Right but if WiX, while building the bundle, thinks that all your 
packages are per-user, it will make the bundle per-user as well. It 
looks for ALLUSERS in the package, not as properties in the chain. As 
Blair points out, you can use MsiPackage/@ForcePerMachine to tell Burn 
it is (or will be, in this case) a per-machine package. But in general, 
getting a single package that supports both per-user and per-machine 
correctly is tough; if possible, I recommend making the package 
per-machine using Package/@InstallScope=perMachine.

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Struggling to get bal:Condition to work (wix burn)

2012-01-26 Thread Bob Arnson
On 26-Jan-12 11:18, Boyd Ludlow wrote:
 I know that a bug currently exists when using burn that it errors rather
 than asking for elevated rights.
What bug is that?

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX - Issue with filenames that have two $$ in them.

2012-01-26 Thread Bob Arnson
On 25-Jan-12 21:52, Josh Suereth wrote:
 Actually, I caught the pre-processor docs.  Replacing every $ with $$
 works.  I just had to get my regex replacement correct.  Sorry for the bum
 email.
I think it's still a bug. $ introduces a preprocessor variable reference 
but $$ should be necessary only when it's followed by a left-paren.

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundled Installer Not installing under ALLUSERS

2012-01-26 Thread Bob Arnson
On 26-Jan-12 15:02, DuBois, Joseph wrote:
 Have aBundle which is installing severalMsiPackage(s) which we have set 
 theMsiProperty Name=ALLUSERS Value=1/  to load the individual packages 
 under all users, but it isn't installing the Bundle itself under ALLUSERS.
If your packages are all per-user the bundle will be per-user as well. 
Is there a reason you're not putting ALLUSERS in the packages themselves?

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] global property set in server is not passed to the client

2012-01-26 Thread Bob Arnson
On 26-Jan-12 14:37, T. Kuro Kurosaka wrote:
 I thought properties named with all uppercase letters are in
 global effect, and passed between the server and the client, back and
 forth.
It's one-way only, client to server. There's no way to set a property in 
the server and have it available for the exit dialogs.

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Bootstrapping Issues

2012-01-25 Thread Bob Arnson
On 25-Jan-12 17:50, Andrew Collier wrote:
 I'm trying to build a bootstrapper msi but I'm running into issues: Does 
 anyone know what I'm doing wrong?
Does it work if you use MSBuild? There's a bootstrapper project template 
for Visual Studio.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundle registers itself as separate product and can't be removed - 3.6.2520 problem only

2012-01-25 Thread Bob Arnson
On 25-Jan-12 03:37, Peter Bulyaki wrote:
 One of the many requirements towards our installer is that
 the bundle installer itself should not be a separately installed product -
 only the MSIs.
See the Bundle element doc:

DisableRemove   YesNoType wix_xsd_simple_type_yesnotype.htm   Determines 
whether the bundle can be removed via the Programs and Features (also 
known as Add/Remove Programs). If the value is yes then the 
Uninstall button will not be displayed. The default is no which 
ensures there is an Uninstall button to remove the bundle. If the 
DisableModify attribute is also yes or button then the bundle will 
not be displayed in Progams and Features and another mechanism (such as 
registering as a related bundle addon) must be used to ensure the bundle 
can be removed.



 Our management wants that 1. and 2. should leave the target computer in
 exactly the same state (which means no bundle installed in ARP as a
 separate product).
Burn does not support that scenario.

 Users will have to uninstall each of the 7 products
 individually in both cases.
And that's the reason why: Burn prevents users from having to uninstall 
multiple packages by hand, instead of automating and handling 
dependencies and uninstall order.

-- 
sig://boB
http://joyofsetup.com/

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WIX - Issue with filenames that have two $$ in them.

2012-01-25 Thread Bob Arnson
On 25-Jan-12 11:46, Josh Suereth wrote:
 I'm trying to bundle up Scala's documentation using WIX.   Right now, the
 light program is exiting with error LIGHT0083 that it can't find the files
 I'm bundling.  I have a file named Utility$$Escape$.html and it's
 printing in the error message that its source path is Utility$Escape$.html
Oops. Yeah, please open a bug on SourceForge.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn: patch for bundle

2012-01-25 Thread Bob Arnson
On 25-Jan-12 04:15, Vadym Verba wrote:
 Here is usecase: I have old v1.0 bundle installed and new patch bundle with
 patches only (totally new bundle with new upgrade code or with the same
 one?).

You'll have to do some additional work to associate the bundles. I 
haven't done it, so I'm not sure of the exact procedure, but see the doc 
for the RelatedBundle element.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Signing the burn bootstrapper

2012-01-25 Thread Bob Arnson
On 24-Jan-12 15:09, Paul Fazio wrote:
 However, when I attempt to install I get the following error: Setup 
 failed while installing the MSIs. Unspecified error. 

Where? The Burn log will have additional details, like an error code.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn: patch for bundle

2012-01-24 Thread Bob Arnson
On 24-Jan-12 10:02, Vadym Verba wrote:
 I have a small but a very vital question: how to patch bundle?
Build a new bundle that contains the patches, either by themselves or 
with the original packages.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundle registers itself as separate product and can't be removed - 3.6.2520 problem only

2012-01-24 Thread Bob Arnson
On 24-Jan-12 07:14, Peter Bulyaki wrote:
 So I would rephrase my question: is there a way to install a bundle without
 registering it not only in Programs and Features, but in general with
 Windoes Installer as a separate product?
Bundles aren't MSI products. They need to run (and therefore be the 
entry point in ARP/PF) so they can clean up after being uninstalled.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] When install exe built with burn, UAC dialog says Unknown Publisher

2012-01-24 Thread Bob Arnson
On 24-Jan-12 05:11, scott.lang...@appsense.com wrote:
 I invoked MSBuild with the build project command from within the VS2010 IDE.

The Sign* targets don't run by default. Set the SignOutput property to 
true and call the Signing target.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] When install exe built with burn, UAC dialog says Unknown Publisher

2012-01-23 Thread Bob Arnson
On 23-Jan-12 10:29, scott.lang...@appsense.com wrote:
 And tried to override the Signxxx targets, but as far as I can tell, they 
 don't get called.

How did you invoke MSBuild?

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 0x80004005: Failed to initialize built-in variable value 'ProgramFilesFolder'.

2012-01-23 Thread Bob Arnson
On 23-Jan-12 05:36, Peter Bulyaki wrote:
 I am not allowed to comment on the bug so should I file this as a new one?
I re-opened it; please add your results.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installer hanging while doing FileCost - ID: 2951181

2012-01-23 Thread Bob Arnson
On 23-Jan-12 10:17, Dirk Kuypers wrote:
 I am just facing a similar problem like described in the ticket above.
See http://www.joyofsetup.com/2010/10/09/experimental-results-part-ii/.

-- 
sig://boB
http://joyofsetup.com/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Weekly Builds?

2012-01-22 Thread Bob Arnson
On 21-Jan-12 23:48, Sunny Li wrote:
 Just tried out the weekly build 3.6.2520, I think there is a bug in the
 wix.ca.targets.

Please file a bug.

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] difx extension and perMachine installs

2012-01-21 Thread Bob Arnson
On 17-Jan-12 17:16, Peter Hull wrote:
 I'd still like to hear if anyone has any comments on a per-user 
 install which includes a device driver - is it always better to do it 
 per-machine. 

Drivers are per-machine resources so a per-user installer that includes 
one can't offer the benefits of per-user installers (e.g., no UAC 
prompt) and can only complicate things (e.g., what happens when another 
user tries to install?).

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Updating from 3.6.1022 to v3.6.2221 result in Error 1056.

2012-01-21 Thread Bob Arnson
On 17-Jan-12 05:58, Per Næsgaard Andersen wrote:
 [Mixed Platforms/Debug] [some 
 path]\Fls.Xxx.Install\Fls.Xxx.Install.wxs(58,0): error LGHT1056: The Property 
 table contains a row with primary key(s) 'MsiHiddenProperties' which cannot 
 be merged from the merge module '[some path]\Debug\Fls.Core.DB.Module.msm'.  
 This is likely due to collision of rows with the same primary key(s) (but 
 other different values in other columns) between the database and the merge 
 module.
Please file a bug.

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Signing the burn bootstrapper

2012-01-14 Thread Bob Arnson
On 13-Jan-12 01:41, Peter Hull wrote:
 Bob: would it be possible to have the burn engine signed (by Microsoft) in 
 the released WiX 3.6
That would mean that the UAC prompt would show Microsoft as the owner of 
your bundle.

 or have an option to specify the burn engine in the .wxs file - as I 
 understand it you currently have to sign the burn engine every time the 
 bundle is built, even though it's the same executable.
If that's a concern, you can replace the burn.exe in bin\x86 in your WiX 
drop.

-- 
sig://boB
http://joyofsetup.com/


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MergeModules being removed on upgrade

2012-01-14 Thread Bob Arnson
On 13-Jan-12 12:20, Schley Andrew Kutz wrote:
 My WiX installer removes the VC10 redistributable merge modules on upgrade.

Merge modules aren't atomic; their contents are mixed into the .msi. In 
this case, you're running into a known bug in MSI in how it deals with 
assemblies: 
http://blogs.msdn.com/b/astebner/archive/2007/02/08/assemblies-may-be-missing-from-the-gac-or-winsxs-cache-after-an-msi-major-upgrade.aspx.

-- 
sig://boB
http://joyofsetup.com/


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Possible bug in Lux

2012-01-14 Thread Bob Arnson
On 12-Jan-12 12:52, John Cooper wrote:
 Bug is 3473007.
Thanks; I'll take a look.

-- 
sig://boB
http://joyofsetup.com/


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] More than one transformation (.mst file) for Pyro.exe?

2012-01-14 Thread Bob Arnson
On 14-Jan-12 13:00, Ulrich Proeller wrote:
 When calling Pyro with more than one .mst file, I get an error message 
 Additional argument 'Setup_DE_2.0.0.0.wixmst' was unexpected.

 Can Pyro currently take more than one transformation or not?
Yes it can. What command line are you trying?

-- 
sig://boB
http://joyofsetup.com/


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Possible bug in Lux

2012-01-12 Thread Bob Arnson
On 10-Jan-12 17:48, John Cooper wrote:
 Test NVPPTb.SetEditNetTcpBinding.Header failed with unknown operation.

That's bad. But thanks for the repro! Can you file a bug on SF?

-- 
sig://boB
http://joyofsetup.com/


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Signing the burn bootstrapper

2012-01-12 Thread Bob Arnson
On 12-Jan-12 05:47, Nick Ball wrote:
 I haven't started using burn yet - but I'd like to - and signing will be an 
 issue for us. At the moment, I hand an unsigned MSI over to the release 
 manager for signing. He is the only person with access to the certificate. 
 Can we still do this with burn? From what I've seen of this discussion so 
 far, I must sign as part of the build process - something that will cause us 
 a bit of an issue. Is that right?

You can't just sign the final output; you have to sign the bits that 
make up the bundle. But you can make signing a separate project that 
uses WiX just to assemble the signed bits into a bundle.

-- 
sig://boB
http://joyofsetup.com/


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-12 Thread Bob Arnson
On 11-Jan-12 03:00, Ulrich Proeller wrote:
 The switch -sf in the pyro command was added the get rid of a duplicate key 
 error.

That's likely the root cause of your problem. Fix the underlying bug 
before trying workarounds.

-- 
sig://boB
http://joyofsetup.com/


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Minor Upgrade Patching - Preventing Downgrade

2012-01-07 Thread Bob Arnson
On 05-Jan-12 16:33, Hoover, Jacob wrote:
Is there a way of informing an end user that a patch is not valid (due
 to a newer patch all ready being applied)?

Check patch applicability. That's what Burn does. The 1.0.2 MSP won't be 
applicable to a 1.0.3 product.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Assembiles FROM the GAC

2012-01-07 Thread Bob Arnson
On 06-Jan-12 16:58, Daniel Sniderman wrote:
 These are SQL Server related DLL's - so I can't assume they will be on the 
 GAC of the target machine - and I'd like to simply continue to include them 
 as files in the MSI - i.e. I don't want to GAC them on the target machine.

You probably don't have a choice: Check your SQL EULA to determine what 
the rules are about redistributing their files.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Add/Remove Programs doesn't refresh sometimes

2012-01-07 Thread Bob Arnson
On 05-Jan-12 09:05, Bruce Cran wrote:
 From a verbose install log I see that MainEngineThread is returning 
 ERROR_SUCCESS_REBOOT_REQUIRED (3010) - I wonder if WI only checks for 
 ERROR_SUCCESS when determining if it should refresh the list, or not 
 the other ERROR_SUCCESS_* values? If so, would that be a bug? 

Sure. Good luck getting the Windows Shell team to change it.g

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI not elevating properly

2012-01-04 Thread Bob Arnson
On 04-Jan-12 10:30, Scharp, Craig wrote:
 I have a MSI with several dialogs including a choice of features.  It is 
 elevating privileges correctly (showing the UAC Popup) for my deferred 
 actions, but I can't seem to get it to popup before the welcome dialog.
MSI doesn't support elevated UI or immediate custom actions.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Can't find source code for WixUI_InstallDir.wxs

2012-01-04 Thread Bob Arnson
On 03-Jan-12 12:28, Alan Goode wrote:
 Thanks for the reply Rob,, but could you be a little more specific? Does
 that mean that I need to connect to source control using TortoiseSVN and
 download the source from there?
If you just want to look at the source (and not build it), use the 
sources .zip, e.g. 
http://wix.codeplex.com/releases/view/75656#DownloadId=296223. Else you 
need a Mercurial client, yes: 
http://www.joyofsetup.com/2010/06/28/wix-source-code-using-mercurial-and-tortoisehg-part-1/
 
http://robmensching.com/blog/posts/2010/7/19/WiX-Mercurial-TortoiseHg-and-the-command-line

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help Uninstall

2012-01-04 Thread Bob Arnson
On 03-Jan-12 10:07, abgrallyann...@free.fr wrote:
 I'm working with Wix 3.6,  Installation goes well, but I've an issue when I 
 try to uninstall.
 My detection process allows users to install (if package is absent) or 
 uninstall( if package is present). After the uninstallation, I launch my 
 installer in order to install again but my package is still present and 
 uninstallation runs twice.

 Looking to the two logs, the only difference is this line :
 [0B0C:0684][2012-01-03T15:50:39]: Setting string variable 
 'WixBundleOriginalSource' to value 'C:\MyPath\MyInstaller.exe'

Look at the MSI log for the failed uninstall; it will tell you why it 
didn't uninstall.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Are Visual Studio Add Item Wizards supported with Votive

2012-01-04 Thread Bob Arnson
On 03-Jan-12 17:15, Robert Brunhuber wrote:
 more time in debugging (the loading of) my wizard, I'd like to know if
 these wizards are supported in votive, or if anyone succeeded in
 creating one.
Votive uses MPF so inherits its support for wizards but doesn't add 
anything of its own.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Hiding the MsiRMFileInUse dialog

2011-12-31 Thread Bob Arnson
On 30-Dec-11 10:46, David P. Romig, Sr. wrote:
 How can I prevent the installer from raising the MsiRMFilesInUse dialog
 and always select Do not close the applications without user
 interaction?
See Using Windows Installer with Restart Manager in the MSI SDK.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - how to detect if .net framework is installed

2011-12-31 Thread Bob Arnson
On 27-Dec-11 13:51, Jacob Langston wrote:
 I am unable to specify PropertyRef except under a fragment node.  Is there
 a way to do the following in the bundle node?

 PropertyRef Id=NETFRAMEWORK35/

No. Those checks rely on running inside an MSI package, which isn't the 
case for a bundle. Ideally, we'd have parallel sets of checks, but it's 
a chunk of work nobody's taken on yet.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Possible bug in Lux

2011-12-31 Thread Bob Arnson
On 22-Dec-11 16:21, John Cooper wrote:
 In partial answer to my own post, it appears that the Value attribute can be 
 formatted for Property Value Tests, but cannot be formatted for Multi-Value 
 Property Tests and Name-Value Pair Property Tests.  Would be nice to allow 
 formatted values for this attribute for all tests.

Works for me. All tests follow the same code path so they should all 
support formatting. Can you post an example that doesn't work?

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Customizing the text in built-in dialogs

2011-12-31 Thread Bob Arnson
On 27-Dec-11 07:47, Neils Christoffersen wrote:
 I compile and install, but my custom message doesn't show up. It's
 still Copying new files. Am I missing something?

You need to add a UIRef Id=WixUI_ErrorProgressText / to pull in the 
default authoring, which you can then override.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-31 Thread Bob Arnson
On 22-Dec-11 08:23, Stelios Kyprou wrote:
 Ok it seems that Remove=ALL was not set for the following reason:
 One of the features had a conditional installation, as following:

http://www.joyofsetup.com/2008/05/16/make-sure-features-are-always-enabled-so-they-can-be-removed/

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Clickthrough project

2011-12-18 Thread Bob Arnson
On 12-Dec-11 07:43, Francois Human wrote:
 Where can I find documentation or a tutorial on how to use the Clickthrough
 Project?

ClickThrough is currently unsupported. It will come back in a new form 
in a future version of WiX.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX burn, uninstallation fails

2011-12-18 Thread Bob Arnson
On 14-Dec-11 16:01, Sunny Li wrote:
 [0AFC:05D0][2011-12-14T15:53:26]: Error 0x80004005: Failed to open
 container: WixAttachedContainer.
Known bug that's been fixed for the next build.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] When you create a diff patch of several previous releases, the delta can not be specified in the pyro.

2011-12-18 Thread Bob Arnson
On 14-Dec-11 02:52, Toru Takeguchi wrote:
 pyro -delta .\v1.3.0\patch.wixmsp -out .\v1.3.0\Product.msp -t RTM
 .\v1.3.0\Diff-v1.2.0.wixmst -t RTM .\v1.3.0\Diff-v1.1.0.wixmst

 pyro.exe : error PYRO0001 : The specified arguments are not within the range
 of valid values
 parameta managed
 Exception Type: System.ArgumentOutOfRangeException

Please file a bug and attach your .wixmsts so the right people can 
reproduce the problem. It might indicate a failure in the delta patching 
code in Windows but at least WiX should give a good error message and 
not throw an exception.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix bundle, turn off verbose logging for MSI

2011-12-18 Thread Bob Arnson
On 13-Dec-11 21:25, Sunny Li wrote:
 Is there anyway to turn off the verbose logging for the MSI's included in
 the WiX bundle?

No.

 If not, is there anyway we can log the msi errors into the bundle log?

MSI doesn't support that.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixStdba UI features

2011-12-18 Thread Bob Arnson
On 13-Dec-11 19:17, Ian Williams wrote:
 Is there any way I can keep the standard bootstrapper and get something like 
 selectable items?

No, WixStdBA doesn't support feature selection.

 I've looked at http://wix.sourceforge.net/manual-wix3/wixstdba_intro.htm, but 
 the completely customizing section is to-be-written.  Still, it's presence 
 implies that one can do more bundle-level UI work without needing to write 
 their own BA.
You can customize the look using a custom theme, but not the behavior.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn, ManagedBootstrapperApplication, SQL and Custom Detection

2011-12-11 Thread Bob Arnson
On 10-Dec-11 13:43, Roy Chastain wrote:
 Is there a mechanism to employ a custom detection in the Burn
 ManagedBootstrapperApplication that would affect the install/no install
 status of an ExePackage?
OnPlanPackageBegin lets you change the request state.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Can't use property expansion in Control-Publish

2011-12-11 Thread Bob Arnson
On 08-Dec-11 02:09, Nevskiy, Alexander wrote:
 On executing light.exe I got the following error:
 error LGHT0094 : Unresolved reference to symbol 
 'CustomAction:[CustomSerialValidateProp]' in section 
 'Product:{3E8964C7-5FA5-4740-A3D6-191E2043963C}'

 According to 
 http://msdn.microsoft.com/en-us/library/windows/desktop/aa368037(v=vs.85).aspx
  the argument field has type Formatted, so using property value should be 
 allowed. Is this a bug in WiX or I have error in my wxs?

Please file a bug; it should be possible (assuming MSI actually supports 
it).

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Building Burn

2011-12-11 Thread Bob Arnson
On 07-Dec-11 16:19, Brad Wildenborg wrote:
 and am using NAnt 0.91.  I'm mostly just after getting access to the Burn
 utility, so if anyone could help me get it built or link to where I could
 download a prebuilt version, that would be wonderful.
It's part of every WiX v3.6 build: x86\burn.exe. 
http://wix.codeplex.com/releases/view/75656

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Admin access for ICEs and NIT

2011-12-11 Thread Bob Arnson
On 06-Dec-11 12:35, Gary Gocek wrote:
 Is it correct to say that if LIGHT is allowed to run the internal
 consistency evaluators (ICEs, light runs them by default), and if NIT is
 used to run unit tests, that the account performing these actions requires

 admin rights? (WIX 3.5, Windows Server 2008 R2.)

No. A normal user can run Light, Nit, Smoke, et al. However, a service 
user requires additional permissions; the easiest way to make it work is 
to make the service user an admin.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Uninstall - MaintenanceTypeDlg, VerifyReadyDlg Dialog sequence is Shown Twice

2011-12-11 Thread Bob Arnson
On 07-Dec-11 11:29, Robert Hermann wrote:
 Anybody have any ideas 
Use Orca to look at the ControlEvent table.

-- 
sig://boB
http://joyofsetup.com/


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn + Launch Payload EXE after bootstrapp installation

2011-11-23 Thread Bob Arnson
On 22-Nov-11 03:18, ppremk wrote:
 2. How to launch a payload file (exe) after installing running the
 bootstrapper? I am using my own custom theme file and noticed that there is
 a launch button, I am not sure how to include a launch condition into that
 section.

Create a Variable named LaunchTarget that is set to the path of the file 
you want to launch.

-- 
sig://boB
http://joyofsetup.com/


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Enable ICMP usign WixFirewallExtension

2011-11-23 Thread Bob Arnson
On 18-Nov-11 05:26, Michael Stoll wrote:
 is it possible to enable/create a ICMP Firewall exception using
 WixFirewallExtension?

No, that's not supported.

-- 
sig://boB
http://joyofsetup.com/


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Indirect ComboBox Property

2011-11-23 Thread Bob Arnson
On 13-Nov-11 19:38, Keith Moore wrote:
 This dialog will result in an empty ComboBox list because theControl  
 property is referencing indirectly but in theComboBox  element I have no 
 way of dereferencing it.  Is this a bug or is there some syntax of which I am 
 not aware?

Looking at the MSI SDK for the ComboBox table, it doesn't look like it's 
supported.

-- 
sig://boB
http://joyofsetup.com/


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


<    1   2   3   4   5   6   7   8   9   10   >