We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00009f9 + 35f5a67 commit 757fa6fCopy full SHA for 757fa6f
src/etc/pkg/rust.iss
@@ -8,7 +8,7 @@
8
SetupIconFile=rust-logo.ico
9
AppName=Rust
10
AppVersion={#CFG_RELEASE}
11
-AppCopyright=Copyright (C) 2006-2013 Mozilla Foundation, MIT license
+AppCopyright=Copyright (C) 2006-2014 Mozilla Foundation, MIT license
12
AppPublisher=Mozilla Foundation
13
AppPublisherURL=http://www.rust-lang.org
14
VersionInfoVersion={#CFG_VERSION_WIN}
@@ -43,7 +43,7 @@ Source: "tmp/dist/win/*.*" ; DestDir: "{app}"; Flags: ignoreversion recursesubdi
43
[Code]
44
const
45
ModPathName = 'modifypath';
46
- ModPathType = 'user';
+ ModPathType = 'system';
47
48
function ModPathDir(): TArrayOfString;
49
begin
0 commit comments