cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
guy_harel1
Level 3

Where is Win32RegistryService ?

In the MacroVision folder there is an html help file:
Win32RegistryService.html

But when I try to import the class:
import com.installshield.wizard.platform.win32;

the compiler complains the package does not exists.

I need to create registry key on windows. What's the best way to do this with IS 11.5 ?
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Please search this forum for "Win32RegistryService" for information about setting this up.
0 Kudos
guy_harel1
Level 3

Classpath
$A(IS_HOME)/distributables/platform/ext/windowsppk.jar;

Help
C:\Program Files\Macrovision\IS11.5MP\HelpLibrary\Windows-api\index.html

Import
import com.installshield.wizard.platform.win32.*;
0 Kudos