Look at my blog entry for a simple way to determine this:
http://bphillips76.spaces.live.com/blog/cns!F9B548E4C21D6166!283.entry
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> I have a package in VS2005, and within it I need to find out if the current
> operating system is 32-bit or 64-bit. Is there a way to do this? I've
> looked at the System.Environment.OSVersion property, but the OperatingSystem
> class doesn't contain this information.
> Thanks!