OneNote 2007 12.x
Company: Microsoft
Setup Type: Native Windows Installer setup (MSI)
Package Difficulty Rating: Average (3) [ Rate It or View Ratings ]
Most Commonly Reported Method: Vendor Provided Command Line (answer file driven)
Record Created On: 7/18/2007
Number of Views: 5,393
 
  
 
Software Knowledge Base: The software knowledge base contains details on over 60,000. The closest record matching this software package is displayed here. Browse the Software KB directly to find similar records.

Full Name: Microsoft Office OneNote 2007

Version: 12.0.4518.1014

Publisher: Microsoft Corporation

Uninstall String: "C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\setup.exe" /uninstall ONENOTER /dll OSETUP.DLL "C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\setup.exe" /uninstall ONENOTE /dll OSETUP.DLL

 
 
Command Lines: Command line details for installation and removal of this software. Details may include available command line arguments and/or public properties.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Notes: Shared "notes from the field" covering how to handle the automated installation of this software.

The install is very similiar to Office 2007. Run setup.exe /admin to create a customized patch for the install. I made 2 patches, one for a quiet install, one for a silent. I put the product key in the msp file so that it is not plain text in the XML. I created a msi with the following registry information to a) disable the privacy window upon launching OneNote for the first time and b) to run a repair on this msi for every user that logs in, thus disabling the privacy window for every user. This msi was 'sucked into' the patch file as a file to copy down to the machine and I had the msi run by putting it in the section of the patch to have a file run after install.

------------------------------------------

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common\General]
"Authorized"=dword:00009904
"ShownOptIn"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\User Settings\{3B8E6FEB-DDF9-4425-B348-F6F20291BAA9}]
"+"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{GUID OF YOUR MSI}]
"<default>"="OneNote2007PrivacyNotificationDisable"
"StubPath"="msiexec.exe /fu {GUID OF YOUR MSI} /qn"
"Version"="1.0.0.0"

-------------------------------------------

I created a uninstall.xml file that contained only the following:

<Configuration Product="OneNote.en-us">

<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />

<Setting Id="SETUP_REBOOT" Value="Never" />

</Configuration>

--------------------------------------------------

I edited the OneNote.WW\config.xml file with my preferences and copied it to the same folder as setup.exe. To run the install, the commands are:

Quiet:
setup.exe /adminfile quiet.msp

Silent:
setup.exe /adminfile silent.msp

Uninstall:
setup.exe /uninstall OneNote /config uninstall.xml

Above Entry Provided on 7/18/2007 by Zerg
Rate It
Rating
119

Copy the files to a local store

Run the setup.exe with the commandline /admin

This then runs the Admin Config windows, use it to configure any settings that you want, once happy with settings save, it produces a *.msp (microsoft patch) file.

Put this file in to the "Updates" folder, when you run the setup.exe it will automaticaly use any details that you specified.

Above Entry Provided on 1/26/2009 by slingshotv2
Rate It
Rating
2
 
 
Virtualization: Information regarding how to work with this software in creating a virtual deployment package for products like Altiris SVS and Microsoft SoftGrid.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Terminal Services: Notes on how to address problems working with this software in a Terminal Services session as with Citrix shared environments.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Related Links: Additional resources to reference in regards to the deployment and configuration of this software.
 
Security Information: Details covering which files, directories and/or registry entries must be opened to standard users for operation in a locked down environment.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Discussion threads: Discussion topics in the AppDeploy message boards that have been linked as relevant information to this entry.
 

 


Report a problem
  Printer Friendly Version