diff --git a/cookiecutter.json b/cookiecutter.json index e5122b8..88af86f 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -23,6 +23,10 @@ "install_options": "", "uninstall_options": "", "installer_path": "_installer", + "installer_images": { + "background": "", + "banner": "" + }, "post_install_script": "", "pre_uninstall_script": "", "python_version": "3.X.0", diff --git a/{{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs b/{{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs index cd23cc2..41da9ab 100644 --- a/{{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs +++ b/{{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs @@ -284,8 +284,12 @@ - - + {% if cookiecutter.installer_images.banner %} + + {% endif %} + {% if cookiecutter.installer_images.background %} + + {% endif %}