Custom Install GUI

I have spent a little amount of time looking over these forums and admin doc though cant find my answer. The main appdeploy install screen I am looking to customize.

  • Want to change the size of the MSG box
  • Change wording in side (ex: defer to postpone)
  • AddCustom Logo ( i think that is just the banner file)

Then is there a way to compile it into one file for easier deployment ?

Would be nice with a feature to define custom size of fonts and dialog boxes. Of course, width would be a problem with banners stretching and so on… I think you find these kind of settings in AppDeployToolkit\AppDeployToolkitMain.ps1 as per now…

Translation is set in AppDeployToolkit\AppDeployToolkitConfig.xml, just Ctrl + H to find and replace the word in notepad.

The logo is, as you suspected, just a png file… Make a new one with same dimensions and replace.

Btw… I think the toolkit takes in consideration if the user has raised the DPI in Windows (can be either 96,125 or 150). So keep that in mind when changing the defaults, so that you know your customizations fit for all user scenarios.

We don’t have any kind of wrap to executable function in the toolkit. There is a deploy-application.exe available to make executing the powershell scripts simpler.