cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Snoopstah
Level 7

UpdateServiceRegisterProduct function removed

I notice that the flexnet functions have been removed in IS 2010.

how do I register my product on a flexnet if I cannot run these scripts?

I was previously executing the following script.


/* If this is not an uninstallation and FLEXnet Connect is enabled ... */
if( !REMOVEALLMODE && ENABLED_ISERVICES & SERVICE_ISUPDATE ) then
AddToLog("...Registering the produce with FLEXnet Connect");
// Set the update check interval to 30 days.
// TODO: If you want to register the product version specify something
// other than "" for the second parameter. Note that this can
// also be set in the IDE.
UpdateServiceRegisterProduct( PRODUCT_GUID, IFX_PRODUCT_VERSION, TRUE, 0 );
UpdateServiceSetHost( PRODUCT_GUID, HOSTURL );
UpdateServiceSetLanguage( PRODUCT_GUID, 0 );
UpdateServiceCreateEntryPoints();
endif;


I do not wish set the "Enable Flexnet connect" to Yes, as we already have the engine on the client pc. We just need to register a new product with this install so they can receive future updates.

I am using an Installscript MSI project, that is 90% script driven.
Labels (1)
0 Kudos
(1) Reply
SherylSikora
Level 6 Flexeran
Level 6 Flexeran

When we pulled this support from InstallScript projects, we made a new installer available to enable support. Please see the following KB article. It has the installer link at the bottom of the page:

http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q200158&sliceId=1&docTypeID=DT_HOWTO_1_1&dialogID=70213787&stateId=0%200%2070211811

Does this look like it would solve your issue?
(If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)
0 Kudos