User Tag List

Results 1 to 7 of 7

Thread: Can you use #title macro as registry entry for uninstaller "DisplayVersion"?

  1. #1
    Clicker Install Creator Pro

    Join Date
    Jul 2008
    Location
    UK
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Can you use #title macro as registry entry for uninstaller "DisplayVersion"?

    Hi all,

    I'm adding registry keys for the uninstaller information (version, publisher, comments etc [official Microsoft list here]).

    I'm wondering, we use the #title macro for our version of our software as it makes our lives easier; can this title macro be used to enter the "DisplayVersion" registry key?

    i.e.

    Root Key = HKEY_LOCAL_MACHINE

    Key = SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\Mods Studio 2

    Subkey = DisplayVersion

    Value = #title

  2. #2
    Clicker Install Creator Pro

    Join Date
    Jul 2008
    Location
    UK
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using #title macro doesn't work. Just tested

  3. #3
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,640
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)
    Correct, that doesn't work.

    2 mistakes though I think:

    1. You must not specify WOW6432Node, this is automatically inserted by Windows when a 32-bit app like your installer writes to HKEY_LOCAL_MACHINE\Software
    2. I think DisplayVersion should display a version information like 123.456.789.001, not your product's title.

  4. #4
    Clicker Install Creator Pro

    Join Date
    Jul 2008
    Location
    UK
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Yves, in our installer, we use the #title macro for our version number

    I've managed to get working what I want to (minus the size - without manually entering the total size of our program). See the following github post: https://github.com/WerewolfCustoms/M...ard/issues/295

    Q) Is it a bug that the size is not listed in the "Programs and Features"?

    See this image: External link (github)

  5. #5
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,640
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by aniceguy View Post
    [B]Q) Is it a bug that the size is not listed in the "Programs and Features"?
    Not a bug, IC doesn't write the size. It could probably write the total size it writes, but in some cases it's a bit complicated to evaluate as either the installed app can install files in its install folder and/or the installer runs an EXE that installs/moves files, some files already exist and are not installed, etc.

  6. #6
    Clicker Install Creator Pro

    Join Date
    Jul 2008
    Location
    UK
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I understand and thank you for your reply

    Any news on ICP3?

  7. #7
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,640
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)
    No progress for a long time, too busy with Fusion for the moment...

Similar Threads

  1. I need help with my "fake" title screen
    By Dudez01 in forum Fusion 2.5
    Replies: 5
    Last Post: 26th March 2018, 07:45 PM
  2. Get rid of "Title" on top of android application
    By Zallred in forum Fusion 2.5
    Replies: 1
    Last Post: 1st July 2014, 09:17 PM
  3. Question about expanding the "Registry Object"
    By Wingamez in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 20th April 2009, 05:42 PM

Posting Permissions

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