diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-09-29 08:12:48 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-29 08:12:48 -0700 |
| commit | 757fa6ffbaea0c2ddfba31d6c5777f0a61722947 (patch) | |
| tree | 570a2e3bef1687870b8bb76fc52cfde8d0f6dbb7 | |
| parent | 00009f97898c0c97af8dfd715d2b460883586817 (diff) | |
| parent | 35f5a674d47c91366a4f23c706fc0be1a689f65f (diff) | |
| download | rust-757fa6ffbaea0c2ddfba31d6c5777f0a61722947.tar.gz rust-757fa6ffbaea0c2ddfba31d6c5777f0a61722947.zip | |
rollup merge of #17573 : iliekturtles/17570-windows-installer-path
| -rw-r--r-- | src/etc/pkg/rust.iss | 4 |
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 |
