Re: [WiX-users] Access files in CustomAction without installing the files

2014-12-19 Thread Phil Wilson
If you leave the Component Id null. Windows will install the file but not track it, uninstall it or repair it. http://msdn.microsoft.com/en-us/library/aa368007(v=vs.85).aspx So you can use it and then remove it. The alternative is to stream the file out of the binary table, for which you could prob

Re: [WiX-users] Access files in CustomAction without installing the files

2014-12-19 Thread John Cooper
Yes, using the Binary Table. That's how sql:SqlScript does it. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message-