Microsoft SQL Server 2000 Desktop Engine (MSDE 2000)
Hi all,
I am having a issue with the above software, I will start from the top.
I am using Wise Package Studio 5.1 Professional Edition to take a SetupCapture then used Wise Installer Editor review all settings. All goes ok, then I compile the software. All the above goes with out a problem. I then try and run the new MSI file on a blank machines and reboot. After the reboot, I login and get the following msg. "The specified service does not exist as an installed service." This occurrs while trying to start MSSQLServer service.
:::more info::::
If installed from installation files provided by Microsoft, "Microsoft SQL Server 2000 Desktop Engine (MSDE 2000)" installation creates 3 services on the computer. (1) MSSQLSERVER, (2) SQLServerAgent, (3) MSSQLServerADHelper. However, the package I create fails to create MSSQLSERVER AND SQLServerAgent services and this is why I am getting the error about not being able to start a service.
I am not sure, why the captures and my app package is not creating the necessary services.
This is the second time I have tried, as the first time. I went through and copied all the files and registry in to it, just incase it missed some out.
Any help would be gratefully accepted.
RK
I am having a issue with the above software, I will start from the top.
I am using Wise Package Studio 5.1 Professional Edition to take a SetupCapture then used Wise Installer Editor review all settings. All goes ok, then I compile the software. All the above goes with out a problem. I then try and run the new MSI file on a blank machines and reboot. After the reboot, I login and get the following msg. "The specified service does not exist as an installed service." This occurrs while trying to start MSSQLServer service.
:::more info::::
If installed from installation files provided by Microsoft, "Microsoft SQL Server 2000 Desktop Engine (MSDE 2000)" installation creates 3 services on the computer. (1) MSSQLSERVER, (2) SQLServerAgent, (3) MSSQLServerADHelper. However, the package I create fails to create MSSQLSERVER AND SQLServerAgent services and this is why I am getting the error about not being able to start a service.
I am not sure, why the captures and my app package is not creating the necessary services.
This is the second time I have tried, as the first time. I went through and copied all the files and registry in to it, just incase it missed some out.
Any help would be gratefully accepted.
RK
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
MSIPackager
20 years ago
Hi,
I didn't package this myself but my colleague did and it wasn't easy. He had problems snapping the services and ended up using a product called Prism Pack http://www.newboundary.com/ to get around it. He sent me this - hope it means something to you:
"Snapped the app using Wise Package Studio 4.5, had to stop some processes before msi would save. Services were missed out added back in via Services Install table. MSSQLSERVER was not added to H/W profile so resnapped in Prism and added in some missing ENUM HKLM-SYSTEM keys.
Will not snap in standalone Wise for windows app either. Pretty sure problem is related to the fact Wise uses the same files as the application and therefore is unable to fully snap it. Recommend snaping in Prism and then copying the tables to your Wise package so it conforms with your standards."
Good luck!
Rob.
I didn't package this myself but my colleague did and it wasn't easy. He had problems snapping the services and ended up using a product called Prism Pack http://www.newboundary.com/ to get around it. He sent me this - hope it means something to you:
"Snapped the app using Wise Package Studio 4.5, had to stop some processes before msi would save. Services were missed out added back in via Services Install table. MSSQLSERVER was not added to H/W profile so resnapped in Prism and added in some missing ENUM HKLM-SYSTEM keys.
Will not snap in standalone Wise for windows app either. Pretty sure problem is related to the fact Wise uses the same files as the application and therefore is unable to fully snap it. Recommend snaping in Prism and then copying the tables to your Wise package so it conforms with your standards."
Good luck!
Rob.
Posted by:
frisbiej
20 years ago
If at all possible I would try to avoid repackaging MSDE it is already an MSI.
Try using the following command lines to install the application:
<Source>\Setup.exe /settings <source>\setup.ini ALLUSERS=1 /l*i <Location of log file> /qb!-
and SP3
<sSource>\SQL2000-KB815495-8.00.0818-ENU.exe /s /a /q /allinstances
In my setup.ini I have the following parameter:
SAPWD=
A silent install requires a SA password.
Try using the following command lines to install the application:
<Source>\Setup.exe /settings <source>\setup.ini ALLUSERS=1 /l*i <Location of log file> /qb!-
and SP3
<sSource>\SQL2000-KB815495-8.00.0818-ENU.exe /s /a /q /allinstances
In my setup.ini I have the following parameter:
SAPWD=
A silent install requires a SA password.
Posted by:
MSIMaker
20 years ago
Some things just shouldnt be repackaged like MS Office, Visio, Project and also MSDE.
It makes very low level changes to the OS and you can't capture those changes correctly. MS builds in dll's to carry out their Custom Actions so that the installations don't hurt the base OS.
Try the commandline options for the best result. You can also wrap the install in an msi if you are deploying with Group Policy.
It makes very low level changes to the OS and you can't capture those changes correctly. MS builds in dll's to carry out their Custom Actions so that the installations don't hurt the base OS.
Try the commandline options for the best result. You can also wrap the install in an msi if you are deploying with Group Policy.
Posted by:
cdupuis
20 years ago
Posted by:
kkaminsk
20 years ago
Posted by:
cdupuis
20 years ago
Posted by:
rajkumar
20 years ago
After the feedback from the group, I do want to stay away from packaging this application. However I do want to do want to wrap this app into an msi.
MSIMaker, you had mentioned in your thread that the setup.exe and supporting files can be wrapped in a *.msi. Can you please elaborate how I can do this? Also, do you know if the *.msi that will wrap around the setup.exe will include all the supporting files. Basically I want to have one *.msi that can be used for deployment via GPO or SMS 2003?
thank you all for the feedback.
RK
MSIMaker, you had mentioned in your thread that the setup.exe and supporting files can be wrapped in a *.msi. Can you please elaborate how I can do this? Also, do you know if the *.msi that will wrap around the setup.exe will include all the supporting files. Basically I want to have one *.msi that can be used for deployment via GPO or SMS 2003?
thank you all for the feedback.
RK
Posted by:
MSIMaker
20 years ago
Posted by:
cdupuis
20 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.