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

com.installshield.wizard.service.security.SecurityService missing from IAClasses.zip

Hi,

I am working on an installer project created using InstallAnywhere. I want to check for user privileges on Windows and I found given below link for doing this job -

http://kb.flexerasoftware.com/selfservice/viewContent.do?externalID=Q112998

But I didn't find "com.installshield.wizard.service.security.SecurityService" package in IAClasses.zip.

Could anybody help me out that where can I find this package to include in my Java custom code.

Thanks in advance.

--Anirudh
Labels (1)
0 Kudos
(3) Replies
pv7721
Level 20

Yes, this is not part of the IA classes, I think that somewhere in the IA GUI you need to check a checkbox Add service support.
0 Kudos
scarney
Level 5

At the root of your InstallAnywhere installation is a resource directory. You need to configure path\to\InstallAnywhereRoot\resource\services\services.jar and path\to\InstallAnywhereRoot\resource\services\ppk\windowsppk.jar as dependencies.
0 Kudos
pv7721
Level 20

Yes, and that too! 😄 Thanks for the heads-up!
0 Kudos