when i tried to install .msi file on linux i get the below error
cmd i used:
wine msiexec /i Downloads/TestStudio_2012_1_719_Trial.msi
error:
fixme:msi:MSI_OpenDatabaseW open failed r = 8003001e for L”C:\\users\\asindhura\\Temp\\msi23e.tmp”
pls help me
exec with wine
Do you have permissions to write in that place C:\\users\\asindhura\\Temp\\msi23e.tmp ?
Try to do all as superuser, and if it works, you know why not as simple user…
Good Luck