Search found 8 matches

by bdlbcc
Mon Apr 08, 2024 3:57 pm
Forum: Technical Support
Topic: Automated installer build using docker
Replies: 16
Views: 1180

Re: Automated installer build using docker

Thanks. I got this working but there is a big issue with the size. Even though the image creates successfully, and behaves as expected it is WAY too large for a typical CI/DI Pipeline (58.5 GB). The base Windows Server Core 2022 LTSC is only ~3 GB. The only other tools installed are Git and 7-zip, p...
by bdlbcc
Mon Apr 08, 2024 8:21 am
Forum: Technical Support
Topic: Automated installer build using docker
Replies: 16
Views: 1180

Re: Automated installer build using docker

Thank you John! When the update is pushed to the downloads page, could you please be sure to add an (optional?) flag to install the command line utilities and let me know how to pass it in? After all, the point of implementing this in Docker is to automate the process, which means command line suppo...
by bdlbcc
Thu Apr 04, 2024 2:48 pm
Forum: Technical Support
Topic: Automated installer build using docker
Replies: 16
Views: 1180

Re: Automated installer build using docker

Thanks for this. It took me a while to get back to this, but good news! I was able to succesfully build the docker image using the commands outlined above. Inspecting the container, it looks like the content that I expected is there. I do need to hone this a bit further to ensure we can actually bui...
by bdlbcc
Thu Apr 04, 2024 2:48 pm
Forum: Technical Support
Topic: Automated installer build using docker
Replies: 16
Views: 1180

Re: Automated installer build using docker

First issue I ran into; It does not seem that miabuild.exe is present on the docker container. Is there some sort of flag that needs to be passed into the installer process to enable it to be delivered? Searching c:\program files (x86) did not find it for me, nor is it on the path.
by bdlbcc
Thu Mar 14, 2024 2:38 pm
Forum: Technical Support
Topic: Automated installer build using docker
Replies: 16
Views: 1180

Re: Automated installer build using docker

Thank you for the quick response. I will get to trying this out ASAP and let you know my results. When you say "minimal install", are there any specific command line parameters you would like me to use? An example template of what I should be using for the RUN command would be appreciated....
by bdlbcc
Mon Mar 11, 2024 2:02 pm
Forum: Technical Support
Topic: Automated installer build using docker
Replies: 16
Views: 1180

Re: Automated installer build using docker

Thanks, I tried it with the NATIVE_HARDLINK=FALSE flag but the same results; It hangs at the exact same spot in the log file. Please see the attached installer log, I omitted the registration step so no sensitive info should be in there. As for the brute for method (copy content and registry setting...
by bdlbcc
Thu Feb 15, 2024 6:57 pm
Forum: Technical Support
Topic: Automated installer build using docker
Replies: 16
Views: 1180

Re: Automated installer build using docker

Thanks. Took a while to respond, but I tried the following and have better results, but still not the solution. New Dockerfile: ================================= FROM mcr.microsoft.com/dotnet/framework/sdk:3.5-windowsservercore-ltsc2019 SHELL ["cmd", "/S", "/C"] # Copy ...
by bdlbcc
Mon Feb 05, 2024 1:20 pm
Forum: Technical Support
Topic: Automated installer build using docker
Replies: 16
Views: 1180

Automated installer build using docker

We use, and have licensed, studio admin. I wrote scripts that utilize miabuild to automate the creation of various product installers. I verified these scripts execute successfully when tested locally on a windows server 2022 machine, with admin studio installed locally. The goal is to dockerize thi...

Go to advanced search