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
- :
- Create user account?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 14, 2008
09:11 AM
Create user account?
Hi,
in InstallShield MultiPlatform there was a class
com.installshield.wizard.service.security.SecurityService.
This had a method createUser...
Now we are using InstallAnywhere 2008 and want to create a user on Windows.
Is there a equivalent class in IA?
Any hint is welcome.
in InstallShield MultiPlatform there was a class
com.installshield.wizard.service.security.SecurityService.
This had a method createUser...
Now we are using InstallAnywhere 2008 and want to create a user on Windows.
Is there a equivalent class in IA?
Any hint is welcome.
(2) Replies
‎Jan 14, 2008
11:36 AM
The same class exists in IA, you just need to select Project -> Java -> "Add service support for custom code".
Best Regards,
Yves
Best Regards,
Yves
‎Jan 15, 2008
08:14 AM
Yes, I found the class in the javadoc. 🙂
To compile my custom code I had to add resource\services\services.jar to the classpath. Is this the right jar, or should I use some of the jars in ppk?
UserSpecification.setGroups expected a String [] in ISMP. Now it expects a GroupSpecification [].
What has to be done to put a user into a group, when calling SecurityService.createUser? 😮
To compile my custom code I had to add resource\services\services.jar to the classpath. Is this the right jar, or should I use some of the jars in ppk?
UserSpecification.setGroups expected a String [] in ISMP. Now it expects a GroupSpecification [].
What has to be done to put a user into a group, when calling SecurityService.createUser? 😮