tips for hacking, Google tips,computer terms, spyware ,administrator hack,types of viruses,dvd movie backup,MICROSOFT, articles .

*******************************************WELCOME*************************************************

Welcome to all the people to COMPUTER MANIA , those who want to grow interest in computer world and become a perfect computer operator with having good knowledge of hacking,viruses ,worms,computer functinality,softwares,solution of many pc problems and many more.....

spott

Spottt
Spottt

Google search

4/29/09

Steps to Install .msi files in Linux

MSI files are the popular Microsoft Installer Files used in Windows today to execute and install a program. These files do the same work as other exe files in Windows.
Msi files are mostly setups of applications and Windows can install these files but what if you want to install these files in Ubuntu or Linux?
Wine is a great way to install Windows Installer files in Linux but the only problem with this is that it normally opens exe files only. So here is how to install msi file with Wine in Linux.
Install msi file in Linux
• Open the terminal
• Type in the following command

msiexec /i installer.msi
where installer.msi is the name of your msi file.
That’s it msi file will be opened now in Linux.

No comments: