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 ,
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");