Re: [WiX-users] Locating helper files to use outside Wix

2012-09-11 Thread Natalie Carr
Thanks Jacob and Peter, Your link is a great help..:) -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 10 September 2012 14:59 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Locating helper files to use outside Wix This

Re: [WiX-users] Locating helper files to use outside Wix

2012-09-10 Thread Peter Shirtcliffe
...@greenheck.com] Sent: 10 September 2012 14:45 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Locating helper files to use outside Wix You'd need to put it in the Binary table, and then extract it in your custom action before interacting with it. It's easy eno

Re: [WiX-users] Locating helper files to use outside Wix

2012-09-10 Thread Hoover, Jacob
payload. Jacob -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Monday, September 10, 2012 8:21 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Locating helper files to use outside Wix Oh if you could let me know as

Re: [WiX-users] Locating helper files to use outside Wix

2012-09-10 Thread Steven Ogilvie
Oh if you could let me know as well :) STeve -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: September-10-12 6:46 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Locating helper files to use outside Wix Hi I would like to have a file in the

[WiX-users] Locating helper files to use outside Wix

2012-09-10 Thread Natalie Carr
Hi I would like to have a file in the ProjectDir that does not get installed but it helps with the installation. I need to call this file in a C++ Custom Action, where would I locate it? Is there a such a directory/property? Kind Regards, Natalie Carr ---