Impossible to launch a setup.exe file

Questions about Wine on Linux
Locked
shinagan
Newbie
Newbie
Posts: 1
Joined: Fri Sep 25, 2015 7:41 am

Impossible to launch a setup.exe file

Post by shinagan »

Hi,

I use Ubuntu 14.04 and have just installed wine (via a basic sudo apt-get install wine). My goal was to install a windows program, but here is the output when trying to run the windows installer "Setup.exe":

Code: Select all

fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
fixme:clusapi:GetNodeClusterState ((null),0x33eb74) stub!
fixme:advapi:DecryptFileA ("c:\\459671c0b7dee5a244ec877f8582\\", 00000000): stub
fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33fcd0, (null), (null), 0x6cd20188,): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:thread:SetThreadStackGuarantee (0x33fb58): stub
fixme:advapi:LsaOpenPolicy ((null),0x33f448,0x00000001,0x33f434) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:msxml:domdoc_putref_schemas (0x1cfc10)->({VT_DISPATCH: 0x1cfd08}): semi-stub
fixme:msxml:domdoc_get_readyState stub! (0x1cfc10)->(0x33f36c)
fixme:propsheet:PROPSHEET_SetHeaderTitleW (0x100ae, 0, L"Installation Progress"): stub
fixme:propsheet:PROPSHEET_SetHeaderSubTitleW (0x100ae, 0, L"Please wait while the Microsoft ReportViewer 2010 SP1 Redistributable is being installed."): stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:advapi:LsaOpenPolicy ((null),0x33f298,0x00000001,0x33f284) stub
fixme:advapi:LsaClose (0xcafe) stub
From a graphical point of view, I see a warning message saying something like "some components of the software [the one i want to install] could not be installed."
Any clue what's wrong with it? Maybe I need to install additional things.
Thanks for your help
Locked