NewsArchive
04-14-2010, 01:09 AM
Hi,
somehow I can not get my install script working so that
..net frame 2 is installed before sql2005 express.
I am using this piece of script:
Set Variable %DOTNET2% to FUNCTION:Get System Info(.NET Status) for
"$NET_FRAMEWORK_20$"
If %DOTNET2% Equals "0" Then
#include script "rt_dotnetframework2_x86.sbi" [Custom Configuration]
Display Message Box "Error: %_SB_ERRORCODE%" -- ".NET FRAMEWORK 2"
End
Display Message Box "Installing Microsoft SQL server 2005 Express...\n\..."
-- "Installing Microsoft SQL Server 2005 Express..."
#include script "rt_sql2005expr.sbi" [Custom Configuration]
The errorcode returned from the .net2 install is 0.
Is there something wrong with my script code?
Regards,
P.
somehow I can not get my install script working so that
..net frame 2 is installed before sql2005 express.
I am using this piece of script:
Set Variable %DOTNET2% to FUNCTION:Get System Info(.NET Status) for
"$NET_FRAMEWORK_20$"
If %DOTNET2% Equals "0" Then
#include script "rt_dotnetframework2_x86.sbi" [Custom Configuration]
Display Message Box "Error: %_SB_ERRORCODE%" -- ".NET FRAMEWORK 2"
End
Display Message Box "Installing Microsoft SQL server 2005 Express...\n\..."
-- "Installing Microsoft SQL Server 2005 Express..."
#include script "rt_sql2005expr.sbi" [Custom Configuration]
The errorcode returned from the .net2 install is 0.
Is there something wrong with my script code?
Regards,
P.