Skip to content

Commit

Permalink
use app name and version as app id
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jul 31, 2023
1 parent ab2eff9 commit d4f187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inno_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{EE9F8244-B9CD-4162-B28B-97B7F2F465E8}
AppId={#MyAppName}{#AppVer}
AppName={#MyAppName}
AppVersion={#AppVer}
; 'AppVerName' What is shown in app remove section of Control Panel
Expand Down

0 comments on commit d4f187b

Please sign in to comment.