Code: Select all
himangshu@CYBORG:~$ cd /home/himangshu/Downloads
himangshu@CYBORG:~/Downloads$ wine msiexec /i IIFLTTClient.msi
Code: Select all
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:ntoskrnl:KeInitializeSpinLock stub: 0x548024
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a060, {485e7de8-0a80-11d8-ad15-505054503030}, 1, 0x33fde0, (null), (null), 0x100a068,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a080, {485e7de9-0a80-11d8-ad15-505054503030}, 1, 0x33fde0, (null), (null), 0x100a088,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0a0, {485e7dea-0a80-11d8-ad15-505054503030}, 1, 0x33fde0, (null), (null), 0x100a0a8,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0c0, {485e7deb-0a80-11d8-ad15-505054503030}, 1, 0x33fde0, (null), (null), 0x100a0c8,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0e0, {485e7dec-0a80-11d8-ad15-505054503030}, 1, 0x33fde0, (null), (null), 0x100a0e8,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a100, {485e7ded-0a80-11d8-ad15-505054503030}, 1, 0x33fde0, (null), (null), 0x100a108,): stub
fixme:win:RegisterDeviceNotificationW (hwnd=0x130648, filter=0x54e8ec,flags=0x00000001) returns a fake device notification handle!
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
I downloaded this software from this page: http://www.indiainfoline.com/TT.aspx
The Direct link to download this software: http://content.indiainfoline.com/IIFLTT ... Client.msi
This Software requires .net2.0 sp2 for which i installed the same using these commands on terminal
Code: Select all
himangshu@CYBORG:~$ wget http://winetricks.googlecode.com/svn/trunk/src/winetricks
himangshu@CYBORG:~$ bash winetricks dotnet20sp1
himangshu@CYBORG:~$ bash winetricks dotnet20sp2