Monday, April 29, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 13738  / 3 Years ago, fri, september 17, 2021, 6:42:39

I wanted to install MS Office in Ubuntu 12.04.1 LTS. I installed playonlinux and try to follow the Office 2007 installation. But it is asking CD ROM as the source whereas what I have is only setup file in my computer. In this case, how can I install it? Anyone knows?


More From » installation

 Answers
6

I've had that problem once too.



If you have an .exe file



It all depends on the type of setup file you have. Microsoft allows both .exe files as downloads and .iso files. If you have an .exe file you can just follow standard installation instructions using PlayOnLinux or just click or right-click on the file and use wine to process the install.



If you have an .iso file



Burn a CD



If you have an .iso file, there are a few easy solutions. The easiest being to write your .iso file to a CD. Just open the HUB, type brasero, open the brasero disk burner and choose the option to burn image. Then you can install from the CD (again using PlayOnLinux).



enter image description here



Or mount the .iso file



The other option is to mount the .iso file directly. You can do so as follows:



sudo mkdir /mnt/iso
sudo mount -o loop the-path-to-your-iso-file.iso /mnt/iso


Once the .iso file is mounted it is possible to install office using PlayOnLinux and use the /mnt/iso directory as if it were a CD.



In that case you need to select your directory in this dialogue box:



enter image description here



After the install you can sudo umount /mnt/iso.



The last screenshot comes from http://www.makeuseof.com/tag/easily-install-microsoft-office-2007-linux/ which also provides a nice HOWTO for installing Office 2007 using PlayOnLinux.


[#33232] Sunday, September 19, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ncharm

Total Points: 255
Total Questions: 105
Total Answers: 118

Location: Virgin Islands (U.S.)
Member since Sat, May 6, 2023
1 Year ago
ncharm questions
;