about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-09-29 08:12:48 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-09-29 08:12:48 -0700
commit757fa6ffbaea0c2ddfba31d6c5777f0a61722947 (patch)
tree570a2e3bef1687870b8bb76fc52cfde8d0f6dbb7
parent00009f97898c0c97af8dfd715d2b460883586817 (diff)
parent35f5a674d47c91366a4f23c706fc0be1a689f65f (diff)
downloadrust-757fa6ffbaea0c2ddfba31d6c5777f0a61722947.tar.gz
rust-757fa6ffbaea0c2ddfba31d6c5777f0a61722947.zip
rollup merge of #17573 : iliekturtles/17570-windows-installer-path
-rw-r--r--src/etc/pkg/rust.iss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/pkg/rust.iss b/src/etc/pkg/rust.iss
index 08c28c4399b..fe2107943c5 100644
--- a/src/etc/pkg/rust.iss
+++ b/src/etc/pkg/rust.iss
@@ -8,7 +8,7 @@
 SetupIconFile=rust-logo.ico
 AppName=Rust
 AppVersion={#CFG_RELEASE}
-AppCopyright=Copyright (C) 2006-2013 Mozilla Foundation, MIT license
+AppCopyright=Copyright (C) 2006-2014 Mozilla Foundation, MIT license
 AppPublisher=Mozilla Foundation
 AppPublisherURL=http://www.rust-lang.org
 VersionInfoVersion={#CFG_VERSION_WIN}
@@ -43,7 +43,7 @@ Source: "tmp/dist/win/*.*" ; DestDir: "{app}"; Flags: ignoreversion recursesubdi
 [Code]
 const
 	ModPathName = 'modifypath';
-	ModPathType = 'user';
+	ModPathType = 'system';
 
 function ModPathDir(): TArrayOfString;
 begin