How to deploy Project 2010 or other Office 2010 apps with Intune and setup.exe installer
Written by paris on . Posted in InTune
Extract the ISO to a folder and run from the root folder
setup.exe /admin
to open this

Go through all the options especially above for the CD Key information and accepting License and Display Level None
Once this is done , Save this as an MSP file with any name in the UPDATES folder of the CD ( The installer runs all the MSP’s in here )

Next create a config.xml file in the same directory as setup.exe with the below config
<Configuration Product="PrjPror">
<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> -->
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Project Professional Setup(*).txt" /> -->
<!-- <USERNAME Value="Customer" /> -->
<!-- <COMPANYNAME Value="MyCompany" /> -->
<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<!-- <LIS SOURCELIST="\\server1\share\Office;\\server2\share\Office" /> -->
<!-- <DistributionPoint Location="\\server\share\Office" /> -->
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<!-- <Setting Id="SETUP_REBOOT" Value="IfNeeded" /> -->
<!-- <Command Path="%windir%\system32\msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
<Display Level="None" CompletionNotice="No" SuppressModal="No" AcceptEula="Yes" />
<Setting Id="SETUP_REBOOT" Value="Never" />
< /Configuration>
Next use IntuneWinAppUtil.exe to package the App Up
c:\TempPath\Intune-Win32-App-Packaging-Tool-master>IntuneWinAppUtil.exe
Please specify the source folder: “F:\Project2010\”
Please specify the setup file: setup.exe
Please specify the output folder: C:\TempPath\Project2010
Intune Settings
Install Command : setup.exe /config config.xml
Unintall Command : Setup.exe /uninstall 90140000-00B4-0409-0000-0000000FF1CE
Detection Rule ( Check File ) : C:\Program Files (x86)\Microsoft Office\Office14\WINPROJ.EXE
GD Star Rating
loading...
GD Star Rating
loading...
How to deploy Project 2010 or other Office 2010 apps with Intune and setup.exe installer, 10.0 out of 10 based on 1 rating
Tags: 2010, config.xml, deploy, install, intune, office, project, setup.exe
Trackback from your site.