Re: Modifying existing package - MS Office 2008
Re: Modifying existing package - MS Office 2008
- Subject: Re: Modifying existing package - MS Office 2008
- From: Greg Neagle <email@hidden>
- Date: Wed, 24 Feb 2010 15:32:20 -0800
Specifically, edit the distribution.dist file and change this section:
<choice id="messenger" title="messenger-title"
description="messenger-description" tooltip="messenger-tooltip"
start_selected="false" start_enabled="false" start_visible="true"
selected="ShouldInstallPackage()">
<pkg-ref id="com.microsoft.office.messenger.pkg.
12.1.0.combo"></pkg-ref>
</choice>
to
<choice id="messenger" title="messenger-title"
description="messenger-description" tooltip="messenger-tooltip"
start_selected="false" start_enabled="false" start_visible="true"
selected="false">
<pkg-ref id="com.microsoft.office.messenger.pkg.
12.1.0.combo"></pkg-ref>
</choice>
Which should set the selected state to false.
I can't test easily, because I already have Office 2008 installed on
all handy machines...
-Greg
On Feb 24, 2010, at 1:49 PM, Iceberg-Dev wrote:
On Feb 24, 2010, at 7:56 PM, Taylor Armstrong wrote:
Had something that I expected to be simple, but Mr. Murphy and his
law have struck again.
Attempting to build a fairly vanilla MS Office 2008 package - the
only "customization" I want to make is to either remove the
Microsoft Messenger component, or simply change the default
"enabled" status to disabled so that I can push the installer out
via ARD and not have Messenger installed.
I'm able to open the package from my installer CD in PackageMaker,
make the changes, and build a new package successfully.
You lost me here. Why are you not just editing the Distribution
script in a text editor since you just need to change a choice state
or remove the choice?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden