Re: [WiX-users] Using a file from media in a custom action.

2011-03-08 Thread Tobias S
the Binary table if you need it before that, as long >> as it has no dependency issues and isn't enormously bloated. Why is >> including it twice a bad thing? >> >> Phil Wilson >> >> >> -Original Message----- >> From: Mark Tempel [mailt

Re: [WiX-users] Using a file from media in a custom action.

2011-03-08 Thread Mark Tempel
; From: Mark Tempel [mailto:mark.tem...@shavlik.com] > Sent: Monday, March 07, 2011 11:23 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Using a file from media in a custom action. > > Hello, > > I am in a situation where I need to use a file in a custom action th

Re: [WiX-users] Using a file from media in a custom action.

2011-03-07 Thread Wilson, Phil
nt: Monday, March 07, 2011 11:23 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Using a file from media in a custom action. Hello, I am in a situation where I need to use a file in a custom action that I am also laying down as part of the file set stored in the cab build into my MSI. I

[WiX-users] Using a file from media in a custom action.

2011-03-07 Thread Mark Tempel
Hello, I am in a situation where I need to use a file in a custom action that I am also laying down as part of the file set stored in the cab build into my MSI. Is there a way to get that file out of the cab from a custom action? I know I can include the file in the binaries table, but that woul