Special2k3 Posted July 18, 2007 Posted July 18, 2007 Hello,i've tried to make an unattended Project Professional 2007 install.Our source is an Office 2007 Enterprise Corp. DVD.So i've made an MSP file with the setup.exe /admin option.Nearly everything works finde, but i've found no option for ppreventing the reboot, so the installer reboots the system when it means that it is neccessary.I've also tried to use additionally an config.xml file with the following content:<Configuration Product="PrjPro"> <!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> --> <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Project Professional Setup(*).txt" /> --> <!-- <PIDKEY Value="BCDFGHJKMPQRTVWXY2346789B" /> --> <!-- <USERNAME Value="Customer" /> --> <!-- <COMPANYNAME Value="MyCompany" /> --> <!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> --> <!-- <LIS CACHEACTION="CacheOnly" /> --> <!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> --> <!-- <DistributionPoint Location="\\server\share\Office12" /> --> <!-- <OptionState Id="OptionID" State="absent" Children="force" /> --> <Setting Id="Reboot" Value="Never" /> <!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> --></Configuration>The syntax for starting the installation:setup.exe /adminfile Stryker.MSP /config config.xmlBut the system still reboots sometimes after installtion.Is there any chance to prevent the reboot by using the MSP file? Special2k3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now