|
From: Derek C. <de...@us...> - 2006-07-21 05:59:45
|
The WiX IIS custom actions don't cover your needs? What will the external command do specifically? Derek _____ From: Eddie Tse [mailto:et...@tp...] Sent: Thursday, July 20, 2006 9:44 PM To: de...@us...; wix...@li... Subject: RE: [WiX-users] Path the file in Binary table I'm trying to deploy web services to an IIS site running Sharepoint along with some templates that will be loaded as documents into the Sharepoint library. Looks like just executing an external command would be easier then. Eddie _____ From: Derek Cicerone [mailto:de...@us...] Sent: Friday, 21 July 2006 10:18 AM To: 'Eddie Tse'; wix...@li... Subject: RE: [WiX-users] Path the file in Binary table You'd have to do it via your own custom action. What is your scenario? In general you should avoid custom actions because it's very difficult to write one properly/securely. Derek _____ From: wix...@li... [mailto:wix...@li...] On Behalf Of Eddie Tse Sent: Thursday, July 20, 2006 4:42 PM To: wix...@li... Subject: Re: [WiX-users] Path the file in Binary table I see, so say I want to use temporary files during install as part of a custom action, but don't want the files to be on the system after execution. Is there a built in way to do this? Or do I have to make my own custom action and perform its own extraction and cleanup? _____ From: wix...@li... [mailto:wix...@li...] On Behalf Of Bob Arnson Sent: Thursday, 20 July 2006 1:13 AM To: Eddie Tse Cc: wix...@li... Subject: Re: [WiX-users] Path the file in Binary table Eddie Tse wrote: Files in the Binary table get extracted by the installer to a temporary folder upon execution. Is there a way to get the full path to the temporary file using just an Id from the binary table? No. MSI extracts the files only for the duration of the custom action call. -- sig://boB http://bobs.org |