Giter VIP home page Giter VIP logo

brianlala / autospsourcebuilder Goto Github PK

View Code? Open in Web Editor NEW
67.0 67.0 37.0 498 KB

A utility for building / slipstreaming SharePoint 2010 / 2013 / 2016 / 2019 / SE installation sources w/ prerequisites, service packs, language packs & cumulative/public updates. To quickly download and install this script, run 'Install-Script AutoSPSourceBuilder'

Home Page: https://www.powershellgallery.com/packages/AutoSPSourceBuilder

License: MIT License

PowerShell 100.00%
language-packs powershell sharepoint updates

autospsourcebuilder's People

Contributors

andreasblueher avatar brianlala avatar gszdev avatar shurick81 avatar walkercz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

autospsourcebuilder's Issues

Error in step Adding a version history file _UPDATE_HISTORY.txt

I think there's a hard coded base path somewhere in the scripte when using the UpdateLocation parameter. So when I'm using a different then the default path C:\SP\SP2019 in the very end of the process this happens:

Set-Content : Could not find a part of the path 'C:\SP\2019\_UPDATE_HISTORY.txt'.
At P:\SP-Test\AutoSPSourceBuilder\AutoSPSourceBuilder.ps1:1083 char:5
+     Set-Content -Path "$Destination\$textFileName" -Value "This media ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\SP\2019\_UPDATE_HISTORY.txt:String) [Set-Content], DirectoryNotFoundExcep
   tion
    + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand

Add-Content : Could not find a part of the path 'C:\SP\2019\_UPDATE_HISTORY.txt'.
At P:\SP-Test\AutoSPSourceBuilder\AutoSPSourceBuilder.ps1:1085 char:1
+ Add-Content -Path "$Destination\$textFileName" -Value "-------------- ...

Automated Testing of the Script

Should we add some better release management with continuous integration pipelines? Maybe also release pipelines if now the module is released by manually running code? I can contribute, I have done it for some PS module.

Is it possible to avoid loading language packs?

It would be great to be able to use this tool for downloading only cumulative updates without language packs.
Sample use case:
I am installing SharePoint 2013 for only English speaking users, so I use SharePoint 2013 slipstreamed media with SP1. What I need from AutoSPSourceBuilder is downloading the latest CU.

I need this installation media unattended but when I run
AutoSPSourceBuilder.ps1 -SourceLocation H: -Destination d:\Install\SPMedia -CumulativeUpdate "June 2017"
it requests me what language pack I would like to download.

OWA Did not extract

First, great script system! Everything downloaded aok. Got an error extracting OWA CU path files. Could not find the file or path, line 702: char 13. Sept 2016 CU for OWA (SharePoint 2013).

Any help or workarounds appreciated. Thank you!

No downloads or extractions

Autospsourcebuilder cant download or extract anything, it only creates the Folder structur and adds the source files. When it comes to download a file, there is the message WARNING: - An error occurred downloading 'sts2016-kb3203432-fullfile-x64-glb.exe'. -this happens with every file (prerequisites, CUs and language files. I'm trying for hours now, but as soon as i can fix one error, there is the next one. Could you please help me with that?

Thanks,
Lea

Prereqs and CU's do not download SharePoint 2019

I ran the following
.\AutoSPSourceBuilder.ps1 -SharePointVersion 2019 -SourceLocation E: -Destination "C:\Source\SP\2019" -GetPrerequisites $true -CumulativeUpdate "January 2019" -Languages de-de, es-es,fr-fr,it-it,ja-jp,ko-kr,nl-nl,pt-br,zh-cn,zh-tw

The screen says downloaded files but runs very quickly and then fails when trying to open the PU saying file not there. See attached screen shot
SP 2019 Autobuild error.docx

Cannot find path '...\PrerequisiteInstallerFiles' because it does not exist

Hi,

Can't solve this issue and honestly I cannot see if this is a issue on my end or not.
If i run the script, specifying the -Destination or not, I always get the same error:

Start-BitsTransfer : Cannot find path 'C:\SP\2016\SharePoint\PrerequisiteInstallerFiles' because it does not exist.
At C:\SPAuto\AutoSPSourceBuilder.ps1:132 char:20
$job = Start-BitsTransfer -Asynchronous -Source $url -Destinatio ...
CategoryInfo: ObjectNotFound: (C:\SP\2016\Shar...eInstallerFiles:String) [Start-BitsTransfer], ParentContainsErrorRecordException
FullyQualifiedErrorId: PathNotFound,Microsoft.BackgroundIntelligentTransfer.Management.NewBitsTransferCommand

However if I create the folder PrerequisiteInstallerFiles and rerun the script all is fine. It creates all the folder structure except the final dir.
Is it a script issue or local issue (and if local any know solutions to this?)

//Best Regards
Patrik

Optionally remove features that prevents running in CI

As a DevOps i want to be able to prepare slipstreamed media in pipeline, but some features prevent to run it. For example, $Host.UI.RawUI.WindowTitle = " -- AutoSPSourceBuilder --" is probably something to get rid of.

CUM update to XML

Hello,

Looking to understand when the updated XML will be posted or is there directions on how to update?

MSDN ISO With SP1 does not allow the install or April 2015 CU

Hi Brian.
I fought with this issue for a few hours today :-(
I haven't read this blog post :
https://blogs.technet.microsoft.com/stefan_gossner/2015/04/14/common-issue-april-2015-fixes-for-sharepoint-2013-might-not-install-on-sharepoint-2013-sp1-slipstream-builds/

In fact The MSDN ISO was not re-released and the this ISO, although it is slipstreamed with the good SP1 version, does not allow the installation of the April 2015 CUs.

Not sure you can add a condition to the script as the versions of the installer are the same. maybe a NOTE or Warning about the ISO origin of the ISO.

The issue is the download and slipstream went well but the install only installed the base MSDN SP1 binaries.

When there is no language dependent CU

Hello Brian,

I just created a new July 2018 source with slipstreamed updates for SharePoint 2016. Since July 2018 CU doesn't contain language dependent file, shouldn't it use the next one instead of not installing anything?

I hope you understand what I mean. Cheers, Andreas

Error in Prequisites SP2016

The file of Update for Microsoft .NET Framework to disable RC4 in Transport Layer Security (KB2898850) is not available for download. At this point the script keeps trying to download the non existing file.

http://download.microsoft.com/download/C/6/9/C690CC33-18F7-405D-B18A-0A8E199E531C/Windows8.1-KB2898850-x64.msu

Maybe it's possible to update the reference.

For the future

Maybe it's possible to stop trying downloading a file after several times, and skips the current download. This problem is always an issue when updates are replaced by new ones

Parameters

What are the input parameters for running this ? I only have the following so far
.\AutoSPSourceBuilder.ps1 -Destination "C:\SP" -GetPrerequisites $true

Hotfix service is down

As of November 2018, Microsoft shut down the Hotfix service. That causes many of the SP 2013 updates crash and retry. I am not sure if it would be ok updating without them.

October 2016 CU for SharePoint 2016

Please add:
<CumulativeUpdate Name="October 2016" Url="https://download.microsoft.com/download/A/4/6/A464472A-68B0-41FB-A2EA-17F0F215142A/sts2016-kb3118372-fullfile-x64-glb.exe" Build="16.0.4444.1000" ExpandedFile="sts2016-kb3118372-fullfile-x64-glb.exe"/>
to <Products><Product Name="SP2016"><CumulativeUpdates>.

SQL 2012 native client has moved

http://download.microsoft.com/download/4/B/1/4B1E9B0E-A4F3-4715-B417-31C82302A70A/ENU/x64/sqlncli.msi URL is no longer available. Should we use SQL 2012 SP4 Native Client as a prerequisite for SP 2016 (similarly to how SP 2019 is using it)? I have tried it and it worked perfectly but I'm not sure it is fully supported by MS. The alternative might be installing "SQL Server® 2012 Native Client - QFE". I haven't really tried it.

Either way, should we update the AutoSPSourceBuilder?

No language packs for Office Online Server

I have extracted URLs in the following format, so maybe someone would update the xml?

ar-SA|@{href=https://download.microsoft.com/download/D/7/F/D7F0911C-59CD-461D-8223-C8BACE5E0BE7/wacserverlanguagepack.exe}
az-Latn-AZ|@{href=https://download.microsoft.com/download/A/0/3/A03B732F-512B-4D29-A2FD-49873FEA60C3/wacserverlanguagepack.exe}
eu-ES|@{href=https://download.microsoft.com/download/4/D/E/4DEB86A3-8CF7-432A-A207-BF01D6069A09/wacserverlanguagepack.exe}
bs-BA|@{href=https://download.microsoft.com/download/B/1/2/B120CA9D-DD39-4A48-8D05-F397D488D6AA/wacserverlanguagepack.exe}
bg-BG|@{href=https://download.microsoft.com/download/0/A/7/0A779139-6A69-40C0-AB64-D5C2E0837CCA/wacserverlanguagepack.exe}
ca-ES|@{href=https://download.microsoft.com/download/E/4/2/E4246AA3-5B6B-4FBE-83DA-981D6CBB2F23/wacserverlanguagepack.exe}
zh-CN|@{href=https://download.microsoft.com/download/E/7/9/E79A0228-D082-4A22-B7EB-32300F4A4172/wacserverlanguagepack.exe}
zh-TW|@{href=https://download.microsoft.com/download/D/C/2/DC2AB1DB-D155-48D3-A3D0-3CEBDC09D4AF/wacserverlanguagepack.exe}
hr-HR|@{href=https://download.microsoft.com/download/D/5/7/D57C2874-67D7-475D-9B96-5009BFC5AE8A/wacserverlanguagepack.exe}
cs-CZ|@{href=https://download.microsoft.com/download/C/8/8/C88C9762-A87B-4EBE-9A84-9A67168C7D3B/wacserverlanguagepack.exe}
da-DK|@{href=https://download.microsoft.com/download/F/5/0/F50243C2-3EB4-47B8-9CB2-CF02E47731BC/wacserverlanguagepack.exe}
prs-AF|@{href=https://download.microsoft.com/download/5/B/5/5B561EAF-6BDE-4F1D-A99B-872F4ED90140/wacserverlanguagepack.exe}
nl-NL|@{href=https://download.microsoft.com/download/D/E/9/DE9E0892-CFD4-4811-9A3F-3E65E59396BA/wacserverlanguagepack.exe}
en-US|@{href=https://download.microsoft.com/download/6/D/7/6D75C9CB-FFEE-48B0-9AA6-D03C74E3939E/wacserverlanguagepack.exe}
et-EE|@{href=https://download.microsoft.com/download/B/3/D/B3D149A4-DA8A-4826-841E-072817AD15DE/wacserverlanguagepack.exe}
fi-FI|@{href=https://download.microsoft.com/download/0/4/7/0476FDF1-B292-4CE0-BBB3-4F4C517A733E/wacserverlanguagepack.exe}
fr-FR|@{href=https://download.microsoft.com/download/C/A/9/CA9F6B25-786D-49A7-B176-D3376C147D34/wacserverlanguagepack.exe}
gl-ES|@{href=https://download.microsoft.com/download/7/E/B/7EB81832-D2A9-4672-9143-3579DE8BC183/wacserverlanguagepack.exe}
de-DE|@{href=https://download.microsoft.com/download/D/3/7/D378B006-CA25-462C-97F3-0A4A4501F2B4/wacserverlanguagepack.exe}
el-GR|@{href=https://download.microsoft.com/download/F/9/8/F986F9A4-AA95-4F00-9569-9DF4980FC605/wacserverlanguagepack.exe}
he-IL|@{href=https://download.microsoft.com/download/3/D/D/3DD64A32-E38F-4E29-BCBA-23EEC05B3F61/wacserverlanguagepack.exe}
hi-IN|@{href=https://download.microsoft.com/download/2/E/A/2EA68392-9AAC-4F25-88A8-C98E4AA5D70B/wacserverlanguagepack.exe}
hu-HU|@{href=https://download.microsoft.com/download/2/1/6/216469AF-3BE1-4273-89BE-94EF8906C74E/wacserverlanguagepack.exe}
id-ID|@{href=https://download.microsoft.com/download/4/2/3/4236A4FB-B7BE-4185-9D3D-1FC024FA80B6/wacserverlanguagepack.exe}
ga-IE|@{href=https://download.microsoft.com/download/8/0/0/80027761-3075-4DC7-A4D4-5565AB7258CA/wacserverlanguagepack.exe}
it-IT|@{href=https://download.microsoft.com/download/7/D/F/7DF07234-EF32-4981-9E5A-2F287441B4EB/wacserverlanguagepack.exe}
ja-JP|@{href=https://download.microsoft.com/download/2/C/E/2CEB4AAA-3117-4C1F-8847-41CF564B3FAB/wacserverlanguagepack.exe}
kk-KZ|@{href=https://download.microsoft.com/download/3/C/3/3C3DC06D-FBB0-48A9-BBDB-A7F914F574FF/wacserverlanguagepack.exe}
ko-KR|@{href=https://download.microsoft.com/download/D/F/6/DF66A391-EA97-42C6-A552-49D49FCDFD88/wacserverlanguagepack.exe}
lv-LV|@{href=https://download.microsoft.com/download/6/3/D/63DFF75E-46BE-4566-B555-FC4BC48837FB/wacserverlanguagepack.exe}
lt-LT|@{href=https://download.microsoft.com/download/3/1/F/31F6F77F-A9A7-4FC0-ADE0-138DDF94CD2B/wacserverlanguagepack.exe}
mk-MK|@{href=https://download.microsoft.com/download/A/B/8/AB85211C-E242-4001-863B-74EB6A40ED2C/wacserverlanguagepack.exe}
ms-MY|@{href=https://download.microsoft.com/download/9/8/6/9861A05B-8B36-45DC-9629-48886C551CD8/wacserverlanguagepack.exe}
nb-NO|@{href=https://download.microsoft.com/download/0/3/5/035851F6-4DF1-4358-81F7-86222FD976FB/wacserverlanguagepack.exe}
pl-PL|@{href=https://download.microsoft.com/download/5/E/7/5E719FC6-E016-468F-9E5E-8E8749F50D36/wacserverlanguagepack.exe}
pt-BR|@{href=https://download.microsoft.com/download/F/C/6/FC6B7A0E-B388-42D5-9171-E3DD991C621F/wacserverlanguagepack.exe}
pt-PT|@{href=https://download.microsoft.com/download/1/8/1/1817AA4D-B0D5-45EF-9746-52381C450FCE/wacserverlanguagepack.exe}
ro-RO|@{href=https://download.microsoft.com/download/6/3/0/63016EC4-B27F-42E8-ADE4-62D0A5EB093E/wacserverlanguagepack.exe}
ru-RU|@{href=https://download.microsoft.com/download/6/5/3/65326021-E804-4504-B607-85BF1200E211/wacserverlanguagepack.exe}
sr-Cyrl-RS|@{href=https://download.microsoft.com/download/1/F/E/1FE050BF-EA8A-4663-8B48-4BC0FA252E30/wacserverlanguagepack.exe}
sr-Latn-RS|@{href=https://download.microsoft.com/download/F/3/C/F3C6DF01-F1CB-467F-8EB3-68DF095B2771/wacserverlanguagepack.exe}
sk-SK|@{href=https://download.microsoft.com/download/2/D/8/2D845846-5ED4-4157-B17F-A3C969D31FE1/wacserverlanguagepack.exe}
sl-SI|@{href=https://download.microsoft.com/download/F/F/1/FF16B81E-B23D-4944-ADCF-CB91D2970970/wacserverlanguagepack.exe}
es-ES|@{href=https://download.microsoft.com/download/E/3/D/E3D356CD-1E49-4DC2-B699-7348ACA6B09E/wacserverlanguagepack.exe}
sv-SE|@{href=https://download.microsoft.com/download/5/B/7/5B7D1B87-2619-4DF6-AA2C-F2EB707E2231/wacserverlanguagepack.exe}
th-TH|@{href=https://download.microsoft.com/download/4/E/3/4E37723B-975D-4A66-B8C2-2AE40F329E60/wacserverlanguagepack.exe}
tr-TR|@{href=https://download.microsoft.com/download/E/9/F/E9F9A4CE-0FDF-4C16-9703-33CF22C6FC3D/wacserverlanguagepack.exe}
uk-UA|@{href=https://download.microsoft.com/download/4/2/F/42F9B464-20E6-4128-8B46-166D3774FF54/wacserverlanguagepack.exe}
vi-VN|@{href=https://download.microsoft.com/download/7/F/9/7F979020-DDD8-4059-B9FE-3BDBC1ADF28C/wacserverlanguagepack.exe}
cy-GB|@{href=https://download.microsoft.com/download/D/A/3/DA3B8193-E845-4A18-A7F1-381B7DC618BA/wacserverlanguagepack.exe}

SP2013 RTM + April 2015 CU

This slipstream should not be allowed as the April 2015 CU require SP1 (the re-released version and not the old or the MSDN/VLC ISO).
I just tested and the build process did not complain about it. But I know the install won't work.

NotImplementedException after the final "Press any key to exit..." in PowerShell ISE

Running the script on Windows Server 2019 in PowerShell ISE.
The script executes with no issues, but at the end after it prints "Press any key to exit..." instead of waiting for input, it throws an error.

Exception calling "ReadKey" with "1" argument(s): "The method or operation is not implemented."
At line:1 char:1

  • $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
  •   + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
      + FullyQualifiedErrorId : NotImplementedException
    
    
    

I think it's related to the PowerShell host and in regular PowerShell console it works just fine.
I don't know what's the reason of using $host.UI.RawUI.ReadKey() instead of Read-Host, but maybe you can add additional check for the $host.Name before calling this .ReadKey() method?

hotfixv4.microsoft.com is down

Hey Brian,

I just ran into AutoSPSourceBuilder yesterday and I really love it! Thanks for the effort and the result is stunning! I stumbled over 3 prerequisites for SP2013 which are not working because Microsoft server are down.

<!-- <Prerequisite Name="KB2708075 - FIX: IIS 7.5 configurations are not updated when you use the ServerManager class to commit configuration changes" Url="http://hotfixv4.microsoft.com/Windows%207/Windows%20Server2008%20R2%20SP1/sp2/Fix402568/7600/free/447698_intl_x64_zip.exe" Permalink="http://go.microsoft.com/fwlink/p/?LinkId=258851" /> -->
            <!-- <Prerequisite Name="KB2554876 - The SharePoint parsing process crashes in Windows Server 2008 R2" Url="http://hotfixv4.microsoft.com/Windows%207/Windows%20Server2008%20R2%20SP1/sp2/Fix368051/7600/free/433385_intl_x64_zip.exe" Permalink="http://go.microsoft.com/fwlink/p/?LinkId=258850" /> -->
            <!-- <Prerequisite Name="KB2472264 - You cannot customize some TCP configurations by using the netsh command in Windows Server 2008 R2" Url="http://hotfixv4.microsoft.com/Windows%207/Windows%20Server2008%20R2%20SP1/sp2/Fix354400/7600/free/427087_intl_x64_zip.exe" /> -->

I've search KB2708075 and came across this link and I'm wondering if I could use this file instead of 447698_intl_x64_zip.exe.

Regards, Andreas

Missing Updates

Dec 2019 updates are missing as a download. Is this no longer being maintained?

SharePoint 2016: Fixed version of February 2019 CU (STS)

Maybe you should replace or update the February CU for SharePoint 2016
Have a look at:
A fix for the regression in February 2019 CU for SP2016 has been released today

Replace STS Update for SP2016 (line 1113) of AutoSPSourceBuilder.xml
with the following (sts2016-kb3085363-fullfile-x64-glb.exe version 16.0.4810.1001)

<CumulativeUpdate Name="February 2019" Build="16.0.4810.1001" Url="https://download.microsoft.com/download/6/5/5/655CE976-72C5-49E8-A8BF-38FE2C93192E/sts2016-kb3085363-fullfile-x64-glb.exe" ExpandedFile="sts2016-kb3085363-fullfile-x64-glb.exe" />

Cannot index into null array.

This was during a 2013 build. Have seen it on 2010 and 2016.

Cannot index into a null array.
At E:\SharePoint_InstallMedia\AutoSPSourceBuilder\AutoSPSourceBuilder.ps1:532 char:20

  • if (($spCU.Url[ <<<< 0] -like "_`/$($spServicePack.Name)`/_") -and ($spServicePackBuildNumber -gt $spCUBuildNumber)) # New; only get the CU if its URL doesn't contain the service pack we already have and if the build 
    
    is older, as it will likely be older
    • CategoryInfo : InvalidOperation: (0:Int32) [], RuntimeException
    • FullyQualifiedErrorId : NullArray

Patching office online server separately

Is it possible to exploit AutoSPSourceBuilder for slipstreaming only OOS server, without SharePoint.
I've got an OOS image mounted to E drive, then I run &"C:\Windows\Temp\SPUpgradeSharedFolder\AutoSPSource Builder\AutoSPSourceBuilder.ps1" -WACSourceLocation "E:" -Destination \\unionenspshare.file.core.windows.net\common\inst allmedia\OOSSlipStreamedMedia_sv-se_October_2017 -CumulativeUpdate "October 2017" -Languages "sv-se"

Here is what I get:

 -- AutoSPSourceBuilder SharePoint Update Slipstreaming Utility --
 - Checking for D:\Setup.exe and D:\PrerequisiteInstaller.exe...
 - Checking for E:\Setup.exe and E:\PrerequisiteInstaller.exe...
 - Checking for F:\Setup.exe and F:\PrerequisiteInstaller.exe...
 - Checking for G:\Setup.exe and G:\PrerequisiteInstaller.exe...
 - Checking for H:\Setup.exe and H:\PrerequisiteInstaller.exe...
 - Checking for I:\Setup.exe and I:\PrerequisiteInstaller.exe...
 - Checking for J:\Setup.exe and J:\PrerequisiteInstaller.exe...
 - Checking for K:\Setup.exe and K:\PrerequisiteInstaller.exe...
 - Checking for L:\Setup.exe and L:\PrerequisiteInstaller.exe...
 - Checking for M:\Setup.exe and M:\PrerequisiteInstaller.exe...
 - Checking for N:\Setup.exe and N:\PrerequisiteInstaller.exe...
 - Checking for O:\Setup.exe and O:\PrerequisiteInstaller.exe...
 - Checking for P:\Setup.exe and P:\PrerequisiteInstaller.exe...
 - Checking for Q:\Setup.exe and Q:\PrerequisiteInstaller.exe...
 - Checking for R:\Setup.exe and R:\PrerequisiteInstaller.exe...
 - Checking for S:\Setup.exe and S:\PrerequisiteInstaller.exe...
 - Checking for T:\Setup.exe and T:\PrerequisiteInstaller.exe...
 - Checking for U:\Setup.exe and U:\PrerequisiteInstaller.exe...
 - Checking for V:\Setup.exe and V:\PrerequisiteInstaller.exe...
 - Checking for W:\Setup.exe and W:\PrerequisiteInstaller.exe...
 - Checking for X:\Setup.exe and X:\PrerequisiteInstaller.exe...
 - Checking for Y:\Setup.exe and Y:\PrerequisiteInstaller.exe...
 - Checking for Z:\Setup.exe and Z:\PrerequisiteInstaller.exe...
WARNING:  - The correct SharePoint source files/media were not found!
WARNING:  - Please insert/mount the correct media, or specify a valid path.

Framework 3.5 sources download /sxs

Hi, any chance to implement /sxs sources download for Framework 3.5? Without that we always have to download Windows image first and extract that sources from there for the AutoSPInstaller to pass.

de-de Language Pack in Autospinstaller

hello,
greate project, love it !!

but one thing, the autospsourcebuilder downloads the wrong languagepack for de-de.
you'll receive the gl-es language pack because the link in the autospsourcebuilder.xml targets to the wrong source - could you please correct this so de-de will be downloaded ?

cheers
kopfnicka

http downloads fail within certain proxy environments

Regarding the AutoSPSourceBuilder.xml there are some download sources with http and some with https protocol. I have a strange situation with my (Symantec) proxy that is blocking http downloads when downloading msi files but passing downloads of exe files. However, when an http download fails (e. g. http://download.microsoft.com/download/4/B/1/4B1E9B0E-A4F3-4715-B417-31C82302A70A/ENU/x64/sqlncli.msi) I can simply switch that link to https and the script works again.

What about changing all the download links to https which should be state of the art as we're in 2019?! ;-)

Missing August 2021 CU in autospsourcebuilder.xml

Missing these for SP 2019.

        <CumulativeUpdate Name="August 2021" Build="16.0.10377.20001" Url="https://download.microsoft.com/download/a/4/1/a41f9823-b8fd-4e67-aff7-6532e0d67c9d/sts2019-kb5002000-fullfile-x64-glb.exe" ExpandedFile="sts2019-kb5002000-fullfile-x64-glb.exe" />
        <CumulativeUpdate Name="August 2021" Build="16.0.10377.20001" Url="https://download.microsoft.com/download/6/7/7/6776e5a8-6634-459c-961d-f9cb4f0c8d91/wssloc2019-kb5002001-fullfile-x64-glb.exe" ExpandedFile="wssloc2019-kb5002001-fullfile-x64-glb.exe" />

The script will just redownload the one on the git repo and nukes the lines I added, so you'll need to update your repository with the latest CU's since June plz thx love you <3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.