Jump to content

FreeThinkerMS

Members
  • Posts

    0
  • Joined

  • Last visited

Reputation Activity

  1. Like
    FreeThinkerMS reacted to SnowBall in New Office 2019 Download Links   
    @Hermanter
    Sorry that I've been away for a few days, very busy. I am still trying to find a solution to the problem, what I've done so far is that I've downloaded the Office 2019 Volume Edition and I am trying to create a repack of it which will install without problems and can be activated using a volume key. 
    Usually, if you want to use a volume key, you would need a KMS server and I guess you don't have one... Very tedious. 
    P.S Add this line to your to your script: 
    <Property Name="AUTOACTIVATE" Value="1" /> and give it a try.
    @Peter Frommann
    Sure, if you don't want to install Access, Publisher and Groove, why don't you try this:
    <Configuration> <Add OfficeClientEdition="32" DownloadPath ="https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60"> <Product ID="ProPlusRetail"> <Language ID="de-de" /> <ExcludeApp ID="Access" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Publisher" /> </Product> </Add> </Configuration> Regards,
    SnowBall
  2. Like
    FreeThinkerMS reacted to SnowBall in New Office 2019 Download Links   
    Download this file: https://mega.nz/#!RNFkCaCK!OQOyA635d9nXjjv8kGFTEz6aTrdVA4RzRXkfFt0-M6w and put in in the same folder as your setup.exe and configuration-Office2019Enterprise.xml, run the file as administrator and the setup will start.
    Hopefully it will work, any problems, reply below.
    Regards,
    SnowBall
  3. Like
    FreeThinkerMS reacted to SnowBall in New Office 2019 Download Links   
    Humm... thanks for the new link. From the screenshot, you will be installing a 64 bit version which is not recommended by Microsoft as it will cause problems with plugins, please consider change it to 32 bit even your are on 64 bit OS.
    The code:
    setup.exe /configure configuration-Office2019Enterprise.xml You need a bit of flexibility here, anyway it should work. Just want to make sure that you have the right edition, which edition did you buy? If it is not Pro Plus, comment below and I will get you a new code, if it is Pro Plus, then you are all good.
    Regards,
    SnowBall
  4. Like
    FreeThinkerMS reacted to SnowBall in New Office 2019 Download Links   
    Humm... Never encountered that, well I guess you need to setup a KMS server, If your are not an organisation admin, close it and try your key.
    If it doesn't work, uninstall office 2019 and completely remove it (see here) the download the deployment tool. Run it and open configuration.xml and replace it with:
    <Configuration> <Add OfficeClientEdition="32" DownloadPath ="http://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60"> <Product ID="ProPlus2019Volume" PIDKEY="#####-#####-#####-#####-#####" > <Language ID="de-de" /> </Product> </Add> </Configuration> Change #####-#####-#####-#####-##### to your key and run:
    setup.exe /configure configuration.xml The setup should start and it should activate after the setup completes.
     
    Note: I assume that your edition is Pro Plus. If it is not, change the product ID to your one. I also assume that you prefer it to be in German, if you don't, change the language tag.
    Regards,
    SnowBall
  5. Like
    FreeThinkerMS reacted to SnowBall in New Office 2019 Download Links   
    @Hermanter, are you blind?
    Just kidding, the Volume License Pack will work!
    Regards,
    SnowBall
  6. Like
    FreeThinkerMS reacted to Jan Krohn in New Office 2019 Download Links   
    Here's some background knowledge:
    Each edition of Microsoft Office comes in two (or actually three) different licensing flavours: Retail/OEM and Volume License (VL).
    VL licenses are for large companies and enterprises, but in the EU it is legal to sell, buy and use second hand VL licenses (although I do wonder where a second hand Office 2019 key should come from just a couple of weeks after the initial release...)
    Since activation for the two licensing models works fundamentally different, MS distributes two different installation files. You can't use a Retail or OEM key to activate a VL installation, and you can't use a VL key to unlock a Retail/OEM installation.
    MS only makes Retail/OEM installation images publicly available - no luck for VL users here. Installation media for VL licenses would have been given to the business that initially purchased it.
    Office 2019 is also not yet available on MSDN (very strangely), therefore I can't find out the hash (checksum), which would make finding a genuine file quite easy.
    Bottom line: there's not much I can do to help you. Better ask the seller for the installer.
    (Reminder to all: it's not allowed to post copyrighted files or links to them here, just in case someone knows where to find it. Of course we respect users' privacy and don't monitor private messages.)
  7. Like
    FreeThinkerMS reacted to SnowBall in New Office 2019 Download Links   
    Hi Nirav,
    Microsoft do have a rare edition of Office which includes Pro Plus, Visio Pro and Project Pro, it is called Mondo, however that is only for preview (not for final RTM). If you go to *PATH*\Microsoft Office\root\Licenses16, you can see MondoR and MondoVL XrML Digital Licenses. If you want that to be installed, install Pro Plus, Project Pro and Visio Pro, then install the Mondo License you want (NOTE: You cannot activate Mondo editions!).
    If you just want them to be separately installed, use the Office Deployment Tool and here is the code:
    <Configuration> <Add OfficeClientEdition="32" DownloadPath ="http://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60"> <Product ID="ProPlus2019Retail"> <Language ID="MatchOS" /> </Product> <Product ID="ProjectPro2019Retail"> <Language ID="MatchOS" /> </Product> <Product ID="VisioPro2019Retail"> <Language ID="MatchOS" /> </Product> </Add> <Updates UpdatePath="http://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60" /> </Configuration> Regards,
    SnowBall
  8. Like
    FreeThinkerMS reacted to SnowBall in New Office 2019 Download Links   
    Update: You can download, install or deploy office 2019 volume edition.
    Link to the deployment tool: https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_10810.33603.exe (OLD)
    https://www.microsoft.com/en-us/download/details.aspx?id=49117
    A few product IDs for Office 2019 volume: 
    - ProPlus2019Volume 
    - Standard2019Volume 
    - ProjectPro2019Volume 
    - ProjectStd2019Volume 
    - VisioPro2019Volume 
    - VisioStd2019Volume
    Run setup.exe /download configuration.xml setup.exe /download *NAME*.xml to download Office 2019.
    Run setup.exe /configure configuration.xml setup.exe /configure *NAME*.xml to install Office 2019.
  9. Like
    FreeThinkerMS reacted to SnowBall in New Office 2019 Download Links   
    Office 2019 for Windows
    To Download Office 2019 in your desired language, replace language tag with your language tag. For language tags, Click here.
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/ProPlus2019Retail.img (ProPlus, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/ProjectPro2019Retail.img (ProjectPro, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/VisioPro2019Retail.img (VisioPro, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/HomeStudent2019Retail.img (HomeStudent, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/HomeBusiness2019Retail.img (HomeBusiness, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/O365ProPlusRetail.img (O365ProPlus, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/Professional2019Retail.img (Professional, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/Access2019Retail.img (Access, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/Excel2019Retail.img (Excel, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/Outlook2019Retail.img (Outlook, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/PowerPoint2019Retail.img (PowerPoint, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/ProjectStd2019Retail.img (ProjectStd, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/Publisher2019Retail.img (Publisher, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/VisioStd2019Retail.img (VisioStd, English)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/Word2019Retail.img (Word, English)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/de-de/ProPlus2019Retail.img (ProPlus, German)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/de-de/ProjectPro2019Retail.img (Project, German)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/de-de/VisioPro2019Retail.img (Visio, German)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/it-it/ProPlus2019Retail.img (ProPlus, Italian)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/it-it/ProjectPro2019Retail.img (Project, Italian)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/it-it/VisioPro2019Retail.img (Visio, Italian)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/es-es/ProPlus2019Retail.img (ProPlus, Spanish)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/es-es/ProjectPro2019Retail.img (Project, Spanish)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/es-es/VisioPro2019Retail.img (Visio, Spanish)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/zh-cn/ProPlus2019Retail.img (ProPlus, Chinese)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/zh-cn/ProjectPro2019Retail.img (Project, Chinese)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/zh-cn/VisioPro2019Retail.img (Visio, Chinese)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/pt-pt/ProPlus2019Retail.img (ProPlus, Portuguese)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/pt-pt/ProjectPro2019Retail.img (Project, Portuguese)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/pt-pt/VisioPro2019Retail.img (Visio, Portuguese)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/fr-fr/ProPlus2019Retail.img (ProPlus, French)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/fr-fr/ProjectPro2019Retail.img (Project, French)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/fr-fr/VisioPro2019Retail.img (Visio, French)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/cs-cz/ProPlus2019Retail.img (ProPlus, Czech)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/cs-cz/ProjectPro2019Retail.img (Project, Czech)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/cs-cz/VisioPro2019Retail.img (Visio, Czech)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/nl-nl/ProPlus2019Retail.img (ProPlus, Dutch)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/nl-nl/ProjectPro2019Retail.img (Project, Dutch)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/nl-nl/VisioPro2019Retail.img (Visio, Dutch)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/ja-jp/ProPlus2019Retail.img (ProPlus, Japanese)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/ja-jp/ProjectPro2019Retail.img (Project, Japanese)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/ja-jp/VisioPro2019Retail.img (Visio, Japanese)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/ru-ru/ProPlus2019Retail.img (ProPlus, Russian)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/ru-ru/ProjectPro2019Retail.img (Project, Russian)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/ru-ru/VisioPro2019Retail.img (Visio, Russian)
     
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/pl-pl/ProPlus2019Retail.img ( ProPlus, Polish) 
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/pl-pl/ProjectPro2019Retail.img (Project, Polish)
    https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/pl-pl/VisioPro2019Retail.img (Visio, Polish)
    To Download Office 2019 in your desired language, replace language tag with your language tag. For language tags, Click here.
     
    Office 2019 for Mac
    https://officecdn.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/OfficeMac/Microsoft_Office_16.17.18090901_Installer.pkg
     
  10. Like
    FreeThinkerMS reacted to SnowBall in New Office 2019 Download Links   
    For Office 2019 to install and license properly you have to completely uninstall the previous version of Office and your stuffed-up Office 2019.
    To uninstall office 2016-2019 C2R:
    uninstall all office licenses through OSPP.vbs
    uninstall Office through Control Panel
    open CMD.exe as Administrator
    schtasks.exe /delete /tn "\Microsoft\Office\Office Automatic Updates"
    schtasks.exe /delete /tn "\Microsoft\Office\Office Subscription Maintenance"
    schtasks.exe /delete /tn "\Microsoft\Office\Office ClickToRun Service Monitor"
    schtasks.exe /delete /tn "\Microsoft\Office\OfficeTelemetryAgentLogOn2016"
    schtasks.exe /delete /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack2016"
    Note: you will get an error if those scheduled tasks doesn't exist (its what you want)
    taskkill /f /im OfficeClickToRun.exe
    taskkill /f /im OfficeC2RClient.exe
    taskkill /f /im AppVShNotify.exe
    Note: you will get an error if those processes doesn't exist (its what you want)
    sc delete ClickToRunSvc
    Note: you will get an error if the service doesn't exist (its what you want)
    close CMD
    delete %ProgramFiles%\Microsoft Office 16\
    delete %ProgramFiles%\Microsoft Office\
    delete %ProgramFiles(x86)%\Microsoft Office\
    delete %CommonProgramFiles%\Microsoft Shared\ClickToRun\
    delete %ProgramData%\Microsoft\ClickToRun\
    delete %ProgramData%\Microsoft\Office\ClickToRunPackagerLocker
    Note: some files and folders won't exist as they were removed by the uninstaller.
    open REGEDIT as Administrator
    delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun
    delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppVISV
    delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Office <Edition> - en-us
    delete HKEY_CURRENT_USER\Software\Microsoft\Office
    Note: some registry keys doesn't exist as they were removed by the uninstaller.
    close REGEDIT
    Go to http://download.microsoft.com/download/5/0/5/505878EB-FFC4-4DF0-A526-B1165BFA6C35/o15-ctrremove.diagcab
    run the download and wait for it to complete.
    restart your computer.
    After its uninstalled, clean up the leftover files using a PC cleaning utility (e.g. CCleaner) and install your Office 2019. It should be working fine and you can activate it with an Office 2019 retail key.
×
×
  • Create New...