Skip to content

Commit

Permalink
auto merge of #19725 : vadimcn/rust/inst-path, r=alexcrichton
Browse files Browse the repository at this point in the history
Change default installation directory to %SYSTEMDRIVE%\Rust.
Modify user PATH, rather than system PATH.
  • Loading branch information
bors committed Dec 14, 2014
2 parents 52f7a4a + 3eda3cd commit 93c0610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/pkg/rust.iss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DisableStartupPrompt=true
OutputDir=.\dist\
SourceDir=.\
OutputBaseFilename={#CFG_PACKAGE_NAME}-{#CFG_BUILD}
DefaultDirName={pf32}\Rust
DefaultDirName={sd}\Rust

Compression=lzma2/ultra
InternalCompressLevel=ultra
Expand All @@ -49,7 +49,7 @@ Source: "tmp/dist/win/gcc/*.*"; DestDir: "{app}"; Flags: ignoreversion recursesu
[Code]
const
ModPathName = 'modifypath';
ModPathType = 'system';
ModPathType = 'user';
function ModPathDir(): TArrayOfString;
begin
Expand Down

0 comments on commit 93c0610

Please sign in to comment.