Problem with installing software

Questions about Wine on Linux
Locked
TSI
Level 1
Level 1
Posts: 8
Joined: Thu Feb 11, 2016 1:22 pm

Problem with installing software

Post by TSI »

I am new, inexperienced user of linux mint 17.3 32-bit. Installed wine 1.6.2 and when I try to run setup for software Dentedit 2007, setup starts like on Windows and when I got to the point where copying files should start (after licence agreement, select installation folder (C:\Program Files\DrMiladinovic\DentEdit\), confirm installation) I got message installation incomplete, the installer was interupted before Dentedit 2007 could be installed. You need to restart the installer to try again. Click close to exit.

Anyone knows what potentially could be a problem?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem with installing software

Post by dimesio »

Start by upgrading Wine; 1.6.2 is over two years old and no longer supported.
TSI
Level 1
Level 1
Posts: 8
Joined: Thu Feb 11, 2016 1:22 pm

Re: Problem with installing software

Post by TSI »

Tried with newest version of Wine, the same problem! Please help! What should I do?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem with installing software

Post by dimesio »

TSI
Level 1
Level 1
Posts: 8
Joined: Thu Feb 11, 2016 1:22 pm

Re: Problem with installing software

Post by TSI »

Did not get any log text, setup runs but no text in terminal
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem with installing software

Post by dimesio »

Does this app have a free, legal download?
TSI
Level 1
Level 1
Posts: 8
Joined: Thu Feb 11, 2016 1:22 pm

Re: Problem with installing software

Post by TSI »

It is from CD-ROM, legal software. I tried to copy it to desktop, the same problem
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem with installing software

Post by dimesio »

What is the exact command you're using to run the installer?
TSI
Level 1
Level 1
Posts: 8
Joined: Thu Feb 11, 2016 1:22 pm

Re: Problem with installing software

Post by TSI »

Right click on Install.exe and then open with Wine windows program loader, or from terminal: wine install.exe &> log.txt
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem with installing software

Post by dimesio »

TSI wrote: from terminal: wine install.exe &> log.txt
Earlier you said "no text in terminal." There wouldn't be, since you redirected the output to a file. What was in log.txt?
TSI
Level 1
Level 1
Posts: 8
Joined: Thu Feb 11, 2016 1:22 pm

Re: Problem with installing software

Post by TSI »

Sory about that, I am using Linux for few days, still learning

Terminal:
********@********-NF520-A2-TE ~/Desktop/DENTEDIT2007STND $ wine install.exe
fixme:mscoree:get_runtime_info unsupported startup flags 6
fixme:mscoree:get_runtime_info unsupported runtimeinfo flags 18
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:mscoree:get_runtime_info unsupported startup flags 6
fixme:mscoree:get_runtime_info unsupported startup flags 6
err:winediag:SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
********@********-NF520-A2-TE ~/Desktop/DENTEDIT2007STND $
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem with installing software

Post by dimesio »

TSI wrote: err:winediag:SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
https://wiki.winehq.org/Wine_User's_Gui ... _Databases
TSI
Level 1
Level 1
Posts: 8
Joined: Thu Feb 11, 2016 1:22 pm

Re: Problem with installing software

Post by TSI »

I am not sure how to fix this, still learning linux. I will try theese days to find how to solve this.
TSI
Level 1
Level 1
Posts: 8
Joined: Thu Feb 11, 2016 1:22 pm

Re: Problem with installing software

Post by TSI »

I used winetricks and installed mdac27 or mdac28. Now in terminal I got this message:
******@******-NF520-A2-TE ~/Desktop/DENTEDIT2007STND $ wine install.exe
fixme:mscoree:get_runtime_info unsupported startup flags 6
fixme:mscoree:get_runtime_info unsupported runtimeinfo flags 18
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:mscoree:get_runtime_info unsupported startup flags 6
fixme:mscoree:get_runtime_info unsupported startup flags 6
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
******@******-NF520-A2-TE ~/Desktop/DENTEDIT2007STND $

Please help!
Locked