Posts by aniceguy

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    Hi all,

    I'm adding registry keys for the uninstaller information (version, publisher, comments etc [Please login to see this link.]).

    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\CurrentVersion\Uninstall\Mods Studio 2

    Subkey = DisplayVersion

    Value = #title

    The above script has evolved to this:

    If wanting to use this yourself, feel free to amend where necessary.

    Our installers start menu shortcuts and desktop shortcut no longer work as should do which is causing issues. Seems to be a permissions issue.

    NOTE: I could not report this via Please login to see this link. as it just brings me back to the main community support page??? :/

    Desktop shortcut:

    Desktop shortcut permissions are not as what should be:

    Please login to see this link.

    Please login to see this link.

    Due to the incorrect permissions, our app is not closing properly after being run from this shortcut (i.e. the app has to be killed via task manager). In order to fix; a user has to delete the desktop shortcut created by the installer and create it manually.

    Start Menu shortcut:

    Similarly, the permissions for the start menu shortcuts are causing the same issues as desktop shortcuts.

    Please login to see this link.


    Please fix as soon as you can. Thank you.

    So it seems the code above doesn't work correctly if the user doesn't have .net installed. However the following edits allow it to work fully:

    To write from batch to a file, use
    echo Installed > output.txt
    The > output means the standard output lines (as opposed to standard error, 2>) will go to the text file.
    The dotnet list--runtimes could work if you output it with >, then use FIND/FINDSTR.

    Alternatively, as seen in the REG line, you can pass the results directly to FIND/FINDSTR with the | operator.
    Program1 | Program2
    ...means Program2 will get Program1's output as Program2's input.


    Thank you Phi.

    I have managed to accomplish the checking on net core using the dotnet --list-runtimes command instead of registry key :)

    If anyone else wants the code, here it is:

    Hi all,

    Couple of issues I've come across with build #45 on Win 10 Pro x64 (20H2):

    1) Uninstaller shortcut does not work on Win 10 start menu. I suspect this is due to the OS right click menu on app in start menu > select uninstall app > os loads control panel's Program and Features so you may uninstall from there?

    2) icon issues

    a) Assigned "ms2.ico" icon file to x2 files: "ModStudio2UI.exe" and "ModStudio2UIExporter.exe". Works for the former but not for the latter (ModStudio2UIExporter.exe).

    Please login to see this link.

    Please login to see this link.

    b) Notice that the "UV Exporter (templates) start menu link doesn't include the icon I selected.

    c) Also notice that the html file links (Show your support, Support and Troubleshooting and Tutorials) in the start menu don't show icons for the default browser.

    If you need anything else, please reply and I shall reply when I can.

    PS: Could not report via bug system so had to put this here.