Re: [WiX-users] heat.exe registry harvesting: ProxyStubClassId

2010-10-06 Thread Jon W
conversely does not need to) write to the > registry (or anywhere else, for that matter), which is one part of what > makes self registration non-repeatable and unstable. By using heat to > harvest registry data, you simply move the self-registration step up from > the actual installa

Re: [WiX-users] heat.exe registry harvesting: ProxyStubClassId

2010-10-06 Thread Jon W
Yes, heat and tallow ran on win7 x64. Are there any written rules one must follow when trying to gather registry information? Must the machine be 32-bit, etc...? These are 32-bit c++ dlls. Thanks, Jon On Tue, Oct 5, 2010 at 10:10 PM, Blair wrote: > You don't say if the XP is 32 or 64 bit. You

[WiX-users] heat.exe registry harvesting: ProxyStubClassId

2010-10-05 Thread Jon W
When I use heat.exe v3, or tallow.exe to gather registry information on XP, I get the following data: When I use heat.exe v3, or tallow.exe to gather registry information on Win7 x64, I get the following data: Is there a reason for the missing ProxyStubClassId entry on Win7 x64? Thank

Re: [WiX-users] incrementally update a .wxs file in wix v3

2009-11-24 Thread Jon W
My apologies. There is a mallow for WiX v3 located at: http://www.x2systems.com/files/mallow_v3.zip On Tue, Nov 24, 2009 at 9:31 AM, Jon W wrote: > Is there a way to incrementally update a .wxs file with newly added > files when using WiX v3?  I could use heat.exe to re-read the >

[WiX-users] incrementally update a .wxs file in wix v3

2009-11-24 Thread Jon W
Is there a way to incrementally update a .wxs file with newly added files when using WiX v3? I could use heat.exe to re-read the directory contents to get the new files, but this changes all of the previously existing file guids. I was hoping for something like mallow in WiX v2 that had this opti

Re: [WiX-users] how to break up a large installer - transforms, etc?

2009-01-29 Thread Jon W
On Wed, Jan 28, 2009 at 8:35 PM, Bob Arnson wrote: > Jon W wrote: >> Has anybody succeeded at creating a transform that adds files? >> > > That's a patch. So, a patch is an acceptable way to install add-on products? Sounds a bit unorthodox. >> Should I create

[WiX-users] how to break up a large installer - transforms, etc?

2009-01-28 Thread Jon W
I have an existing product that I need to break out into a few individual products due to the large size. As such, I would like to have: Core.msi - The core product needed by other products Add_On1 Add_On2 The bootstrapper would contain and install Core.msi, then download and install one o

[WiX-users] which bootstrapper do you use?

2008-10-30 Thread Jon W
What are you using for a bootstrapper? I've been looking at the wix mailing list, and elsewhere, and it appears as though everybody uses something different. For example, setupbld, msbuild, 3rd party software, homegrown, etc... As a C++ app, I don't need any .net runtime libs, and would like the

Re: [WiX-users] vc9 mergemodule and long uninstallation times

2008-10-28 Thread Jon W
t; Don't know if you can avoid it. All I can do is confirm that the behavior is > exactly as expected. The CustomAction that does the slow scan is very, very > unfortunate. > > -Original Message- > From: Jon W [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2008 15:22

[WiX-users] vc9 mergemodule and long uninstallation times

2008-10-27 Thread Jon W
I am installing the Visual Studio 2008 (vc9) runtime libs by incorporating the vc9 mergemodule into my msi. The problem is as follows... If a user has multiple side-by-side installations and wants to uninstall an installation, then the msiexec process takes minutes when evaluating whether it can

Re: [WiX-users] schedule for WiX 3.0 beta -> release?

2008-08-22 Thread Jon W
> > 2. I'm quite certain that we'll declare WiX v3 stable (Production) before > end of year 2009. > > Note: I know of a great many teams at Microsoft that have shipped on WiX v3 > their products (for example, Office 2007 & VS 2008). Why is there a need for WiX to sit for another 1.5 years in b

Re: [WiX-users] EnableUserControl vs. SecureCustomProperties

2008-06-26 Thread Jon W
Would you be able to list some of the PUBLIC properties that would be propagated and not needed/wanted? It would be nice to know what may cause issues, and why. If the properties aren't used and don't affect the certain installers, then setting EnableUserControl=1 may work well for some developer

[WiX-users] EnableUserControl vs. SecureCustomProperties

2008-06-25 Thread Jon W
Regarding the Vista installation issue of public properties not being passed when the registry/domain settings are set to: HKLM and HKCU Software\Policies\Microsoft\Windows\Installer "AlwaysInstallElevated" (DWORD) to 1 Which of the following property settings is preferred? or, add publi

Re: [WiX-users] fixed font size in installer windows

2007-05-11 Thread Jon W
> > Does anybody know how to force the installer to keep its specified > > font size and not the user's font size? > > I sincerely hope you don't fine any such solution. I would never accept a > program to override my UI choices. After all, I'm the one running my computer > and deciding what pref

Re: [WiX-users] fixed font size in installer windows

2007-05-11 Thread Jon W
s. > > -- > Mike Dimmick > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jon W > Sent: 11 May 2007 18:22 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] fixed font size in installer windows > > Hi A

[WiX-users] fixed font size in installer windows

2007-05-11 Thread Jon W
Hi All. Is it possible to have a fixed font size for text within the installer windows that are not clobbered by the user's font settings? I already specify a font size, but certain user settings make the text get truncated. Thanks, Jon

Re: [WiX-users] anybody has tallow binary which can generateautomaticGUID's

2007-05-11 Thread Jon W
To automatically generate guids with tallow, use the "-gg" option that is hidden. i.e. tallow -gg -s My.dll On 5/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > More likely that my memory is fuzzy. I thought GUID generation only got > added in Heat, but I've been wrong plenty of ti

[WiX-users] tallow -reg issue

2007-04-04 Thread Jon W
I'm using Wix2.0 (4820) and the output produced by tallow -reg is causing bad behavior when installing. regcap.exe my.exe tallow -reg my.reg This produces the output: But, when installing the log file shows that the values are being written, then overwritten with empty valu

[WiX-users] registry entries within multiple components or in a single component

2006-12-27 Thread Jon W
Hi All. Should each registry entry be it's own component, or should it just be part of a single component from which the "keypath" is the file that contains the registy entries? I would like the add/remove programs repair to fix any registry entries that have been altered. Is there a benefit, or

Re: [WiX-users] Customizing the uninstall progress dialog.

2006-10-09 Thread Jon W
Is this what you are looking for? Download and run dark against an msi that has this functionality. . . . On 10/8/06, Alex Mendes da Costa <[EMAIL PROTECTED]> wrote: > Thanks for suggesting th

Re: [WiX-users] The unknown patching question

2006-07-14 Thread Jon W
> > The patching scenario is as follows: > > > > The product 1.0 is released. > > > > The patch 1.01.msp is released and built against 1.0. > > > > Another patch is needed, 1.02.msp. This patch is built against 1.0 so it > > would include all of the changes since the original release. (The plan i