Installing in an air-gapped environment?

 Fails on the check of aspnetcore even though its installed.

Parents
  • Hello  ,  

    we are sorry for the troubles with new installer on environment without internet.

    We are analyzing how we can resolve this issue and so far we have one workaround.

    You can install KSS NG in any computer with internet and copy folders C:\ProgramData\Package Cache\dotnet-runtime-7.0.4-win-x64.exe, C:\ProgramData\Package Cache\aspnetcore-runtime-7.0.4-win-x64.exe from this computer to computer w/o internet.

    Please, try to copy the two folders and let us know whether it helped your case. 
    Thank you

  • Hi mgebauer.

    I can confirm that your workaround resolves the installation issue. I was able to install the new version without problems after copying the files.

    For those who cannot or don´t want to install the software on another computer, please try the following:

    Open the following two URL with you webbrowser and save the file somewhere on your computer:

    • https://download.visualstudio.microsoft.com/download/pr/7e842a78-9877-4b82-8450-f3311b406a6f/83352282a0bdf1e5f9dfc5fcc88dc83f/dotnet-runtime-7.0.4-win-x64.exe
    • https://download.visualstudio.microsoft.com/download/pr/1c260404-69d2-4c07-979c-644846ba1f46/7d27639ac67f1e502b83a738406da0ee/aspnetcore-runtime-7.0.4-win-x64.exe

    Now go to your Kiwi Syslog-NG server and create the following directories:

    • C:\ProgramData\Package Cache\dotnet-runtime-7.0.4-win-x64.exe
    • C:\ProgramData\Package Cache\aspnetcore-runtime-7.0.4-win-x64.exe

    Finally, copy the files from your computer to the corresponding directory you have just created. The filenames need to be changed, otherwise it won´t work:

    • Copy dotnet-runtime-7.0.4-win-x64.exe from your computer to C:\ProgramData\Package Cache\dotnet-runtime-7.0.4-win-x64.exe and rename the file to DotNet70 (yes, without a file extension!)
    • Copy aspnetcore-runtime-7.0.4-win-x64.exe from your computer to C:\ProgramData\Package Cache\aspnetcore-runtime-7.0.4-win-x64.exe and name the file AspNetCore70 (without extension!)

    The full filepaths should now look like this:

    • C:\ProgramData\Package Cache\dotnet-runtime-7.0.4-win-x64.exe\DotNet70
    • C:\ProgramData\Package Cache\aspnetcore-runtime-7.0.4-win-x64.exe\AspNetCore70

    The installer should now recognize both files and finish the installation successfully.

Reply
  • Hi mgebauer.

    I can confirm that your workaround resolves the installation issue. I was able to install the new version without problems after copying the files.

    For those who cannot or don´t want to install the software on another computer, please try the following:

    Open the following two URL with you webbrowser and save the file somewhere on your computer:

    • https://download.visualstudio.microsoft.com/download/pr/7e842a78-9877-4b82-8450-f3311b406a6f/83352282a0bdf1e5f9dfc5fcc88dc83f/dotnet-runtime-7.0.4-win-x64.exe
    • https://download.visualstudio.microsoft.com/download/pr/1c260404-69d2-4c07-979c-644846ba1f46/7d27639ac67f1e502b83a738406da0ee/aspnetcore-runtime-7.0.4-win-x64.exe

    Now go to your Kiwi Syslog-NG server and create the following directories:

    • C:\ProgramData\Package Cache\dotnet-runtime-7.0.4-win-x64.exe
    • C:\ProgramData\Package Cache\aspnetcore-runtime-7.0.4-win-x64.exe

    Finally, copy the files from your computer to the corresponding directory you have just created. The filenames need to be changed, otherwise it won´t work:

    • Copy dotnet-runtime-7.0.4-win-x64.exe from your computer to C:\ProgramData\Package Cache\dotnet-runtime-7.0.4-win-x64.exe and rename the file to DotNet70 (yes, without a file extension!)
    • Copy aspnetcore-runtime-7.0.4-win-x64.exe from your computer to C:\ProgramData\Package Cache\aspnetcore-runtime-7.0.4-win-x64.exe and name the file AspNetCore70 (without extension!)

    The full filepaths should now look like this:

    • C:\ProgramData\Package Cache\dotnet-runtime-7.0.4-win-x64.exe\DotNet70
    • C:\ProgramData\Package Cache\aspnetcore-runtime-7.0.4-win-x64.exe\AspNetCore70

    The installer should now recognize both files and finish the installation successfully.

Children