View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020269 | Lazarus | IDE | public | 2011-09-16 09:03 | 2011-09-19 09:19 |
Reporter | cyberax | Assigned To | Vincent Snijders | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 0.9.30 | ||||
Fixed in Version | 0.9.31 (SVN) | ||||
Summary | 0020269: Incorrect identification of a disk partition to install. | ||||
Description | The installer can not detect the system drive and offers installation on C: by default, despite the fact that the system is installed on E: | ||||
Additional Information | Possible cause - red-eyed developers are not able to learn that system, under which they write. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 32417 | ||||
LazTarget | - | ||||
Widgetset | Win32/Win64 | ||||
Attached Files |
|
|
Doesn't c: exist in your configuration? |
|
This: http://www.jrsoftware.org/ishelp/topic_setup_defaultdirname.htm suggests lazarus.iss and lazarus-cross.iss line 30 DefaultDirName={code:GetDefDir|c:\lazarus} could be replaced by DefaultDirName={code:GetDefDir|{sd}\lazarus} (Haven't tested this though) In my opinion, installation to the system drive should be a sensible, consistent default. IIRC, Windows does not force one to have a C: drive... |
|
BigChimp thanks for the hint. |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-09-16 09:03 | cyberax | New Issue | |
2011-09-16 09:03 | cyberax | Widgetset | => Win32/Win64 |
2011-09-16 10:17 | Vincent Snijders | Note Added: 0051904 | |
2011-09-16 10:54 |
|
Note Added: 0051907 | |
2011-09-16 11:51 | Vincent Snijders | Status | new => assigned |
2011-09-16 11:51 | Vincent Snijders | Assigned To | => Vincent Snijders |
2011-09-19 09:18 | Vincent Snijders | Fixed in Revision | => 32417 |
2011-09-19 09:18 | Vincent Snijders | LazTarget | => - |
2011-09-19 09:18 | Vincent Snijders | Status | assigned => resolved |
2011-09-19 09:18 | Vincent Snijders | Fixed in Version | => 0.9.31 (SVN) |
2011-09-19 09:18 | Vincent Snijders | Resolution | open => fixed |
2011-09-19 09:19 | Vincent Snijders | Note Added: 0052013 |