Software Package Deployment

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone have any experience of this?? How do i
incorporate my product code, so it auto installs??
 
You will need to create a MSI in order to deploy your application. Once
you've created your MSI you will need to create a group policy object that
deploys it. See the links below for more details.

http://www.microsoft.com/windows2000/techinfo/planning/management/veritas.asp
http://www.microsoft.com/windows2000/techinfo/planning/management/swinstall.asp

--
Tim Hines, MCSE, MCSA
Windows 2000 Directory Services

=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
-----Original Message-----
Does anyone have any experience of this?? How do i
incorporate my product code, so it auto installs??
.
In addition to what Tim stated, you might just need to do
an Administrative Installation. If you are going to use
GPO to install Office 2000 or Office XP, for example,
then you would first do an Administrative Installation of
Office 2000 or Office XP. You do this by
running "setup.exe /a". You would then update it to the
latest Service Pack and then create the GPO and then
let 'er rip!

HTH,

Cary
 
Back
Top