/build/static/layout/Breadcrumb_cap_w.png

Microsoft Microsoft Project 2003

Version: 11

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 6.3k  |  Created: 01/12/2006

Average Rating: 0
Microsoft Project 2003 has 1 inventory records, 1 Questions, 0 Blogs and 2 links. Please help add to this by sharing more!

Deployment Tips (6)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer with Custom Transform (MST)
124
Command Line
I did not have any specific changes required apart from also installing Project SP1 with the install and so just extracted the Service Pack to the same directory as Project and created a vbscript with the following content for a silent install
-----------------------------------------------------------
Set WshShell = CreateObject("wscript.shell")
Set objFSO = Wscript.CreateObject("Scripting.FileSystemObject")

'Install Project 2003 Professional with Service Pack 1
WshShell.run "msiexec.exe /I PRJPROE.MSI PIDKEY=XXXXXXXXXXXXXXXXXXX ALLUSERS=1 /qb!", 1, true
WshShell.run "msiexec.exe /p Project2003-KB837240-SP1.msp ALLUSERS=1 /qb!", 1, true
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note
Batch file script for Project 2003 with MST file...

1) Download "ork.exe" (Office Resource Kit) from M$ website for Office 2003.

2) Run the Custom Installation Wizard that's part of the Toolkit to create your MST file.

3) Download Service Pack 2 for Project 2003, KB914455 and KB917151.

4) Create a batch file as follows...

REM -----------------------
REM Installing Project 2003
REM -----------------------
@echo off
\Project_2003\setup.exe TRANSFORMS=<YOUR MST FILE NAME>.MST /qb-
CLS
@echo on

REM Installing Project 2003 Service Pack 2
@echo off
\Project_2003\SP2\ohotfix.exe
CLS
@echo on

REM Installing Post Service Pack 2 Updates
@echo off
\Project_2003\SP2\KB914455\ohotfix.exe
\Project_2003\SP2\KB917151\ohotfix.exe
COPY "C:\Documents and Settings\All Users\Start Menu\Programs\Microsoft Office\Microsoft Office Project 2003.lnk" "C:\Documents and Settings\%USERNAME%\Desktop"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note
Take the CD \Files\Setup\Setup.ini and copy it to your AIP or root folder where the SETUP.EXE is located.

Modify this INI file with correct MSI= and MST=
If the MST is loacted in the same folder as the Setup, you can set MST=@NameOfMst.mst

In the [Oprions] section add/change
COMPANYNAME=
ALLUSERS=1

In the [Display ] section set
Display=Quit or Basic
CompletionNotice=No

In the [Logging] section set
Path=\\Server\Share\Logging\Project2003
Template=Project2003_%computernane%:%username%(*).txt

At the end of the file add the following sections
[ChainedInstall_1]
Path=\\Server\Share\<path to KB>\ohotfix.exe
TaskType=exe
IgnoreReturnValue=0
Reboot=0

If more hotfixes, add a new section
[ChainedInstall_2]
Path=\\Server\Share\<path to KB>\ohotfix.exe
TaskType=exe
IgnoreReturnValue=0
Reboot=0

If more hotfixes, add a new section, and so on
[ChainedInstall_3]

If you prefare to rename the Setup.exe to Project2003.exe, then also remember to rename the INI to the same name.
When you start the EXE, the installation will run silent without any scripting at all.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Note
Created an OPS file using the Microsoft Office 2003 Resource Kit Profile Wizard. The OPS can then be imported into an MST, which should be created using the Resource Kit Custom Installation Wizard.

The OPS file is optional, but was primarily used in this case, because we still have some legacy versions existing in our environment. So, via Group Policy, set the default Save As format to Project 98 compatibility. This setting will be removed once the rollout of Project 2003 is completed.

Until then, however, need to suppress the warning prompt that appears by default when saving in Project 98 format. Was able to accomplish this within the OPS file.

Also added the PIDKEY and REBOOT properties to the MST. Set REBOOT to ReallySuppress.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
Microsoft Project 2003 is not compatible with 64-bit Windows 7. Microsoft recommends upgrade to a newer version of the product.

This information has been published on the Windows 7 Compatibility Center web page:

http://www.microsoft.com/windows/compatibility/windows-7/en-us/Details.aspx?type=Software&p=Microsoft%20Office%20Project%202003&v=Microsoft&uid=11&l=en&pf=1&pi=3&s=MS%20Office%202003&os=64-bit
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
If you encounter an error which starts with:
The command is attempting to use a webpage from the site gbui://blank.htm/. You have not identified this site as a trusted site in Internet Explorer.
.....

after you try to launch Project 2003 then the following RegKey should help:
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\MS Project\Options\Interface]
"GBUIDisplayToggle"=dword:00000000
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Microsoft Project 2003

Version

11

Questions & Answers (1)

Questions & Answers related to Microsoft Microsoft Project 2003

Blogs (0)

Blog posts related to Microsoft Microsoft Project 2003

Reviews (0)

Reviews related to Microsoft Microsoft Project 2003

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ