[Bug 24075] Homeschool Tracker Plus

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 21 12:51:09 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24075


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |dotnet, download
                URL|                            |http://www.homeschooltracke
                   |                            |r.com/download_basic.aspx
                 CC|                            |focht at gmx.net




--- Comment #3 from Anastasius Focht <focht at gmx.net>  2010-08-21 12:51:08 ---
Hello Sonja,

the console output:

--- snip ---
wine: Install the Windows version of Mono to run .NET executables
--- snip ---

basically tells the application requires an installed .NET Framework (version
2.0 to be specific).
This can be done using 'winetricks' script which automatically works around
some problems and installs the required prerequisites.

Make sure you don't install any other software in your WINEPREFIX
(http://wiki.jswindle.com/index.php/WINEPREFIX).
Many problems arise when people install multiple apps and games into same
WINEPREFIX resulting in breakage (components might interfere with each other
badly).

To install .NET 2.0 using 'winetricks' (http://wiki.winehq.org/winetricks):
Get the script:

--- snip ---
$ wget http://www.kegel.com/wine/winetricks
--- snip ---

Install the .NET Framework:

--- snip ---
$ sh winetricks dotnet20
--- snip ---

I downloaded a demo version "basic edition" from here:
http://www.homeschooltracker.com/download_basic.aspx and tested a bit.

If your app complains about "missing database components" on startup you need
additional 'winetricks' steps to install required Microsoft database
components:

--- snip ---
$ sh winetricks mdac28 jet40
--- snip ---

After that steps the app started and seemed to work flawlessly at first
glance...

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list