This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- com.installshield.wizard.service.security.SecurityService missing from IAClasses.zip
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 16, 2013
08:48 AM
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
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
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2013
09:33 AM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2013
02:15 PM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 17, 2013
12:06 AM
Yes, and that too! 😄 Thanks for the heads-up!
