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

Why list of SQL Servers is Empty

Product is Installshield profesional 2010

I create new project InstallShield Project

i run this script.

SQLRTInitialize2();
SQLServerSelectLoginEx(databaseName, serverName, szUserName, szPassword, b);


list of SQL Servers is Empty.
when i click browse i don't see any SQL Server and local instance of SQL Server also

where is a problem ? 🙂

thank you in advance 🙂
Labels (1)
0 Kudos
(2) Replies
hidenori
Level 17

Please try the steps below, and see if the problem is reproducible:

[LIST=1]
  • Create a new InstallScript project.
  • Add a connection in the SQL Scripts view.
  • Build and run the setup.
  • 0 Kudos
    ivanfi
    Level 3

    think you. all work well : )

    hidenori wrote:
    Please try the steps below, and see if the problem is reproducible:

    [LIST=1]
  • Create a new InstallScript project.
  • Add a connection in the SQL Scripts view.
  • Build and run the setup.
  • 0 Kudos