php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41616 Win MSI Install Path not accepted
Submitted: 2007-06-07 02:36 UTC Modified: 2008-08-22 18:13 UTC
From: grant at cnwtech dot ca Assigned: jmertic (profile)
Status: Closed Package: Windows Installer
PHP Version: 5.2.3 OS: Win XP sp2 latest 20070606
Private report: No CVE-ID: None
 [2007-06-07 02:36 UTC] grant at cnwtech dot ca
Description:
------------
Using Windows MSI installer for v5.2.3.

If user selects different installation path from default (C:\Program Files\PHP) and changes to something like C:\PHP5, on next installation page (after user clicks NEXT) the shown INSTALLATION PATH with NOT reflect user's changed path, but default.   USER must BROWSE and CHANGE in order for the installation to properly install to new path... otherwise two disjoint directories created (C:\Program Files\PHP and C:\PHP5).


Reproduce code:
---------------
Not applicable.

Expected result:
----------------
User should be able to change default installation path ONCE.   Not clear need to specify on second installation page/options.

Actual result:
--------------
Not applicable.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-06-08 03:19 UTC] grant at cnwtech dot ca
CORRECTION:
It is not the next installation page, it is where the EXTENSION and installable options are chosen... at the bottom it defaults to "C:\Program Files\PHP" even if the user changed earlier to "C:\PHP5".   If the user clicks on BROWSE to the right, they are shown "C:\PHP5" (ie it changes to proper value) and then clicking OK sets this correctly.   If you don't do this, it will use the DEFAULT path shown ("C:\Program Files\PHP")... with your PHP maincode installed in "C:\PHP5"... a bit of a pain.
 [2007-06-11 15:58 UTC] jmertic@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 21:01:29 2024 UTC