|
-
Problem with nested install of SQL 2005 Express...
I create Installer for my company, with using SQL 2005 Express and its files database. I used MS Build bootstrapper before to install MS SQL 2005 Express in my installer and it was installed before my product installed, and there is no problems...
But now I need to install Express during setup, because it must be installed NOT everytime (if user choose, in bootstrapper it is impossible).
I know that during execute sequence it is not possible: two installer are not lived simultaneously in memory and I move SQL 2005 Express installation to UISequence.
But everytime error occured during install (list from sql server install log):
MSI (s) (00:6C) [18:54:38:015]: Machine policy value 'DisableUserInstalls'
is 0 MSI (s) (00:6C) [18:54:38:015]: Note: 1: 1309 2: 5 3:
c:\03cae475d5363b997aa6d2d8\setup\sqlncli.msi
MSI (s) (00:6C) [18:54:38:015]: MainEngineThread is returning 110
The system cannot open the device or file specified.
So there is no error, "Another installer process in memory", but another
very strange error and I dont know what to do 
I try quiet and usual SQL express install - but that doesnt matter.
It seems, that package sqlexpr32.exe after unpacking cant see its files... What must I do to install SQL 2005 Express during my UI of Installer?
Or may some other ways to install SQL 2005 Express, with some secret keys?
Similar Threads
-
By ylithian in forum Java
Replies: 4
Last Post: 11-29-2005, 03:48 PM
-
By Geno in forum Database
Replies: 0
Last Post: 07-07-2005, 02:22 PM
-
By Jonathan Allen in forum .NET
Replies: 331
Last Post: 03-19-2001, 08:00 AM
-
By Dan Donahue in forum Database
Replies: 0
Last Post: 12-27-2000, 03:22 PM
-
Replies: 0
Last Post: 07-31-2000, 07:23 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks