Help understanding installer capabilities

G

gjones

I have downloaded WinINSTALL LE and have read Windows 2000
step by step guide
to creating windows installer packages. I work for a
company that wants to
simplify the deployment of software created in house.
Currently the
application which uses IIS, requires that we manually stop
the website,
unload the dll's stop component services, remove
components being replaced,
copy in the new DLL's re-register new dll's and restart
the web site. What
I've been trying to determine is how much of this is
handled natively in the
Windows 2000 installer and how much of it is scripted in
separately to the
MSI file?
I suspect that the installer handles all the unregister/re-
register
automatically based on the MSI created by WinINSTALL LE.
What I'm not sure
about is the stopping of component services and stopping
of the website (we
don't want to stop IIS just the web site) If anyone could
refer me to a good
reference source for this subject I would be grateful.
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top