I've added the line AppMutex={#MyAppName} to my InnoSetup script, and #MyAppName does NOT include the version number. However, when my Setup.exe runs, it says "Your App v1.01 is already running" (or whatever) with the version number, which I don't want. Is there a way to have the message NOT show the version number?
Reason: Say I'm running v1.00 of my app, and I launch "MyApp_101_Setup.exe" (made with Inno Setup). The message shown is "Your App v1.01 is already running" which is NOT true, I'm trying to install v1.01 while v1.00 is running. This can cause confusion for my users.
Any tips? Thanks! :)