Hello I am currently having issues with R tool, offline installation keeps getting stuck on 15% Edit: My Architecture is x64, Trying to download version 16.0.17531.20120 of Microsoft Office
FYI I could not install any release - Office installer always failed with "Something went wrong. Sorry, installation cannot continue because no compatible Office products are detected". It turns out that this is a language problem. I had chosen en_GB when downloading the install package. Changing this to en_US fixed the issue. - hope this helps someone ...
Supported values: en-US fr-FR nl-NL th-TH ar-SA he-IL pl-PL tr-TR bg-BG hr-HR pt-BR uk-UA cs-CZ hu-HU pt-PT zh-CN da-DK it-IT ro-RO zh-TW de-DE ja-JP ru-RU hi-IN el-GR ko-KR sk-SK id-ID es-ES lt-LT sl-SI kk-KZ et-EE lv-LV sr-Latn-RS MS-MY fi-FI nb-NO sv-SE vi-VN en-GB = It's your imagination. As you can see there has never been supported value .
i thinking to add check like i do in download mode when choice language, he will check with MS for specific language file i don't know if it good idea, or just waste of time.
Still getting the same results, stuck 15%, I've already check everything, no errors, language is fine, my architecture is fine, even downloaded the Multi option just to be safe. But it's still not moving, even after 8 hours
Still stuck. I know for a fact that it is stuck because Task Manager is not reading any CPU usage or Disk usage when it hits 15%
Thank you all for this project. Everything went swimmingly on my Surface Pro 8. I installed Office 2019.
I'm curious, is it possible to only scrub a specific version of Office, i.e. the one that is currently installed, to make the process (significantly) faster? Cheers
update Rev E. - new updated dll (from KMS.VL.5.2) - fix project std 2024 key - some little changes, already forget ...
Hello, Thank you for the excellent tool. I’m encountering an issue while creating an ISO, which contains the following files: Office Offline_Install.ps1 package.info start_setup.cmd Upon running start_setup.cmd, the following messages are displayed: ------------------------------------------------------------ Stopping services "ClickToRunSvc" and "Windows Search"... Copying new ClickToRun installer files... Please hold until the setup is finished ------------------------------------------------------------ However, after this, nothing seems to happen. Interestingly, I was able to install Office using the tool from the same package without any issues. Could you please assist me with this? Thank you.
so, now arrived home ... i can trying assist you as i can, please provide more details, like, office version, channel & i will try reproduce same scenario ............ i did found problems, when using mount ISO it does fail, but not on local drive if that is the problem, i will see what i can do. ............ Darkie found problem. G:\ -> Fail G: -> V PS1 file. Code: PS C:\Users\Administrator> $bUrl = """$(Get-Location)""" PS C:\Users\Administrator> $bUrl "C:\Users\Administrator" PS C:\Users\Administrator> $bUrl = """$(Get-Location)""" PS C:\Users\Administrator> g: PS G:\> $bUrl = """$(Get-Location)""" PS G:\> $bUrl "G:\" PS G:\> can be fixed. with. -> Code: [REGEX]::IsMatch((Get-Location),"^[A-Z]:\\$", [Text.RegularExpressions.RegexOptions]::IgnoreCase) ............ Fixed file. -> OfficeRTool\Data\PS1\Office_Offline_Install.ps1