Change the image in the Inno Setup wizard banner











up vote
10
down vote

favorite
2












How do I change the image in the banner of wizards. I know how to change it in the first page, using this command:



WizardImageFile=C:Documents and Settingsmybmp.bmp


But my question is about following pages, where it shows standard image banner at the top.










share|improve this question




























    up vote
    10
    down vote

    favorite
    2












    How do I change the image in the banner of wizards. I know how to change it in the first page, using this command:



    WizardImageFile=C:Documents and Settingsmybmp.bmp


    But my question is about following pages, where it shows standard image banner at the top.










    share|improve this question


























      up vote
      10
      down vote

      favorite
      2









      up vote
      10
      down vote

      favorite
      2






      2





      How do I change the image in the banner of wizards. I know how to change it in the first page, using this command:



      WizardImageFile=C:Documents and Settingsmybmp.bmp


      But my question is about following pages, where it shows standard image banner at the top.










      share|improve this question















      How do I change the image in the banner of wizards. I know how to change it in the first page, using this command:



      WizardImageFile=C:Documents and Settingsmybmp.bmp


      But my question is about following pages, where it shows standard image banner at the top.







      inno-setup






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 26 '12 at 8:15









      Deanna

      20.5k648117




      20.5k648117










      asked Sep 21 '11 at 15:22









      Vikyboss

      6072822




      6072822
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          19
          down vote



          accepted










          The banner at the top is controlled by the WizardSmallImageFile directive. For example:



          [Setup]
          ...
          WizardSmallImageFile=mysmallimage.bmp


          The maximum size of the bitmap is 55x58 pixels.






          share|improve this answer























          • Thanks mirtheil, I just found out that. Much appreciated and thanks for the optimal size info.
            – Vikyboss
            Sep 21 '11 at 17:05






          • 3




            If like me, you also wanted to change the large image on the left of the first installer page, you may follow the instructions on this blog post.
            – ereOn
            May 7 '15 at 22:49










          • Also you need to make the image with 24 bits (R8 G8 B8), with Paint or Gimp is easy to do.
            – Gustavo
            Nov 2 '17 at 12:25











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f7502365%2fchange-the-image-in-the-inno-setup-wizard-banner%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          19
          down vote



          accepted










          The banner at the top is controlled by the WizardSmallImageFile directive. For example:



          [Setup]
          ...
          WizardSmallImageFile=mysmallimage.bmp


          The maximum size of the bitmap is 55x58 pixels.






          share|improve this answer























          • Thanks mirtheil, I just found out that. Much appreciated and thanks for the optimal size info.
            – Vikyboss
            Sep 21 '11 at 17:05






          • 3




            If like me, you also wanted to change the large image on the left of the first installer page, you may follow the instructions on this blog post.
            – ereOn
            May 7 '15 at 22:49










          • Also you need to make the image with 24 bits (R8 G8 B8), with Paint or Gimp is easy to do.
            – Gustavo
            Nov 2 '17 at 12:25















          up vote
          19
          down vote



          accepted










          The banner at the top is controlled by the WizardSmallImageFile directive. For example:



          [Setup]
          ...
          WizardSmallImageFile=mysmallimage.bmp


          The maximum size of the bitmap is 55x58 pixels.






          share|improve this answer























          • Thanks mirtheil, I just found out that. Much appreciated and thanks for the optimal size info.
            – Vikyboss
            Sep 21 '11 at 17:05






          • 3




            If like me, you also wanted to change the large image on the left of the first installer page, you may follow the instructions on this blog post.
            – ereOn
            May 7 '15 at 22:49










          • Also you need to make the image with 24 bits (R8 G8 B8), with Paint or Gimp is easy to do.
            – Gustavo
            Nov 2 '17 at 12:25













          up vote
          19
          down vote



          accepted







          up vote
          19
          down vote



          accepted






          The banner at the top is controlled by the WizardSmallImageFile directive. For example:



          [Setup]
          ...
          WizardSmallImageFile=mysmallimage.bmp


          The maximum size of the bitmap is 55x58 pixels.






          share|improve this answer














          The banner at the top is controlled by the WizardSmallImageFile directive. For example:



          [Setup]
          ...
          WizardSmallImageFile=mysmallimage.bmp


          The maximum size of the bitmap is 55x58 pixels.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Dec 30 '14 at 10:27









          TLama

          64.3k15158283




          64.3k15158283










          answered Sep 21 '11 at 16:42









          mirtheil

          6,7942023




          6,7942023












          • Thanks mirtheil, I just found out that. Much appreciated and thanks for the optimal size info.
            – Vikyboss
            Sep 21 '11 at 17:05






          • 3




            If like me, you also wanted to change the large image on the left of the first installer page, you may follow the instructions on this blog post.
            – ereOn
            May 7 '15 at 22:49










          • Also you need to make the image with 24 bits (R8 G8 B8), with Paint or Gimp is easy to do.
            – Gustavo
            Nov 2 '17 at 12:25


















          • Thanks mirtheil, I just found out that. Much appreciated and thanks for the optimal size info.
            – Vikyboss
            Sep 21 '11 at 17:05






          • 3




            If like me, you also wanted to change the large image on the left of the first installer page, you may follow the instructions on this blog post.
            – ereOn
            May 7 '15 at 22:49










          • Also you need to make the image with 24 bits (R8 G8 B8), with Paint or Gimp is easy to do.
            – Gustavo
            Nov 2 '17 at 12:25
















          Thanks mirtheil, I just found out that. Much appreciated and thanks for the optimal size info.
          – Vikyboss
          Sep 21 '11 at 17:05




          Thanks mirtheil, I just found out that. Much appreciated and thanks for the optimal size info.
          – Vikyboss
          Sep 21 '11 at 17:05




          3




          3




          If like me, you also wanted to change the large image on the left of the first installer page, you may follow the instructions on this blog post.
          – ereOn
          May 7 '15 at 22:49




          If like me, you also wanted to change the large image on the left of the first installer page, you may follow the instructions on this blog post.
          – ereOn
          May 7 '15 at 22:49












          Also you need to make the image with 24 bits (R8 G8 B8), with Paint or Gimp is easy to do.
          – Gustavo
          Nov 2 '17 at 12:25




          Also you need to make the image with 24 bits (R8 G8 B8), with Paint or Gimp is easy to do.
          – Gustavo
          Nov 2 '17 at 12:25


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f7502365%2fchange-the-image-in-the-inno-setup-wizard-banner%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Contact image not getting when fetch all contact list from iPhone by CNContact

          count number of partitions of a set with n elements into k subsets

          A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks