Tagged Questions

0
votes
1answer
110 views

How to use InstallShield 2012 TrialWare feature with 64 bits application?

I'm trying to use trialware feature on my setup. Main application is a c# .net application which target any cpu (32 bits and 64 bits). So i created a pure win32 dll in c++ and wrapped it using ...