Page 1 of 1
SQL Server Express
Posted: Mon Jul 24, 2006 7:12 am
by mikesm
Hi.
I would like to install SQL Server Express SP1 with service account = LOCAL SYSTEM account.
Is it possible?
Thanks.
Posted: Mon Jul 24, 2006 11:59 am
by MichaelNesmith
Sure, just edit the command line of the installation program. To do this you may click Options on the Application Runtimes view with the SQL Server 2005 runtime highlighted and checked.
Problem uninstalling SQL 2005 Express
Posted: Fri Aug 11, 2006 12:20 pm
by Juan
I notice that if I check SQL 2005 Express as a Pre-requisite in Application Runtimes, when I want UNINSTALL my application, it fires an error telling that I must set the original setup files localization. How must I do?
Posted: Fri Aug 11, 2006 4:26 pm
by MichaelNesmith
I guess you are manually removing SQL Server from the system before uninstalling the main setup. You may just use web builds, or you may also skip the prereqs block when uninstalling.
Posted: Sat Aug 12, 2006 4:35 am
by Juan
OK, but how can I skip prerequisites in UNINSTALL process.
Posted: Sat Aug 12, 2006 6:42 am
by MichaelNesmith
Just use If and test for MAINTENANCE being TRUE, or REMOVE being TRUE.