Domain: microsoft.com
Stories and comments across the archive that link to microsoft.com.
Comments · 34,132
-
MS saysMS security advisory states: The vulnerability cannot be exploited automatically through e-mail. For an attack to be successful a user must open an attachment that is sent in an e-mail message. Now, I haven't used outlook for a while but i remember that this was possible. Does outlook use word also as the "renderer" of incoming emails? If so, is automatic infection possible just by viewing an infected message?
-
Re:Microsoft Recommends..
[Source]
Yeah right! No way am I going to open a Work .doc to check that! -
Re:Microsoft Recommends..
Also observe that Office 2007 isn't affected. Obviously MS is doing something right in the next generation of their products.
While that may be the case, users will **HAVE TO PAY** for this "next generation" product and implied protection against such attacks.
Obviously, the days of opening up a document without the spectre of having a system wide issue are long gone! What a shame...
Incase anybody's interested, the prices are as follows:
Microsoft Office Ultimate 2007 New! $679/$539
Microsoft Office Professional 2007 $499/$329
Microsoft Office Small Business 2007 $449/$279
Microsoft Office Standard 2007 $399/$239
Microsoft Office Home and Student 2007 $149/NA
[Source] -
Re:Exercise caution...
Do not fear, I work for the important security team that just place the extensive documentation on the web site. Please click for the more information.
-
Sure...
That's why the Windows XP Security Guide is distributed a
.doc... -
Sure...
That's why the Windows XP Security Guide is distributed a
.doc... -
The Evolution of Microsoft Office
> 'not open or save Word files,'
Do they call it "The Evolution of Microsoft Office"?
> To help you understand more about the merits of Microsoft Office 2003, we are preparing the new series of FREE training courses for you.
TRAINING COURSE - RULE#1: Don't open or save Word files!
> It's time for an evolution! Act now to take the Microsoft Office 2003 Training Courses and get rid of your current backward office!
TRAINING COURSE - RULE#2: Since you cannot open/save your documents... get rid of your current backward Office!
More Office tips and tricks: http://www.microsoft.com/hk/office/officetips/defa ult.mspx -
Re:What?
Perhaps you should try using advertising facilitation software and find out more.
-
Re:Alpha countdown
'The Sims 2' pukes if its download folder is not BOTH on the 'C' drive and in the user's 'Documents and Settings' folder. Simply relocating the folder via windows registry changes is not adequate.
You could try using a junction point - http://www.microsoft.com/technet/sysinternals/util ities/junction.mspx (r.i.p. sysinternals....) -
Checking need not add significant overhead.
Fixing the "safety problem," as you call it, would involve an increase in execution time.
That's a common belief, because the safe languages we have now are mostly inefficient ones, but it's wrong. Subscript checking is cheap if done right, in the compiler with appropriate optimization, because most subscript checks can be hoisted out of inner loops. This was done in a British Pascal compiler in the 1980s, but I don't have the reference handly.
The problem in C and C++ is that there are too many cases where the compiler doesn't even know how big an array is, so the compiler can't check. If you try to do subscript checking in collection classes, the checking is inefficient because the compiler doesn't know enough to optimize it.
Here's the general idea of how to do it right:
float sumarray(size_t n, float tab[n])
/* C99-type array size notation */
{ float sum = 0.0;
for (size_t i=0; i<n; i++)
{ sum += tab[i]; }
return(sum);
}That code implies a test for i < n at tab[i]. That would seem to add overhead. But if we allow the compiler to hoist checks upwards, that test floats to the top of the FOR statement. We then have the test of the FOR statement, i < n. So we have "i < n implies i < n, as the test, which symbolically evaluates to TRUE at compile time and can be eliminated. The compiler can thus this do this subscript check with zero overhead.
That's how you get safety without overhead.
Certainly there are situations where the checks can't be performed entirely at compile time, but usually, they can be pulled out of an inner loop by standard compiler hoisting and strength reduction techniques. So the overhead is quite low in code hot spots, where it matters.
Note the syntax float sumarray(size_t n, float tab[n]). That's C99 variable array syntax. Instead of writing float tab[], or worse, float* tab, you actually give the array length. This doesn't cost anything, because the length isn't actually being passed. It just tells the compiler where the length information is to be found, should it be needed.
At a call to sumarray, checking is also possible. Consider
float tab nums[1000];
The compiler has the declaration of "sumarray" available, as float sumarray(size_t n, float tab[n]). So, given this, the compiler can check the call. It needs to check that lengthof(tab) >= 1000. No problem there; that can be evaluated at compile time.
...
float tot = sumarray(tab, 1000);I've suggested that C99 array syntax be generalized to give parameters the scope of the entire declaration, allowing float sumarray(float tab[n], size_t n), where n is referenced before its declaration. This allows standard C idioms like int write(int fd, char buf[n], size_t n).
Microsoft R&D is working in this direction for C#. Check out the "Spec#" effort. The trouble with C++ is that the language is so broken that you can't use such technologies.
We had much of this technology working in the early 1980s, but machines were too slow back then to tolerate the compile times. With the 3000x improvement in CPU speed since then, that's no longer a problem.
-
Three letters: XNA
While MSFT's XNA initiative is still in early stages they're starting to deliver stuff that could help address the high cost of video game development. Right now the platforms and tools for game development are complex and immature. The goal of XNA is to provide a framework and toolset that will greatly speed development and...ultimately...provide a common framework for video games across both XBOX and Playstation. They have a tool available now for hobbyhists but I think they're eventually planning on releasing a toolset for professional developers. Some details are at http://msdn.microsoft.com/directx/XNA/default.asp
x . -
Re:Btw E,mbedded XP takes 300meg
Incorrect. XPE can have a GUI if you want it to. A first-timer can build an XPE image with a GUI and an Explorer shell in about 300 megs - and that'd include IE. You used to be able to download XPE yourself, but now you have to send for a CD, or you have to get access from your OEM license.
http://msdn.microsoft.com/embedded/downloads/xp/de fault.aspx -
Download Microsoft compilers free
... with the best IDE, period. Microsoft Visual Studio, Express Edition. DirectX is also a free download along with many hours of free video and online training sponsored by Microsoft. (I'm not a shill but I don't stand for inaccuracies)
-
System requirement bullshit
Surely MS would just look at XP Embedded, rather than reading the retail box system requirements of their current OS and saying "oh wait, it needs 1.5GB of disk space..."
http://msdn.microsoft.com/embedded/windowsxpembedd ed/default.aspx
http://en.wikipedia.org/wiki/Windows_XP_Embedded
32MB of RAM, 32MB of storage space on CompactFlash is all it "needs", and a ~200MHz processor.
Running it on the OLPC would be a breeze. -
Re:You might be a little disappointed thenThe only question is whether they want to, exactly what they want to do there, and how much effort do they want to put into a computer whose price would more than double if they actually sold a Windows OEM license with it.
They've already offered free Windows licenses for OLPC. I think it's a OLPC is a bit like Netscape, they basically want a product to compete with it, even if they don't see any money for the forseeable future. More generously, the Gates foundation pays billions to charity, and free Windows for the third world is probably worth it for the publicity.
I think they'll run Windows CE on it.
http://www.windowsfordevices.com/news/NS2619367620 .html
Though it's got a x86 compatible AMD Geode, so it could run XP or Win2K. Given the huge number of platforms NT&CE have run on (x86, x86-63, Itanium, Alpha, Mips, PowerPC, Alpha64, i860, ARM, Hitachi SH, Matsushita AM33, Mitsubishi M32R *) there are obviously some people inside Microsoft who are keen or porting things to new hardware.
These guys, http://www.litepc.com/xplite.html
say
The latest developments in XPLite now see clean installations of Windows XP in under 350MB and Windows 2000 approaching less than 200 MB (excluding paging file) with much smaller memory requirements! These sizes are obtained simply by running XPLite/2000Lite on a fresh install of windows. Enterprising developers should easily be able to strip out additional log files, INF files and unused drivers to reduce the footprint by another 50MB or so. If your goal is to run a dedicated task in as little storage as possible - then look no further than XPlite.
And this is just hacking .inf files, I bet you could shrink it further if you could rebuild the binaries to strip out stuff that the hardware doen't need. You could probably go for an NT style non plug and play boot for example, where NTLDR just passes a hardcoded config to the kernel. You could strip out unused filesystems too.
But XP in 300MB is no problem even if you just hack inf files.
* OK, maybe not that huge but consider how many they absolutely needed to support. On NT, Mips, PowerPC and Alpha had negligable market share or support from applications and were eventually dropped. But despite that, someone in the kernel team decided to pay for the work to port to them. There's a document with the of PE processor types here
http://www.microsoft.com/whdc/system/platform/firm ware/PECOFFdwn.mspx -
Re:Just sickEverybody wants that, including redhat. Strange how if redhat offers something for free, then its a nice gift, but if microsoft does it, then a slashdotter calls it "sick" as if it were a crime against humanity.
Exactly. And this is why:
This agreement governs the use of the Software and any updates to the Software, regardless of the delivery mechanism. The Software is a collective work under U.S. Copyright Law. Subject to the following terms, Red Hat, Inc. ("Red Hat") grants to the user ("Client") a license to this collective work pursuant to the GNU General Public License v.2.Compare that with things like this:
1.2 Mandatory Activation. The license rights granted under this EULA are limited to the first thirty (30) days after you first install the Software unless you supply information required to activate your licensed copy in the manner described during the setup sequence of the Software. You can activate the Software through the use of the Internet or telephone; toll charges may apply. You may also need to reactivate the Software if you modify your computer hardware or alter the Software.See also: Straw man
-
Windows Fundamentals?
Why wouldn't they just try to run some variant of Windows Fundamentals on them?
-
Re:Its crazy
I'd very much like a decent object-oriented statically typed language designed with Design by Contract methodology in mind. My hopes are that C# will get there eventually, since Anders Hejlsberg mentioned in one of his interviews that DbC, while not on the top of the list, might be there eventually.
It's probably worth your time to look at Spec# then, which is C# with DbC and extended static checking. -
WPF/E - Flash killer ?What's more interesting is MS' new venture:
This is akin to Flash, but much more integrated with the .NET stack. An Avalon for the web, if you will. People have long wondered how ASP.NET will progress, and where the roadmap merges into the WinFx stack.
Scott Guthrie's blog throws some light on that:
There's also a Channel 9 video about it.
There's some initiative to make it cross-platform and Macs are supported now. MS is in a nice position now, to push this as a Windows update and get a Flash-player equivalent installed on all Windows PCs. Its based on XAML, and the spec is reasonably open. The Mono guys could work with the Xgl guys to deliver this on *nix platforms too. -
Re:groklaw author is not fair at all
Except that in a separate covenant they agreed not to sue anyone using the Office XML spec.
More information here. Basically it's an irrevocable agreement to not sue you over patents, provided that you do not sue them over any patents as well. This actually applies to a variety of web services specifications, the VHD format (Virtual PC's hard drive format), as well as Office 2003's XML format and Office 2007's formats. Also note that Office 2007 file formats have been submitted for Ecma standardization. You can read a final draft here.
-
Re:groklaw author is not fair at all
Except that in a separate covenant they agreed not to sue anyone using the Office XML spec.
More information here. Basically it's an irrevocable agreement to not sue you over patents, provided that you do not sue them over any patents as well. This actually applies to a variety of web services specifications, the VHD format (Virtual PC's hard drive format), as well as Office 2003's XML format and Office 2007's formats. Also note that Office 2007 file formats have been submitted for Ecma standardization. You can read a final draft here.
-
Re:Feed the trolls
"If you don't like Novell's contributions, don't accept them; if you think Novell is trying to get OpenXML into OO.o so MS can sue RedHat for patent infringement, think again. I doubt OpenXML is any more patent-ridden than the
.doc format, or that there aren't any patent violations in the Linux kernel or OO.o already."
In fact, Open XML should be far more acceptable to the open source community, as Microsoft has already promised not to sue anyone who implements Open XML, long before the Novell/MS deal. See http://www.microsoft.com/interop/osp/default.mspx. -
Re:Using the Linux kernel modelAgreed, if they used UCal/Berkeley sources, the advertising clause was deleted by the Regents of California/Berkeley some years ago, and all software owned by them was relicensed under the terms of the "new BSD" license. This isn't true of all of the BSD code used in Microsoft Windows; if you check here:
...you'll find that Microsoft lists a number of BSD licenses and authors, such as Luigi Rizzo, who wrote the IPFW firewall now used as part of Windows (as well as in MacOS X, FreeBSD, NetBSD and elsewhere). However, if the GP's claim was right-- that someone removed the copyright statement entirely from FreeBSD code, that would be a crime per 17 US 506(d): ...nothing gives one the right to alter or remove an existing copyright statement, unless of course you are the author or have the right to do so. -
So much FUD, So little time
OK, enough FUD, time for some cold hard facts:
Open XML is *NOT* proprietary See for yourself: http://www.ecma-international.org/memento/TC45-M.h tm
ODF is *JUST* as patent encumbered as Open XML is.
The owners of both ODF and Open XML do not and will not collect royalties (both have published a covenant not to sue)
Sun: http://www.oasis-open.org/committees/office/ipr.ph p
MS: http://www.microsoft.com/interop/osp/default.mspx
Non-Legalese Explanation: http://www.bakernet.com/NR/rdonlyres/CC54A6B6-79E8 -4E0D-B290-C836D5F70867/0/OpenXML.pdf
To implement either standard, a developer need not accept any kind of licensing agreement whatsoever.
A user, using software that implements either standard, does not have to accept any licensing agreement that covers the either respective format's standard.
Thanks for playing :) -
Re:click once and run, but run what?
To whoever rates comments this person is ignorant of Microsofts new programmer ecosystem. Including offering fully featured Express Editions of Visual Studio by language. So again RTFM ID10T: http://msdn.microsoft.com/vstudio/express/visualc
/ default.aspx -
Re:Again
Some Linux user wrote: Put it this way - if someone offered you a moderately featured family sedan for free, would you turn it down because you'd rather buy a formula 1 car that can go 80mph faster? ## So let me get this straight you want me to use a semi finished (inferior) product when I can download a finished one for the same price. Hmm let me think here. http://msdn.microsoft.com/vstudio/express/visualc
/ default.aspx .... NO. The express editions have all the feature you care about. They just don't let you integrate with enterprise grade project management features such as Team System or use 3rd party plugins. For 95% of academic users this is a non-issue. -
Re:Strike Three - You're Out!
I'll concede that MSDN is a very nice collection of CDs, but I'd trade those CDs for source code any day of the week. On that note, the Linux stack has a wealth of documentation
... but at your local book store.
MSDN is not just a nice collection of CD's - it's all available on-line, and free as in beer. No ads, and it works well in Firefox! That's more than you can say for high-quality documentation for any other platform. I challenge you to prove me wrong.
I personally find the CD collection inferior because you have to update it. Fortunately, the MSDN integration in Visual Studio also uses the on-line MSDN if the sought information is not available locally.
Now, on that note, typically, the architects, developers, and testers you're referring to wouldn't know what to do with source code if it hit them in the head. They represent the lower ranks of the tech profession. Those of us who work in pushing the envelope of new technology almost unanimously reject MS products because they are far too contraining.
That's a pretty unfair and ignorant way to look at people who use Visual Studio. Not only are you ignoring the fact that the most commercially successful pieces of software ever conceived - Microsoft Windows and Office - were developed in Visual Studio by people who certainly do not deserve to be called "the lower ranks of the tech profession" (well, some of them perhaps), you are also ignoring the many other companies who have created successful products developed using Microsoft's tools. I work at such a company, and we are in fact pushing the envelope of new technology in our market. While I would not call Microsoft's products perfect, they have been instrumental to our success.
If your tools constrain you, you may be using the wrong ones; or you may be using them incorrectly. I think you have to try very hard to fail at using Visual Studio. -
Not Getting ItFrom the ClickOnce Deployment Overview:
Impact to the user's computer. With Windows Installer deployment, applications often rely on shared components, with the potential for versioning conflicts; with ClickOnce deployment, each application is self-contained and cannot interfere with other applications.
Shared components (libraries/DLLs/whatever) exist for a reason. Many program contain common functionality. Instead of rewriting that for every program, we put it in libraries, which we then reuse in each program that needs the functionality. Instead of including a copy of the library with every program (and keeping multiple copies up to date), we have all programs use the same, single copy of that shared library.
Of course, shared libraries break down when a program expects one library, but gets another, incompatible one. For example, if there are multiple, incompatible libraries named 'foo.dll', and one program on your system works with one version, and another program with another...one of these programs won't work. This, I think, is the problem Microsoft is claiming to have solved here. However, the "solution" they present actually isn't a solution; it says "shared libraries don't work, go back to duplicating code in every program". This is actually a step _back_. -
Re:click once and be pwned
-
ClickOnce
I agree that Microsoft does have a very nice development approach, but to claim that ClickOnce is comparable to todays HTML/Javascript applications is really reaching. Corporate Users will likely have this ability (once the organization deploys
.NET 2.0 runtime), but expecting Windows Live or Yahoo to give up on the AJAX binge for ClickOnce deplyoments is not likely. ClickOnce is more like Java Web Start. We've had that technology for years now, but for some reason, these web apps persist. -
No need for CSS hacks
IE has a feature called a "conditional comment" which is perfect for this.
<!--[if IE]>
<a href="http://getfirefox.com">Get Firefox</a>
<![endif]-->
Any normal browser will treat the whole thing as a comment (which it is) while IE will render the html inside. -
Re:This is idiotic
Microsoft provides it here (without support) http://support.microsoft.com/kb/841290
-
Re:It better."why the new system requirements are so ridiculously higher than XP is something I'm still waiting on a good answer for"
Actually the minimum sytem requirements are pretty low, and I could run it on my over 6 year old laptop. It's just the Aero interface that requires all the extra hardware. Minimum requirements 800MHz CPU, 512 MB RAM, SVGA, 20GB HD with 15 GB free, CD-rom drive.
-
Re:The same was declared when...
I'm not sure what the correct foot shooting analogy is but with Win2K and NT you could install a cracked version and it worked the same as the uncracked version.
With XP you can install a cracked version, and you get updates, something Microsoft took some time to clarify. For a while, it was hard to install the service packs, until Microsoft wrote a helpful article on how to change your product key. Given that key generators are widely available, this was Microsoft effectively conceding that cracked installs could be have the service packs installed.
But you can't download stuff from microsoft unless you validate your install as genuine. The Genuine Advantage detector keeps getting cracked and patched all the time though. So at the moment, the advantage you get from actually buying the software is rather slight. They also show no sign of persuing the owners of cracked installs who get automatic updates. They persue companies ruthlessly, but home owners seem to be exempt.
But it's easy to imagine that they plan to gradually increase the advantage you get from having a legal copy of the OS, without actually stopping the cracked versions from working over night. -
Got some bad news for you...
...but if you've got Windows Media Player, I can embed a script in Microsoft's
.asx format and have WMP serve up whatever sort of mischief I can code up, cleverly hidden in an audio or video media file. Supposedly Microsoft has been paying attention to the issue, but just between you and me I wouldn't have your bank's login page open in IE while playing any unfamiliar .asx or .asf files:http://support.microsoft.com/kb/828026
* * * * * *
Adobe Illustrator is a programmer's idea of how a graphic artist should work. CorelDraw is a graphic artist's idea of how a programmer should code.
-
Re:"Premium Edition"?Sorry, but you haven't seen the way Microsoft is marketing Vista?
They talk about "Vista Ready" and "Vista Premium Ready"
http://www.microsoft.com/windowsvista/getready/cap able.mspx
When they talk about "Vista Premium", they mean the Aero Glass interface, of course. And I'd be surprised if even 6% of Corporate PCs right now can support it (although it seems that the Intel GMA 950 chipset commonly found in all-in-one motherboards may support it)
From that website:
A Windows Vista Capable PC includes at least:
* A modern processor (at least 800MHz1).
* 512 MB of system memory.
* A graphics processor that is DirectX 9 capable.
Windows Vista Premium Ready PCs
To get an even better Windows Vista experience, including the Windows Aero user experience, ask for a Windows Vista Capable PC that is designated Premium Ready, or choose a PC that meets or exceeds the Premium Ready requirements described below. Features available in specific premium editions of Windows Vista, such as the ability to watch and record live TV, may require additional hardware.
A Windows Vista Premium Ready PC includes at least:
* 1 GHz 32-bit (x86) or 64-bit (x64) processor1.
* 1 GB of system memory.
* Support for DirectX 9 graphics with a WDDM driver, 128 MB of graphics memory (minimum)2, Pixel Shader 2.0 and 32 bits per pixel.
* 40 GB of hard drive capacity with 15 GB free space.
* DVD-ROM Drive3.
* Audio output capability.
* Internet access capability.
I've been looking for a Vista Premium compatible notebook, and they're hard to find in my country.
I agree that it's odd marketing by Microsoft (having 6 Vista versions, and speaking of "Standard" and "Premium" in marketing) -
Security
Considering Windows 2000 will continue to receive security updates through July 2010, I can't think of anything.
-
Several on products in the market.
In addition to what other posters mentioned,you can also use Live Meeting
-
Re:Vista is Broken in Many Ways
Let's start with some facts:
Vista's *six* SKU's are sold in various states of disabledness. For example, if you want to use a DVD burner, you must upgrade. Hmmm,.no matter the version of XP you could use a DVD burner... That's just one of many restrictions.
Let's move to your clearly uninformed question: "Is there some magic mechanism which disables your ability to play unencrypted content?"
Why, yes there is! The latest WMP phones home to MS when you play a song and catalogs your content. When the inevitable OS reinstall happens and you attempt to play the same songs you get some bad news. It seems it's okay to play the music on that "other" OS install, but not this one. You agree to this when you click-through licenses. Here's a link to a guy that experienced it. http://www.bandddesigns.com/blogger/arch/002942.ht ml
Here's Microsoft's SDK http://msdn.microsoft.com/library/default.asp?url= /library/en-us/wmpsdk11/mmp_sdk/glossary.asp Search the term "component enforces those rights." on the page.
Now, Microsoft and their media friends are taking away your right to first sale as secretly as possible. Vista will help them meet that end very nicely. Set top boxes and a variety of media subscription models will help greatly as well. Add in dragging some children into court and consider it done.
I assure you, this is only the beginning. Please consider using another OS that ensures your current freedoms. Many Linux distros are good,
I'm sure the above-average PHB senses this anyway. Which is part of the reason the Vista uptake will be so slow. -
For windows
-
WinPE
My USB recovery tool is Vista WinPE
You can get it from the WAIK :
http://www.microsoft.com/downloads/details.aspx?Fa milyID=c7d4bc6d-15f3-4284-9123-679830d629f2&Displa yLang=en -
Re:Impressive Rebuttal
This is what an annual 7 Billion Dollars of R&D money gets you? Sheesh.
$7 Billion in R&D money buys you things like Spec# and its verifier, C-omega for easy concurrent programming done right, and Singularity for a secure OS core, and... well a whole host of other things that are going to remain interesting research lab projects that MS will never get around to properly productizing and marketing. -
Re:Impressive Rebuttal
This is what an annual 7 Billion Dollars of R&D money gets you? Sheesh.
$7 Billion in R&D money buys you things like Spec# and its verifier, C-omega for easy concurrent programming done right, and Singularity for a secure OS core, and... well a whole host of other things that are going to remain interesting research lab projects that MS will never get around to properly productizing and marketing. -
Re:Impressive Rebuttal
This is what an annual 7 Billion Dollars of R&D money gets you? Sheesh.
$7 Billion in R&D money buys you things like Spec# and its verifier, C-omega for easy concurrent programming done right, and Singularity for a secure OS core, and... well a whole host of other things that are going to remain interesting research lab projects that MS will never get around to properly productizing and marketing. -
Re:a new car!
This guy wrote the piece the VERY DAY it was released!!! He has no numbers, facts, ro anything else to go by.
If you watched Steve Ballmer's keynote you would see quote a few fortune 500 companies ALREADY begining their upgrades
http://www.microsoft.com/business/launch2007/defau lt.mspx
Why does slashdot post this crap? Oh wait thats right. Nevermind. -
Other OS Installer vs. XNA Creators Club
What about the PS3 makes it worth more than the XBox 360?
PlayStation 3: Sony provides Other OS Installer, its official way to install other operating systems. For instance, I've seen a video of starting Fedora on a PS3 on YouTube. If you have Fedora, you have all the games that come with Fedora, and if they support joysticks, they will work with SIXAXIS. Total price: $500 for PS3 console.
Xbox 360: Microsoft plans to provide XNA Creators Club, its way to run
.NET on your Xbox 360 console. Microsoft plans to make it available by subscription only, costing $100 per year, and it will require Windows XP (thus shutting out people who still use an older computer from the Windows 2000 days or who jumped ship for Linux after Windows 2000). Total price even for people with a recent Windows PC: $400 for Xbox 360 console plus $500 over the life of the console. -
File formats
You do know that Microsoft has a Compatability Pack for Office 2000-2003, right? It adds support for the new formats.
-
Office 2007 File Format Conversion
Microsoft has released the conversion tools (to be used within existing versions of Office, not as standalone viewers) on their download site, or the Office site. I can't see a way to directly link to the update, as it is country dependent and some updates may require validation (surprise, surprise).
-
Office 2007 File Format Conversion
Microsoft has released the conversion tools (to be used within existing versions of Office, not as standalone viewers) on their download site, or the Office site. I can't see a way to directly link to the update, as it is country dependent and some updates may require validation (surprise, surprise).
-
Re:What's with the new formats?Probably more than you ever wanted to know about the new Office 2007 formats.
Basically, the new formats (docx, xlsx, pptx) are a zip archive containing a bunch of XML files. The old format dates back to Office 97.