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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Not able to see in-built Custom actions belonging to ISNetAPI.dll like ISNetGetUsersN
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
Jan 23, 2017
02:41 PM
Not able to see in-built Custom actions belonging to ISNetAPI.dll like ISNetGetUsersN
I am not able to see Not able to see in-built Custom actions belonging to ISNetAPI.dll like ISNetGetUsersName What may be the reason ?
I am building a Basic MSI project using Installshield 2015
I am building a Basic MSI project using Installshield 2015
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 24, 2017
12:24 AM
Built-in Custom Actions are actually called "Standard Actions".
You can find the info about ISNetApi.dll and one way to use it at this web site.
http://stackoverflow.com/questions/8521065/validate-domain-user-password-in-installshield-setup
The DLL makes available some known properties and methods that you can access.
I hope that helps you. It's very similar to ISSQLSrv.dll.
Chad