Messages - mwb1100 [ switch to compact view ]

Pages: prev1 ... 319 320 321 322 323 [324]
1616
By the way there was an earlier thread on this at https://www.donationcoder.com/forum/index.php?topic=2729.0
-Carol Haynes (June 03, 2006, 06:36 PM)

I missed that - I tried a search, but it looks like searching from the "Deals and Discounts" forum limits the search to that forum, so I didn't get a hit.

Anyway, for anyone who's going to do this, it turns out you can save some time by simply downloading the webcasts - you can watch them later (or never, I suppose).

1617
You can get a free (NFR) copy of Visual Studio 2005 Standard by just watching 3 webcasts:

http://www.learn2asp.net/campaign.aspx

Sorry - this offer is only valid for the US.

1618
if you want to use a nice desktop tool to run another virtual pc in a window and easily test software, virtualpc2005 and vmware workstation are the tools of choice (neither free).

I mostly use VMware workstation - not dirt cheap, but a nice bit of software. However, I think that VMware Player might fit the bill for the above if you're looking for a simple, free desktop VM. Just download (http://www.vmware.com/download/player/) and install it, then to create a custom virtual machine, you can do one of the following:

1) download one of VMware's 'community Virtual machines' (http://www.vmware.com/vmtn/appliances/directory/) that have specs (memory, disk size, etc.) how you want, then boot it from a bootable CD, format the virtual disk and install your test OS.  See http://www.virtualization.info/2005/10/how-to-create-new-virtual-machine-with.html for details.

2) go to http://www.easyvmx.com/ - this sites hosts a virtual machine creator.  You plug in the parameters you want for a VM (again - memory, disk size, etc.) and it creates a set of VM files for you to download in a .zip.  EasyVMX.com lets you configure nearly all possible VM parameters - for starting out, I suggest using the 'super easy' page which presents only the most important.  Since the virtual disk is empty, the download is very small.  Once again, boot the VM from an install CD, and you're gold!

Note that even though you're asked to select an OS for the VM, that only sets some default parameters - you will still need to install the OS for the VM (and have the proper licensing - it could get expensive with WinXP).

The nice thing about VMs is that they're easy to copy - set up a WinXP (or whatever) VM, copy it to a backup location, then use the VM for your tests.  If and when it gets hosed, just delete it and copy the clean VM from the backup.

Also, even though VMWare player will allow you to run only one VM at a time, you can have as many VMs available to run as you have disk space for.  Using VMs is easily the best way to check out open source operating systems if you don't have the spare hardware to use.

Oh, and thanks everyone for the greetings!

1619
hmm...
i'd be interested in knowing if this is right or wrong:
The Microsoft Virtual Server is a more-refined successor to the "Virtual PC" product I've written about in the past
The core of Virtual PC and Virtual Server are the same.  The major differences (that I recall) are:

1) server does not support virtual sound card in the VM
2) Virtual Server is administered via an IIS website by default.  Virtual server is fully administerable using COM interfaces, so an alternative admin console can be created (and I wish someone would - I find the default website to be a pain to use).
3) to access the screen/keyboard/mouse of the VM on Virtual server you must use a VMRC application (Virtual Machine Remote Control) or access the VMs through Virtual Server's administration website (which loads the VMRC as an ActiveX Control)
4) Virtual Server supports virtual SCSI drives (this has nothing to do with how your actual drives are connected) and multithreading (each VM gets its own thread - I think).

I'm sure there are a some other things, but those are the big ones.

Note that VMWare offer a free 'Player' that can run VM's created with Workstation - there are people who have created utilities to configure/modify VMs so you don't actually need Workstation to create the VMs.

VMWare also have a Server product that they have released for free (it's currently in Beta).

All of these free VM tools (both MS and VMware) should be checked out - they are incredibly useful!

By the way, the MS Virtual Machine software co-exists with VMWare virtualization software just fine.

Pages: prev1 ... 319 320 321 322 323 [324]
Go to full version