Announcement

Collapse
No announcement yet.

Running EXE shows "Setup Program" and not the title of the software

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Running EXE shows "Setup Program" and not the title of the software

    Any reason why my exe shows up as "Setup Program" and not the title of my software? Where in the .msifact or bootstrapper .xml file or another place to change it?


    Click image for larger version

Name:	setup program.png
Views:	167
Size:	19.8 KB
ID:	308102

  • #2
    This looks like you did not specify any custom resources, so all standard settings were applied to the bootstrapper. Check the Version Resources tab of the Bootstrapper Designer:

    Click image for larger version

Name:	SCRN-2022-01-28-02.png
Views:	121
Size:	23.0 KB
ID:	308104

    With these settings, the resources will be written into the exe file, and when signed, you should see the description you gave to the program on the User Account Control dialog, instead of the generic "Setup Program".

    Click image for larger version

Name:	SCRN-2022-01-28-03.png
Views:	108
Size:	15.6 KB
ID:	308105

    Ulrich

    Comment


    • #3
      Perfect, that fixed it, thanks!

      Comment


      • #4
        That works great at installation, but at uninstallation, it shows the generic .msi, not the name of the software:

        Click image for larger version

Name:	Capture2.jpg
Views:	107
Size:	30.7 KB
ID:	308118

        Comment


        • #5
          Have you filled out the fields in both the Product and Package tabs of the Project Settings?

          Click image for larger version

Name:	SCRN-2022-01-29-01.png
Views:	91
Size:	14.3 KB
ID:	308121

          Ulrich

          Comment


          • #6
            Yes, all fields are filled out. And I am using a bootstrapper XML file with all fields filled out.
            Attached Files

            Comment


            • #7
              It looks like you need to specify a Description as part of the Digital Signature with the "/d" option as part of the "signtool sign" command. THEN it shows up when uninstalling. Hopefully this helps someone else out.

              Comment


              • #8
                Follow-up question.

                In the above dialog that shows 492b7a6.msi, as mentioned I successfully changed the name showing at Uninstall/Repair from the .msi file to the actual software name by including the /d switch in the signtool command.

                How do I change the icon at Uninstall/Repair? The name shows correctly (no 492b7a6.msi showing as the title), but the icon is just the generic icon. It is not the same icon that shows at installation as in my first entry in this post shows the purple icon.

                Thank you!

                Comment


                • #9
                  The icon should be set in the Project Settings, here:

                  Click image for larger version

Name:	SCRN-2022-05-06-01.png
Views:	73
Size:	14.9 KB
ID:	308716

                  Ulrich

                  Comment

                  Working...
                  X