Page 1 of 1

DRM on a VS Project

Posted: Fri May 20, 2016 11:44 am
by ddunford60
I have written a simple test app for DRM and I can' t get it to work.

Installaware X4 Developer edition
VS 2015 VB app compiled for "release"

What file, exactly do I select in the DRM dialog. None of the default directories have anything in them so I have to enter a path. Should the path lead to the build output of VS?
In my case it is "C:\Users\M08053\Documents\Visual Studio 2015\Projects\DRMTest\DRMTest\bin\Release\DRMTest.exe" or there another place?

Thanks

Re: DRM on a VS Project

Posted: Fri May 20, 2016 1:25 pm
by FrancescoT
it should be the application within the TARGETDIR of your IA project.

Regards