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
- :
- Custom Arguments
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
Feb 02, 2020
11:42 PM
Custom Arguments
Hi Everyone,
I need to pass the custom argument to setup for installation. Need to pass the SQL Connection as argument.
SQLServerSelectLogin2(szConnection,szSQLServer,svUser,svPassword,bvWindowsLogin,svICatalog,TRUE,TRUE);
Can anyone help me out from these.
thanks.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 03, 2020
03:50 AM
Run the installer silent with customer arguments . Need to pass the SQL arguments like DBname,DBConnection,Username,Password as arguments to the installer as silent