LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-11-2006, 12:09 PM   #16
sweetnsourbkr
Member
 
Registered: Aug 2005
Location: Bay
Distribution: Zenwalk, OpenBSD, Slackware
Posts: 167

Rep: Reputation: 30

Quote:
Originally Posted by [CBLA]Green
right on. thanks guys! by the way... IE i don't care about, but if you have browser issues with firefox saying it won't open because you need IE... you can get an extention for firefox called "IE tabs" that will open pages in IE inside firefox... not sure how it works for Linux yet but works good in windoes at work.

thanks for the help guys! can't wait to try it :P

I've tried that already and it doesn't work. I think what Firefox does is start an IExplorer.exe session in addition to its own and puts it in a tab. I've only been able to do that under Windows.
 
Old 08-11-2006, 01:39 PM   #17
robbbert
Member
 
Registered: Oct 2005
Location: Hannover, Germany
Distribution: Let there be Ubuntu... :o)
Posts: 573

Rep: Reputation: 32
Quote:
Originally Posted by sweetnsourbkr
I've tried that already and it doesn't work. I think what Firefox does is start an IExplorer.exe session in addition to its own and puts it in a tab. I've only been able to do that under Windows.
Moreover, this would not be an IExplorer.exe session but using that commonly used Internet Explorer ActiveX control. That means, even if one had IE running through Wine, it wouldn't work with Firefox, as Firefox wouldn't use Wine to host that ActiveX control.
 
Old 08-11-2006, 02:41 PM   #18
cautious
Member
 
Registered: Jul 2006
Posts: 72

Rep: Reputation: 15
Quote:
Originally Posted by robbbert
Don't know Win4Lin but VMWare worked almost flawlessly for me having Damn Small Linux, Ubuntu, Zenwalk and Windows 2003 Server as guest operating systems. The advantage is that the guest OS is 99.5% independant from the host OS. Almost any steps involved are pretty self-explaining.

1. VMWare Player is contained in the Dapper repositories.
2. Get / create an .iso file of the system you want to boot and install from.
3. Create an empty Virtual Machine.
4. Edit the .vmx file created by step 3 and add a link to your .iso file.
5. Double-click the .vmx file to boot into the guest operating system.
Robert- can I get you to explain that step-by-step, or am I being too much of a noob?

Actually, the only version of Windoze I have that's installable is in a 3-year old HP Pavilion bundle. But if that's on its own partition, that should work, right? If not, please ignore the rest of this.

I understand you to be saying here that Windoze can be installed on another partition, and opened using VMWare Player. HOw do I access the repository that that is in, so that I can download it?

Is it possible to create an image file of my present configuration of Ubuntu, and load that onto the hard drive that Windoze is presently on, even if it means reinstalling HP Pavilion on a partition?

Or is all that too noobish?
 
Old 08-11-2006, 03:18 PM   #19
robbbert
Member
 
Registered: Oct 2005
Location: Hannover, Germany
Distribution: Let there be Ubuntu... :o)
Posts: 573

Rep: Reputation: 32
Quote:
the only version of Windoze I have that's installable is in a 3-year old HP Pavilion bundle
Sounds like being OEM software (like a rescue disk), being tailored exactly to your (ancient) hardware.

At any rate, you'll need a "original" Windows install CD, that can be installed on any computer, not just your model.
I don't know if your CD has a cover. If it has, there should be no "HP Pavilion" logo on it, but only Microsoft and Windows logos. Else it is an OEM CD, which you can only use with the original model.

The hardware sellers bait you, "Windows pre-installed", and you pay for that. - But actually, you can't take your (paid) Windows copy over to another computer of yours (i.e., you've bought a new one), and I feel that's cheating.

- I'll hope you'll never come along again (in the future) with those crippled OEM "Windows" CDs. They are crippled, and don't work on other computers, nor on Virtual Machines (*probably*, you might try..., but I think this probably won't work out).

- After all, you're probably going to need an original Windows CD, that installs on any computer, not just your model.

Please make sure that your "Windows CD" is not just a HP Pavilion "Recovery CD", first...

Thanks
 
Old 08-11-2006, 03:18 PM   #20
cautious
Member
 
Registered: Jul 2006
Posts: 72

Rep: Reputation: 15
I think I'm getting close to working this out for myself. On "Frank's Corner", http://frankscorner.org/index.php?p=qa , I found the command wineconfig , typed it into the terminal, and out jumped a configuration window. Now it wants me to "Add application" under "Windows 2000". What I'm trying to install is Office XP professional, so I'm going to copy that cd to a file like the desktop or something, and see if I can access and install it.

Robert? Am I on the right track?

OK, now I have copied the Office XP CD onto a folder on the desktop, and I see an executable in it, SETUP.EXE. I'm guessing I need a command line to run that EXE and install Office XP.
 
Old 08-11-2006, 04:03 PM   #21
robbbert
Member
 
Registered: Oct 2005
Location: Hannover, Germany
Distribution: Let there be Ubuntu... :o)
Posts: 573

Rep: Reputation: 32
Quote:
Robert? Am I on the right track?
Hey, while you're welcome, I'm only some damn newbie, too! (And I'm wayyy tired, unfortunately - don't take it personally.) -
Quote:
OK, now I have copied the Office XP CD onto a folder on the desktop, and I see an executable in it, SETUP.EXE.
Quote:
robert@ubuntu:~$ wine --help
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
What about
Quote:
wine /path/to/SETUP.EXE
Running setup.exe that way would probably create new files and folder within your home folder, that were executable by using Wine. I.e., there might be a file "Word.exe" (or similar) after setup succeeded.

- Sorry, I'm really watching this from a kind of meta perspective, as I've never installed Office on Linux/Wine, yet.
It's just that - from my understanding - it might work that way: "wine /path/to/your-windows.exe"
 
Old 08-11-2006, 06:19 PM   #22
cautious
Member
 
Registered: Jul 2006
Posts: 72

Rep: Reputation: 15
I think you're just a couple of steps ahead of me. I copied the CD to a folder named Office XP Professional on the desktop. The .exe is inside that folder.

So I just need to know how to run that command in the terminal.

By the same token, I just reinstalled Office XP with the demo version of Crossover, so I have time to figure this out.
 
Old 08-27-2006, 12:05 PM   #23
Viną
LQ Newbie
 
Registered: Mar 2006
Location: Indianapolis
Distribution: Ubuntu 10.10
Posts: 25

Rep: Reputation: 15
WinXP under VMWare w/ a Kubuntu Host

Quote:
Originally Posted by robbbert
2. Get / create an .iso file of the system you want to boot and install from.
Robbbert,
How do you reccommend a newbie do this? (Perhaps "newbie" would be too advanced for me...) -Can't seem to find a way for k3b to do it, and can't find an adequate explanation of what dd is or does that doesn't scare the #e[[ out of me.

I have just ONE win-based software I MUST have; VMWare could help me jump ship to Kubuntu entirely.

Thanks,
Viną
 
Old 08-27-2006, 01:42 PM   #24
robbbert
Member
 
Registered: Oct 2005
Location: Hannover, Germany
Distribution: Let there be Ubuntu... :o)
Posts: 573

Rep: Reputation: 32
dd means "disk duplicate", and it's a bit more than unlikely that it will crash anything.

Ah come on, you'll be a *whew* real Linux geek once you've created your first .ISO from a terminal command - got to be proud!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Desktop vs. Ubuntu Server Joe Donner Ubuntu 20 04-10-2013 03:20 AM
Linux Desktop Training (Windows to Ubuntu) bobjohnson11 Linux - General 2 07-15-2006 01:26 PM
Setting Up a dual boot windows XP and UBuntu Desktop vikpai Linux - General 3 05-22-2006 11:59 PM
tv-out has virtual desktop trollman Linux - Software 4 04-17-2004 10:15 PM
Virtual Desktop sovietpower Slackware 2 12-19-2003 08:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 09:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration