We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afca754 commit 3af3beaCopy full SHA for 3af3bea
1 file changed
installer.iss
@@ -9,7 +9,8 @@
9
10
[Setup]
11
; Informações básicas
12
-AppId={A1B2C3D4-E5F6-7890-ABCD-EF1234567890}
+; Fixed AppId by escaping curly braces with double braces
13
+AppId={{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}}
14
AppName={#MyAppName}
15
AppVersion={#MyAppVersion}
16
AppPublisher={#MyAppPublisher}
0 commit comments