Skip to content

Commit

Permalink
Revert "Force admin rights for Windows version"
Browse files Browse the repository at this point in the history
This reverts commit e1470cc.
  • Loading branch information
AcidWeb committed Feb 6, 2017
1 parent 807a2d1 commit 4b0a94a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
3 changes: 1 addition & 2 deletions kcc.iss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Name: "CB7association"; Description: "CB7"; GroupDescription: "File associations
[Files]
Source: "dist\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion solidbreak
Source: "other\windows\KCC.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion
Source: "other\windows\Additional-LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "other\windows\UnRAR.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "other\windows\7za.exe"; DestDir: "{app}"; Flags: ignoreversion
Expand All @@ -59,7 +58,7 @@ Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks:

[Run]
Filename: "{tmp}\vc_redist.x64.exe"; Parameters: "/install /passive /norestart"; StatusMsg: "Installing Microsoft Visual C++ 2015 Redistributable Package..."
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall shellexec
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall

[Messages]
WelcomeLabel1=Welcome to the KCC Setup Wizard
Expand Down
26 changes: 0 additions & 26 deletions other/windows/KCC.exe.manifest

This file was deleted.

0 comments on commit 4b0a94a

Please sign in to comment.