MantisBT - MPfm
View Issue Details
0000169MPfmUI | Windowspublic2011-12-18 11:372012-04-22 10:16
ycastonguay 
ycastonguay 
urgentblockalways
resolvedfixed 
 
0.5.0.20.5.0.2 
0000169: The application doesn't run on Windows 7 unless it is run as an administrator
This means the configuration file and database files have to be moved under the user directory.
Use a virtual machine with a non-admin user.
No tags attached.
Issue History
2011-12-18 11:37ycastonguayNew Issue
2011-12-18 11:37ycastonguayStatusnew => assigned
2011-12-18 11:37ycastonguayAssigned To => ycastonguay
2011-12-18 13:17ycastonguayTarget Version0.5.0.3 => 0.5.0.2
2011-12-18 13:18svnCheckin
2011-12-18 13:18svnNote Added: 0000226
2011-12-18 13:24svnCheckin
2011-12-18 13:24svnNote Added: 0000228
2011-12-18 13:24ycastonguayStatusassigned => resolved
2011-12-18 13:24ycastonguayFixed in Version => 0.5.0.2
2011-12-18 13:24ycastonguayResolutionopen => fixed
2011-12-18 15:02svnCheckin
2011-12-18 15:02svnNote Added: 0000233
2012-04-22 10:16ycastonguayCategoryGlobal => UI | Windows

Notes
(0000226)
svn   
2011-12-18 13:18   
The user admin has checked in files related to this issue (revision 156).

Comment:
MPfm 0.5.0.2
- Library: Added the CreateDatabaseFile and GetCreateDatabaseSQL methods
  Added an embeddable SQL script to be executed for creating a new database.
- Main window: Now creates a database file if it doesn't exist using the embedded SQL script.
- Moved the configuration file, database file and log file to the user application data folder.

Related to issue 0000169 and issue 0000170.

Files modified:
U MPfm/branches/current/MPfm/Configuration/MPfmConfiguration.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Library/Library.cs
U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj
U MPfm/branches/current/MPfm.Library/MPfmGateway.cs
U MPfm/branches/current/MPfm.Library/SQLiteGateway.cs
A MPfm/branches/current/MPfm.Library/Scripts/
A MPfm/branches/current/MPfm.Library/Scripts/CreateDatabase.sql
U MPfm/branches/current/MPfm.Player/Objects/Playlist.cs
U MPfm/branches/current/MPfm.Player/Objects/PlaylistItem.cs
U MPfm/branches/current/MPfm.Player/Player.cs

(0000228)
svn   
2011-12-18 13:24   
The user admin has checked in files related to this issue (revision 157).

Comment:
MPfm 0.5.0.2
- Now loading database file from user application data folder.

Related to issue 0000169.

Files modified:
U MPfm/branches/current/MPfm/frmMain.cs

(0000233)
svn   
2011-12-18 15:02   
The user admin has checked in files related to this issue (revision 160).

Comment:
MPfm 0.5.0.2 FINAL
- Replaced mentions of config.xml to MPfm.Configuration.xml with the application data folder path.

Related to issue 0000169.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmSettings.cs
U MPfm/branches/current/MPfm/frmMain.cs