You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
support actually setting the home directory selected by the user in the installer
getting this working right was suprisingly messy and I'm still not happy with
any of it. For now I'm just happy that it appears to work, and will find a
cleaner way later.
; InnoSetup will not create empty directories found when including files
106
106
; recursively in the [Files] section, so any directories that must exist
@@ -232,7 +232,7 @@ var
232
232
begin
233
233
Page := CreateInputDirPage(InstallModeSelectPageID, 'Select Sage home directory',
234
234
'Select the default directory that Sage will start in', '', False, '');
235
-
Page.Add('');
235
+
Page.Add('Sage will start with this folder as your working directory by default; you can also change this after installation using the sage-sethome command:');
0 commit comments