c***@mannington.com
2006-02-27 15:10:18 UTC
We have a method to get updates to our non local people via BITS in
place. They do not have administrative rights to their laptops. We
have a service running as Local System Account which does the
following.
1 - If the application is running then the new msi is just advertised.
msiexec /jm filename /qn /l*v c:\appUpdater.log
2 - If the application is not running then the new msi is advertised
and installed.
msiexec /jm filename /qn /l*v c:\appUpdater.log
msiexec /i filename /qb! /l*v c:\appUpdater.log
It works fine for windows applications. Unfortunately Visual Studio
doesn't appear to create the msi file correctly for windows services.
I have three basic questions:
1) Can we use this methodology for windows services - when running
just advertise the new msi and then when the laptop restarts the new
version is installed and started.
example - msiexec /jm filename /qn /l*v c:\appUpdater.log.
2) Does the new version of visual studio (2005) update the
ServiceInstall and ServiceControl tables correctly? We have the new
version but don't have it installed yet.
3) If the new version doesn't create the msi tables correctly then
which is better and more intergrated to Visual Studio - Wise,
InstallShield or what?
Thanks.
E. Cheryl Hughes
place. They do not have administrative rights to their laptops. We
have a service running as Local System Account which does the
following.
1 - If the application is running then the new msi is just advertised.
msiexec /jm filename /qn /l*v c:\appUpdater.log
2 - If the application is not running then the new msi is advertised
and installed.
msiexec /jm filename /qn /l*v c:\appUpdater.log
msiexec /i filename /qb! /l*v c:\appUpdater.log
It works fine for windows applications. Unfortunately Visual Studio
doesn't appear to create the msi file correctly for windows services.
I have three basic questions:
1) Can we use this methodology for windows services - when running
just advertise the new msi and then when the laptop restarts the new
version is installed and started.
example - msiexec /jm filename /qn /l*v c:\appUpdater.log.
2) Does the new version of visual studio (2005) update the
ServiceInstall and ServiceControl tables correctly? We have the new
version but don't have it installed yet.
3) If the new version doesn't create the msi tables correctly then
which is better and more intergrated to Visual Studio - Wise,
InstallShield or what?
Thanks.
E. Cheryl Hughes