Errors when creating an Install
Posted: Tue Aug 16, 2005 11:19 am
Hi,
I have installed the trial version of InstallWare in order to create an installer. But I got some errors, where I'm unable to get reasons of unreasonable behave. I will list the problems that I had.
1) MS SQL: I have created some customs dialogs, one of them MSSQL dialog. During the installation, MSSQL dialog prompts user to enter the corresponding MSSQL info, but when I used the default instance_name as MSSQL Server name, it doesn't work; therefore, I made another solution. I added osql.exe file to the project and run it using RUN PROGRAM command, where osql.exe can establish the connection with MSSQL Server, MSSQL Username and MSSQL Password, and then assigning SQL-query. But sometimes it works correct and sometimes not. It is worth menthioning when I use command prompt of osql.exe, it always works correct.
2) My SQL: I have posted yesterday a topic, where I'm unable to get the value of variables inside inside MySQL plug-in, the answer was to update DLL file. http://www.installaware.com/forum/viewtopic.php?t=220
The question is, does it required to update MS SQL's DLL file, in order to be able to read values of variables inside MS SQL plug-in.
3) Dialog: The second problem is When the user enters incorrect MSSQL info, it will display an error message and go back to the MSSQL dialog. The problem in the dialog itself, where some of the MSSQL dialog's items are disappeared (i.e. no background, text fileds).
4) EditFile: I downloaded EditFile plug-in. In order to edit text file, the plug-in should be placed after Apply Install command. When the installation reach EditFile command, it displays a Brwoser window for folder asking to locate the original setup sources to continue operation? It's worth mentioning that both path and text file are correct!!
5) Edit INI file: also it's placed after the apply install command, but I found that the INI file doesn't modified after the installation is finished!! Again, both path and file name are correct.
6) Build setting: I got an error in
Build type, when I try to build "Copressed Single Self-Installing EXE"
, the error says: "Error during build: Unable to build setup files: Please restart IDE". It's worth mentioning that is the same error I get even when I restart IDE!!!
Thanks in advance,
Kind Reagrds,
Karim
I have installed the trial version of InstallWare in order to create an installer. But I got some errors, where I'm unable to get reasons of unreasonable behave. I will list the problems that I had.
1) MS SQL: I have created some customs dialogs, one of them MSSQL dialog. During the installation, MSSQL dialog prompts user to enter the corresponding MSSQL info, but when I used the default instance_name as MSSQL Server name, it doesn't work; therefore, I made another solution. I added osql.exe file to the project and run it using RUN PROGRAM command, where osql.exe can establish the connection with MSSQL Server, MSSQL Username and MSSQL Password, and then assigning SQL-query. But sometimes it works correct and sometimes not. It is worth menthioning when I use command prompt of osql.exe, it always works correct.
2) My SQL: I have posted yesterday a topic, where I'm unable to get the value of variables inside inside MySQL plug-in, the answer was to update DLL file. http://www.installaware.com/forum/viewtopic.php?t=220
The question is, does it required to update MS SQL's DLL file, in order to be able to read values of variables inside MS SQL plug-in.
3) Dialog: The second problem is When the user enters incorrect MSSQL info, it will display an error message and go back to the MSSQL dialog. The problem in the dialog itself, where some of the MSSQL dialog's items are disappeared (i.e. no background, text fileds).
4) EditFile: I downloaded EditFile plug-in. In order to edit text file, the plug-in should be placed after Apply Install command. When the installation reach EditFile command, it displays a Brwoser window for folder asking to locate the original setup sources to continue operation? It's worth mentioning that both path and text file are correct!!
5) Edit INI file: also it's placed after the apply install command, but I found that the INI file doesn't modified after the installation is finished!! Again, both path and file name are correct.
6) Build setting: I got an error in
Build type, when I try to build "Copressed Single Self-Installing EXE"
, the error says: "Error during build: Unable to build setup files: Please restart IDE". It's worth mentioning that is the same error I get even when I restart IDE!!!
Thanks in advance,
Kind Reagrds,
Karim