Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863

    Uninstall & icon in "add/remove programs"

    I set up a "custom icon" but the icon isn't displayed in "add/remove programs"

    how can I get my apps icon to show up in "add/remove programs"?

    Thanks
    -josh

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Jassing,

    The custom icon setting in the uninstall does not show up in Add/Remove programs. Here are the instructions to do this using actions if you so desire:

    Create a new value in the Registry in the following location:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr
    entVersion\Uninstall\YourProduct

    Create a value called "DisplayIcon".
    Then as it's data, have the full path to your executable, followed by a comma and then the icon index integer.

    You can also use a path to an icon file.

    Adam Kapilik

  3. #3
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863

    icon/uninstall

    thanks.

    Will that be addressed in the next release?

  4. #4
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Sorry this has not been added to 6.0.1.4. This is something that we will address in a future version. For now I hope that he manual way works for you.

    Adam Kapilik

  5. #5
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    Thanks for the tip, Adam. If the EXE file includes the icon, “Add/Remove Programs” displays the application icon without any Value Name like “DisplayIcon”.

  6. #6
    Join Date
    Feb 2004
    Location
    Wendigo City
    Posts
    10
    Originally posted by Adam
    Jassing,

    Create a value called "DisplayIcon".
    Then as it's data, have the full path to your executable, followed by a comma and then the icon index integer.

    Adam Kapilik
    So how exactly do you 'code' a link to an icon integer within an icon library or dll file?
    How exactly would it look?
    "C:\my app\example.dll ..... " ?

  7. #7
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834
    I'm not sure whether you are asking about the contents of the Registry action, or the actual icon inclusion in the resources of a DLL or Executable.

    If you are asking about the Registry action, basically in order to create that string, the "Value data" field in your Modify Registry action would be the path to the file, followed by a comma and then then the number representing the icon index in the file's resources.

    However if the file does not contain any icon resources you want to use, the path in the "Value data" field of the action would be the path to the installed icon file( .ico).
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts