Loading
SqlLogin Dialog is Not working in modified time.
Hi

 

I am creating the installer (contains Feature1,feature2,feature3)with custom dialogs depend on his selection dialogs will showing. First time i installed feature1 and feature3.

 

after completion of install. running same setup.exe it is asking Modify or Repair or Remove , i selected Modify then i am showing feature dialog here i selected Feature2(this feature contains sqlscript) then i am showing sqllogin dialog. in that dialog i am giving server name , username and password then Click next , it will not going Next dialog. what is the Problem. but it is working in first install time.please help me.

 

Regards

 

Venkat.

  • 0_H Yamanishi (Flexera Software)

    Is it a Basic MSI or InstallScript MSI project? If so, please set 1 to the IS_SQLSERVER_DO_NOT_USE_REG Windows Installer property before the SQLLogin dialog is displayed and see if it solves your issue.

Loading
SqlLogin Dialog is Not working in modified time.