mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:16:13 +02:00
windows installer: use system drive for default lazarus directory (issue #20269)
git-svn-id: trunk@32417 -
This commit is contained in:
parent
c963680079
commit
2f7dd74905
@ -27,7 +27,7 @@ AppPublisherURL=http://www.lazarus.freepascal.org/
|
||||
AppSupportURL=http://www.lazarus.freepascal.org/
|
||||
AppUpdatesURL=http://www.lazarus.freepascal.org/
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
DefaultDirName={code:GetDefDir|c:\lazarus}
|
||||
DefaultDirName={code:GetDefDir|{sd}\lazarus}
|
||||
DefaultGroupName={#AppName}
|
||||
InternalCompressLevel=ultra
|
||||
OutputBaseFilename={#OutputFileName}
|
||||
|
@ -27,7 +27,7 @@ AppPublisherURL=http://www.lazarus.freepascal.org/
|
||||
AppSupportURL=http://www.lazarus.freepascal.org/
|
||||
AppUpdatesURL=http://www.lazarus.freepascal.org/
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
DefaultDirName={code:GetDefDir|c:\lazarus}
|
||||
DefaultDirName={code:GetDefDir|{sd}\lazarus}
|
||||
DefaultGroupName={#AppName}
|
||||
OutputBaseFilename={#OutputFileName}
|
||||
InternalCompressLevel=ultra
|
||||
|
Loading…
Reference in New Issue
Block a user