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
- :
- Re: SQL Server Select Login Dialog
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
‎Aug 25, 2014
01:19 PM
SQL Server Select Login Dialog
I have a installscript 2014 project. I have one sql script in this project and it displays the SqlServerSelectLogin(Ex)(2) dialog. I want to be able to modify the dialog code so if the user clicks on option create database the browse button for the catalog field is disable. I know that in the Behavior and Logic/ Installscript there is the Dialog Source and it lists all the dialogs so you can modify but does not show the sql server dialogs. So where is the code for this dialog if there are any or do i need to make a custom dialog and has anyone created one that is similar to the sqlServer dialog.
I am still learning Installshield
I am still learning Installshield
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 02, 2014
09:32 AM
I think this might be the source file you are looking for. Don't edit it directly, make a copy and use that:
C:\Program Files (x86)\InstallShield\2014\Script\Isrt\src\SQLServerSelectLoginDlg.rul
HTH
C:\Program Files (x86)\InstallShield\2014\Script\Isrt\src\SQLServerSelectLoginDlg.rul
HTH
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2014
09:29 AM
ch_eng wrote:
I think this might be the source file you are looking for. Don't edit it directly, make a copy and use that:
C:\Program Files (x86)\InstallShield\2014\Script\Isrt\src\SQLServerSelectLoginDlg.rul
HTH
Thats exactly what i am looking for. Thank you
