OfficeOnlineServerInstall, OfficeOnlineServerInstallLanguagePack: Add -WorkingDirectory to Start-Process#74
OfficeOnlineServerInstall, OfficeOnlineServerInstallLanguagePack: Add -WorkingDirectory to Start-Process#74raandree wants to merge 2 commits into
Conversation
…source for OfficeOnlineServerInstall and OfficeOnlineServerInstallLanguagePack
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pull Request (PR) description
Added
-WorkingDirectoryto theStart-Processcall inSet-TargetResourceof both
OfficeOnlineServerInstallandOfficeOnlineServerInstallLanguagePack.Without this parameter, the working directory during DSC execution is inherited
from the LCM host process (typically System32), causing
setup.exeto not find.\files\setupsilent\config.xml. This results in exit code 30066 onWindows Server 2025.
This Pull Request (PR) fixes the following issues
Task list
file CHANGELOG.md. Entry should say what was changed and how that
affects users (if applicable), and reference the issue being resolved
(if applicable).
and comment-based help.
This change is