NCEAS / morpho

Morpho metadata editor
GNU General Public License v2.0
3 stars 1 forks source link

Windows 7 installer/testing #882

Closed mbjones closed 6 years ago

mbjones commented 6 years ago

Author Name: ben leinfelder (ben leinfelder) Original Redmine Issue: 4677, https://projects.ecoinformatics.org/ecoinfo/issues/4677 Original Date: 2010-01-15 Original Assignee: Jing Tao


Make sure Morpho installs and runs on Windows 7

mbjones commented 6 years ago

Original Redmine Comment Author Name: Jing Tao (Jing Tao) Original Date: 2010-01-22T23:02:41Z


Morpho installer couldn't be installed under c:\program files folder. Other than this, it worked. But morpho can be installed under c:\program files folder on Vista. It was an issue on vista as well.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Jing Tao (Jing Tao) Original Date: 2010-01-23T01:05:17Z


Here is the story:

During the installation on windows 7, the installer told me that it didn't have the permission to create a new folder under c:\program files if I selected it as the destination folder. I had to choose another one, e.g., the user's home folder. After I chose the home folder, the installer installed morpho successfully. And morpho was running smoothly.

I had the same experience with window vista on the previous release. I managed to figure it out. Current morpho installer can install morpho under c:\program files on Vista successfully.

I will take a look to see how to fix the issue.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Jing Tao (Jing Tao) Original Date: 2010-01-23T02:00:48Z


In installer/build/install-windows.xml, there is element named run-privileged. It can make the installer attempt to launch itself with administrator permissions. In previous version, an attribute named condition has the value - vista. This means that it only work for vista. After removing the condition, it works with windows 7.

I tried to install and uninstall morpho on windows xp, vista and 7. It worked well. So I am closing the bug.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Redmine Admin (Redmine Admin) Original Date: 2013-03-27T21:27:43Z


Original Bugzilla ID was 4677