Re: [WiX-users] Locate a required file during an install

2007-03-15 Thread Chris.Rowland
, Chris Cc: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Locate a required file during an install No, I think that your @DllEntry should be set to "CheckLicenseFiles". On 3/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have the following

Re: [WiX-users] Locate a required file during an install

2007-03-15 Thread Chris.Rowland
e talking about? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson Sent: Thursday, March 15, 2007 10:15 AM To: Rob Hamflett Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Locate a required file during an install Did you set up the proper [EMAIL PROTECTED] at

Re: [WiX-users] Locate a required file during an install

2007-03-15 Thread Levi Wilson
On Behalf Of Rob Hamflett Sent: Thursday, March 15, 2007 10:02 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Locate a required file during an install No, Win32 should be right. I can't really see what the problem would be with your installer. Just as a sanity check, you do have a

Re: [WiX-users] Locate a required file during an install

2007-03-15 Thread Chris.Rowland
LicenseFilesFound = "true" > > > > I have noticed that in Visual Studio the source platform for the dll is > "Win32" as opposed to .NET. Could that be an issue? I'm entirely > unexperienced with the .NET platform. > > Thanks again, > Chris >

Re: [WiX-users] Locate a required file during an install

2007-03-15 Thread Levi Wilson
nvalidDirDlg">LicenseFilesFound = "false" > Value="SetupTypeDlg">LicenseFilesFound = "true" > > > > I have noticed that in Visual Studio the source platform for the dll is > "Win32" as opposed to .NET. Could that be an

Re: [WiX-users] Locate a required file during an install

2007-03-15 Thread Rob Hamflett
quot;true" > > > > I have noticed that in Visual Studio the source platform for the dll is > "Win32" as opposed to .NET. Could that be an issue? I'm entirely > unexperienced with the .NET platform. > > Thanks again, > Chris > -Ori

Re: [WiX-users] Locate a required file during an install

2007-03-15 Thread Chris.Rowland
o:[EMAIL PROTECTED] On Behalf Of Rob Hamflett Sent: Tuesday, March 13, 2007 12:47 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Locate a required file during an install Here's a sample of what you're (hopefully) looking for. As I understand it, you want the user to br

Re: [WiX-users] Locate a required file during an install

2007-03-13 Thread Rob Hamflett
Here's a sample of what you're (hopefully) looking for. As I understand it, you want the user to browse to a directory where getyour existing files are, and then you want to verify them. The attached include files are put together from a couple of our products, and have had the usual secret st