/build/static/layout/Breadcrumb_cap_w.png

Microsoft Project Professional 2007

Version: 12

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: 7.4k  |  Created: 12/19/2006

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

Deployment Tips (14)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
124
Note
MSI Cannot be edited
--------------------

Hi, the MSI (ProjectMUI.msi) cannot be edited using any other packaging tool. There is a checksum in the MSI, and if the MSI is changed, an error is prompted while installing the application.

Hence, all the changes need to be made using the Customization Toolkit.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
121
Note
The MS Project 2007 can be customized by using the /admin switch in conjunction with the Setup.exe.

Hence, if you want to customize the installation and behaviour of the application, use "setup.exe /admin" switch to customize.

By using this switch, a file is created that contains the customizations. This file is applied at the time of installation and acts as a transform.

There is no separate application or resource kit to customize MSProject 2007. It can be done using the /admin option.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
121
Note
Deploying via Active Directory
------------------------------

Step 1.
Create an MSP file using setup.exe /admin with your required settings and save to the "Updates" folder where your setup.exe is located.

Step 2.
Create an MSI wrapper with your chosen Packaging tool. I have used Wise for Windows Installer.
In the wrapper you will need to create a couple of custom actions.

These are as follows:

-In Execute Immediate
After Register Product
if NOT REMOVE~="ALL"
Set Property InstalProcess to [SOURCEDIR](SetLocation)
---------------------------
Custom Action Name: SetLocation
Property: InstallProcess
Property Value: [SOURCEDIR]
---------------------------
end if

-In Execute Deferred
Before Install Finalize
if NOT REMOVE~="ALL"
Call VBScript From Embedded Code (InstallProcess)
---------------------------
InstallProcess Code
---------------------------
strSourceDir = session.property("CustomActionData")
Set WshShell = CreateObject("WScript.Shell")

strCommand = strSourceDir & "setup.exe"
WshShell.Run strCommand, 1, 0

---------------------------
end if

if REMOVE~="ALL"
Call VBScript From Embedded Code (UnInstallProcess)
---------------------------
UnInstallProcess Code
---------------------------
Set WshShell = CreateObject("WScript.Shell")
strCommand = "msiexec.exe /x _ {90120000-003B-0000-0000-0000000FF1CE}"

WshShell.Run strCommand, 1, 0
---------------------------
end if

NOTE: Both of the above custom actions need to be set to run under Deferred Execution - System Context and Processing set to Async, No Wait.

Step 3.
Compile MSI. Copy MSI and Microsoft Project 2007 Professional to your Admin Install Point.

Step 4.
Publish your application to users via AD pointing to the MSI that you have created.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
39
Command Line
To repair the Project Professional 2007:

msiexec.exe /fa {90120000-003B-0000-0000-0000000FF1CE} /qn /norestart

Note: After repair restart is necessary otherwise application won’t work properly.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
39
Command Line
To repair the Project Professional 2007:

msiexec.exe /fa {90120000-003B-0000-0000-0000000FF1CE} /qn /norestart

Note: After repair restart is necessary otherwise application won’t work properly.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
10
Command Line
Command line description:

setup.exe /?

Create MSP file in Office Customization Tool:

setup.exe /admin

Install:

setup.exe /adminfile "project.MSP" /config "PrjPro.WW\config.xml"

note: "project.msp" should be the file name you created and saved in the Office Customization Tool. If you have copied all your Office 2007 products to the same folder structure, use the config file option to specify the specific app you are installing, in this case project which is "PrjPro.WW\config.xml".
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
4
Note
Notes on suppressing the planning wizard and security notice after an UPGRADE:

The Global.mtp (global Template) file from the previous Project 200x install is what causes the pop-up.

If the Global.MPT file for the previously installed Project 200x is deleted during the Project Professional 2007 installation procedure, "Planning Wizard" and "Security Notice" dialog box will not pop-up when starting Project Professional 2007 on the client machine.

Removing the file will suppress the pop-up.

On my machine its here- C:\Documents and Settings\user_name\Application Data\Microsoft\MS Project\11\1033.


Note: If you need to keep the user customization settings in the Global.MPT file for the previously installed Project 2003, do not apply the above method to delete the Global.MPT file.

Script something similar to: del global.mpt /s
BEFORE you run the install.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
3
Command Line
uninstall:
setup.exe /uninstall PrjPror /config \\servername\share\officedir\PrjPror.WW\SilentUninstallConfig.xml
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Note

I used the /admin command switch and entered basic information: my company name, serial number, and removed two shortcuts. I saved it into the Updates folder and tried to install. It errored out stating that it couldn't install the language. I re-opened the patch file I just created, Select Feature Installation States, Expand Office Tools, and then set Language Settings tool to Not Available. Save and exit. Install succeeded on my next attempt. Hope this helps.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Note
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\General]
"ShownFirstRunOptin"=dword:00000001

Use this reg setting to suppress the startup screen from Microsoft
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
Customizing Project Professional 2007
-------------------------------------

When finished with the customizations, we can save it as an MSP file (Patch). This patch can be added to the Update folder.

When you run Setup.exe to install the application, the patch gets applied.

Limitations
-----------
Creating an MSP has the following limitations:
1. No additional custom actions can be added in the MSP.
2. Properties such as ALLUSERS etc cant be changed.
3. Properties such as [WindowsVolume], [ProductName], [ProductVersion] etc cannot be resolved into their appropriate values.

Solution to the limitations
---------------------------
The solution to make the changes is that the MSI, which is a part of the installation can be edited using Orca or any other installer tool.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Virtualization
<POLICIES>
<LOCAL_INTERACTION_ALLOWED>TRUE</LOCAL_INTERACTION_ALLOWED>
</POLICIES>

the above entry needs to be added to the osd file when sequencing with microsoft appv
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
Zenworks 11 Verify (repair) Notes: The verify action step will automatically populate with the repair switch. You'll need to add the product name pulled from the config file (this goes for all the office 2007 products). In this case the switches would be: /repair prjpro /config \\[path to the install media]\PrjPro.WW\config.xml In addition to the command line, we customized the config.xml so that it's silent, and called it during the various steps (install, uninstall, and repair) to prevent reboots and windows specific dialogues. Set the following lines in the config.xml ------------------ <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> ------------------ <Setting Id="SETUP_REBOOT" Value="never" /> ------------------ Note the lines need to be 'uncommented' out first, and that the default reboot syntax is incorrect.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
To "uncheck" the Advice from planning wizard I had to implement the following registry keys in my MSP:

HKCU\Software\Microsoft\Office\12.0\MS Project\Options\PlanningWizard
REG_DWORD
Name: Display PlanningWizard
Value:0
REG_SZ
Name: PlanningWizard Cases
Value: 11111111111111111111111111111111111111111111111111111
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

Project Professional 2007

Version

12

Questions & Answers (6)

Questions & Answers related to Microsoft Project Professional 2007

1
ANSWERED
1
ANSWERS
27
ANSWERS
5
ANSWERS
11
ANSWERS

Blogs (0)

Blog posts related to Microsoft Project Professional 2007

Reviews (0)

Reviews related to Microsoft Project Professional 2007

 
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