Visual Studio 2010 WPF Visual Basic application

We are considering using your software to license ours. I have a question.

We develop in Visual Studio 2010 WPF Visual Basic. Our applications are desktop and are deployed online using ClickOnce. We do not have complete control over where the application gets installed on the User’s machine and thus have a concern about the Product.dat file.  Do you any experience with this and can you tell me how to set that up?
Hi ,

You don't need to worry about the location of Product.dat file.

If Product.dat is in the same folder as your binary than it automatically picks up the correct location. e.g.

SetProductFile(L"Product.dat");

The above statement, internally gets the absolute path of your application and appends it with Product.dat to generate the absolute path.