Hi Technical gurus,
Am trying to create installer for my application(asp .net),i am using database scripts to create db related stuff for my application.Thi s is done as of now explicitly calling a vb script file that pops up a dialog to accepts dbname and server details.I just want to use this script as part of my installer,so that when my installer is run i need to get the inputs and pass it to my vb script file.Am trying with custom...