Martijn Laan 1 year ago
parent
commit
d12587ecc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Examples/PowerShell.iss

+ 1 - 1
Examples/PowerShell.iss

@@ -35,7 +35,7 @@ UninstallDisplayIcon={app}\MyProg.exe
 Compression=lzma2
 Compression=lzma2
 SolidCompression=yes
 SolidCompression=yes
 OutputDir=userdocs:Inno Setup Examples Output
 OutputDir=userdocs:Inno Setup Examples Output
-Password=={#Password}
+Password={#Password}
 
 
 [Files]
 [Files]
 Source: "MyProg.exe"; DestDir: "{app}"
 Source: "MyProg.exe"; DestDir: "{app}"