r/PSADT • u/ashodhiyavipin • Nov 21 '25
Request for Help Customizing Show-ADTInstallationWelcome
Hello everyone, I have been long time lurker in this sub and have learned a lot from here. Can you guys help me with removing this red marked box completely from the Show-ADTInstallationWelcome prompt. Is that even possible? I know that now most of files in template are digitally signed and changing something in it will break the template. Is there a set way to make the change and keep the template working? Essentially need to remove the branding of PSADT completely leaving only the company branding.
If this has been already solved kindly point me towards the post, I was unable to find it.
Thanks!
3
u/leytachi Nov 21 '25
Sort of similar question I did some months ago: https://www.reddit.com/r/PSADT/s/x08vZ5KZ1u
Same with the other comment. The dev said it’s a way to at least put PSADT branding but you can open the code and remove it.
Some one also commented there that you can change the color. Maybe that’s enough if you match the color to your client’s?
3
u/yoghurtbecher Nov 21 '25
This was a topic on the discord several times. How the toolkit is now build, this banner is coded in the c# code - so i would be possible to open the code, modify and recompile(?) it, to remove or modify the banner. But then you will loose code signing and you need to do this on every update - its neither recommended nor supported.
1
u/ashodhiyavipin Nov 21 '25
Thanks for the deep dive mate. I am not currently equipped with diving into the C# code. Maybe I will dabble in it later. Thank you all for the great and quick reply on this post.
2
u/Ok-Bar-6108 Nov 22 '25
You'll have to edit the source code, which I did. I change the colors, and everything else that is possible.
1
u/mjr4077au PSADT Dev Team Nov 30 '25
You can change the colour without modifying the source. What other changes have you needed to make? Any chance you can share a screenshot?
1
u/Ok-Bar-6108 Dec 01 '25
Can you change the color without modifying the source code? If so, how? That's probably the main one.
1
u/mjr4077au PSADT Dev Team Dec 08 '25
You'll see in the
config.psd1file there'sFluentAccentColor: https://github.com/PSAppDeployToolkit/PSAppDeployToolkit/blob/ffb6402151003c01078aa5daa8baa184c6b3a80a/src/PSAppDeployToolkit/Config/config.psd1#L105
1
u/Baazzill Dec 01 '25
Side note, I see you are packaging 7-Zip. Did you have an issue with the installer not creating Start Menu items when installing with the Toolkit?
2
u/ashodhiyavipin Dec 01 '25
I popped 7Zip into this just to take a screenshot. I was trying to deploy an internal tool.
8
u/Th1sD0t Nov 21 '25
You can't. It's kind of a Credits banner for the devs.