Re: [WiX-users] Temporary Directory

2006-08-04 Thread Bill Arnette
t.com/downloads/details.aspx?familyid=cd11be5a-c735-48d9- 9cdd-a6d211c2e1c1&displaylang=en > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Magus > Sent: Thursday, August 03, 2006 10:14 PM > To: wix-users@lists.sourceforge.net &

Re: [WiX-users] Temporary Directory

2006-08-03 Thread Magus
What I need done is to have Dsetup.exe to run. But it requires dsetup.dll and some .cab's. I keep getting an erro saying it doens't know where the dsetup.dll is. I thought of must making them components and just running a cleanup and deleting them after I used them but I am required not to do it

Re: [WiX-users] Temporary Directory

2006-08-03 Thread Derek Cicerone
Custom actions are extracted to Windows\Installer as they are run. Other binary entries are treated differently (they may not even be extracted to a temp location). In general, you cannot use any information about what MSI does with the binaries in your setup because it may change in the future.

Re: [WiX-users] Temporary Directory

2006-08-03 Thread Rob Mensching
Unknown. Not documented. Maybe nowhere... could be used straight out of the MSI. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magus Sent: Thursday, August 03, 2006 5:26 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Temporary Directory