Re: [WiX-users] wix install on C:\Program Files and C:\Windows\System32 directory.

2010-09-14 Thread Andy Glass
http://www.tramontana.co.hu/wix/lesson1.php#1.2 There is an example of installing to "\Program Files\Acme\Foobar 1.0" -Original Message- From: Beekeeper [mailto:bria...@yahoo.com] Sent: Tuesday, September 14, 2010 11:11 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] wix

Re: [WiX-users] Question about the installer directory

2010-08-23 Thread Andy Glass
http://msdn.microsoft.com/en-us/library/aa371857%28VS.85%29.aspx Hopefully that will tell you if it is what you want. -Original Message- From: Dave DaveLists [mailto:dbfli...@gmail.com] Sent: Monday, August 23, 2010 1:54 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Que

Re: [WiX-users] External UI Handling FilesInUse

2010-08-11 Thread Andy Glass
--Original Message----- From: Andy Glass [mailto:agl...@laserfiche.com] Sent: Wednesday, August 11, 2010 11:55 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] External UI Handling FilesInUse This isn't technically a WiX question, but I figured there was no harm in

[WiX-users] External UI Handling FilesInUse

2010-08-11 Thread Andy Glass
This isn't technically a WiX question, but I figured there was no harm in asking: I've written a bootstrapper for our various products, one that uses MsiSetExternalUI to hook into the MSIs to retrieve error messages, progress, and the like (I've based off the example handler found here: http:/

Re: [WiX-users] Getting Progress of Rollback

2010-07-02 Thread Andy Glass
st be happening too fast for you to notice. On Fri, Jul 2, 2010 at 12:02 PM, Andy Glass wrote: > That is actually the code I'm basing off of. The problem is that after the > user cancels the installation and the handler returns IDCANCEL, > MsiInstallProduct immediately returns and t

Re: [WiX-users] Getting Progress of Rollback

2010-07-02 Thread Andy Glass
e that it has a section where it handles the progress and roll back. Look at: /* determine direction */ -James Poole On Thu, Jul 1, 2010 at 6:02 PM, Andy Glass wrote: > I realize that this isn't a WiX-specific question, but I figure someone > here may have run into the same issue: > >

[WiX-users] Getting Progress of Rollback

2010-07-01 Thread Andy Glass
I realize that this isn't a WiX-specific question, but I figure someone here may have run into the same issue: I've written a bootstrapper to install our msis, and am using MsiSetExternalUI to get the status updates/progress for the bootstrapper's UI. The problem is that when the installation

Re: [WiX-users] Patching a single component

2010-03-11 Thread Andy Glass
patch will contain all 11 components." - John Hopefully someone else will find this information helpful. -And -Original Message----- From: Andy Glass [mailto:agl...@laserfiche.com] Sent: Wednesday, March 10, 2010 3:30 PM To: General discussion for Windows Installer XML toolset. Subject:

Re: [WiX-users] Patching a single component

2010-03-10 Thread Andy Glass
mages table with an IgnoreMissingSrcFiles option that sounds like what you want: http://msdn.microsoft.com/en-us/library/aa372066(VS.85).aspx Phil Wilson -Original Message- From: Andy Glass [mailto:agl...@laserfiche.com] Sent: Wednesday, March 10, 2010 1:46 PM To: General discussio

[WiX-users] Patching a single component

2010-03-10 Thread Andy Glass
As part of my first foray into the world of patching, I have been tasked with creating hotfix patches for our product. As part of the daily build, the version numbers for all files in the product are incremented, but I only want to patch the specific files that were fixed as part of the hotfix.

[WiX-users] Upgrading to WiX 3, CNDL0005 error.

2009-07-23 Thread Andy Glass
Greetings all, I'm working up updating an installer from WiX 2 to WiX3. I've used WixCop to do most of the conversion, but I'm getting the following error: error CNDL0005 : The File element contains an unexpected child element 'util:PerformanceCounter'. The area in question is: I have

[WiX-users] MsiGetFeatureCost discrepancy

2009-07-07 Thread Andy Glass
I've been trying to make my own Custom Setup page in a bootstrapper. I'm using MsiGetFeatureCost to get the space required for each feature in various MSI files, but I've noticed that while the feature costs returned are reasonable (i.e. right order of magnitude), they do not agree with the num

Re: [WiX-users] (no subject)

2009-07-06 Thread Andy Glass
r XML toolset. Subject: Re: [WiX-users] (no subject) Did you look at MsiGetFeatureCost? Phil Wilson -Original Message- From: Andy Glass [mailto:agl...@laserfiche.com] Sent: Monday, July 06, 2009 9:06 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] (no subject) I'm

[WiX-users] (no subject)

2009-07-06 Thread Andy Glass
I'm writing a bootstrapper that will include multiple MSI files. I want to get the size that a given MSI file's installation will take up given a set of selected components, but I have been unable to find a good way to do so. I've tried using FileCost and its related standard actions, but have