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

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.
Labels (1)
0 Kudos
(2) Replies
Yves_Kreis
Level 7

The same class exists in IA, you just need to select Project -> Java -> "Add service support for custom code".

Best Regards,
Yves
0 Kudos
janosh
Level 3

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? 😮
0 Kudos