cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mikespen
Level 2

Manually register application with flexnet connect

Hi everybody,

For our application we are really tight on size requirements and cannot include the Flexnet merge module in our installer.

However, it would be nice if we could add our product to the 'Software manager' if it already exists on the users machine.

Does anybody know if this is possible?

All help will be greatly appreciated.

Mike
0 Kudos
(1) Reply
chrishein
Level 2

Check on the API calls for Register. Mine looks kinda like:

MVSNClient11Lib.USAgent agt = new MVSNClient11Lib.USAgent();
MVSNClient11Lib.NotificationCollection NC;
String PC = "{GUID}";
agt.Register(PC, "3.00.0000", MVSNClient11Lib.LanguageCode.English, "", "Default", true, "");

If you're looking for Flexconnect on the computer check under Application Data in the All Users' section for:
C:\Documents and Settings\All Users\Application Data\Macrovision\FLEXnet Connect
This should be a good indication that it is installed already.

Chris
0 Kudos