Skip to content

Commit

Permalink
fix iss for windows 64
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-g committed Nov 10, 2017
1 parent 5d380b3 commit 478bb92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/app.iss.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ Source: "<%= source.source %>"; <%
<% }) %>

[Registry]
Root: HKLM32; Subkey: "Software\<%= config.win.appPublisher %>\<%= config.id %>"; Flags: uninsdeletekey;
Root: HKLM32; Subkey: "Software\<%= config.win.appPublisher %>\<%= config.id %>"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}";
Root: HKLM32; Subkey: "Software\<%= config.win.appPublisher %>\<%= config.id %>"; ValueType: string; ValueName: "Version"; ValueData: "<%= manifest.version %>";
Root: HKLM32; Subkey: "Software\Mozilla\NativeMessagingHosts\<%= config.id %>"; ValueType: string; ValueName: ""; ValueData: "{app}\firefox.<%= config.id %>.json"; Flags: uninsdeletekey;
Root: HKLM32; Subkey: "Software\Chromium\NativeMessagingHosts\<%= config.id %>"; ValueType: string; ValueName: ""; ValueData: "{app}\chrome.<%= config.id %>.json"; Flags: uninsdeletekey;
Root: HKLM32; Subkey: "Software\Google\Chrome\NativeMessagingHosts\<%= config.id %>"; ValueType: string; ValueName: ""; ValueData: "{app}\chrome.<%= config.id %>.json"; Flags: uninsdeletekey;
Root: HKLM; Subkey: "Software\<%= config.win.appPublisher %>\<%= config.id %>"; Flags: uninsdeletekey;
Root: HKLM; Subkey: "Software\<%= config.win.appPublisher %>\<%= config.id %>"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}";
Root: HKLM; Subkey: "Software\<%= config.win.appPublisher %>\<%= config.id %>"; ValueType: string; ValueName: "Version"; ValueData: "<%= manifest.version %>";
Root: HKLM; Subkey: "Software\Mozilla\NativeMessagingHosts\<%= config.id %>"; ValueType: string; ValueName: ""; ValueData: "{app}\firefox.<%= config.id %>.json"; Flags: uninsdeletekey;
Root: HKLM; Subkey: "Software\Chromium\NativeMessagingHosts\<%= config.id %>"; ValueType: string; ValueName: ""; ValueData: "{app}\chrome.<%= config.id %>.json"; Flags: uninsdeletekey;
Root: HKLM; Subkey: "Software\Google\Chrome\NativeMessagingHosts\<%= config.id %>"; ValueType: string; ValueName: ""; ValueData: "{app}\chrome.<%= config.id %>.json"; Flags: uninsdeletekey;

[Code]
function IsX64: Boolean;
Expand Down

0 comments on commit 478bb92

Please sign in to comment.