|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Drop your pants and grab your ankles..its VISTA!I haven't delved into the beast that is Vista from a programming standpoint
yet. But, if the blog at http://west-wind.com/WebLog/posts/4983.aspx is any indication of what we're in for.....I say we all refuse to deploy this monstrosity and make Redmond get it right. There is NO WAY people are going to go for a system this locked down. Never....ever........ever! >I haven't delved into the beast that is Vista from a programming standpoint You are absolutely right.>yet. But, if the blog at http://west-wind.com/WebLog/posts/4983.aspx is >any indication of what we're in for.....I say we all refuse to deploy this >monstrosity and make Redmond get it right. > > There is NO WAY people are going to go for a system this locked down. > Never....ever........ever! Let's drop windows everywhere, install linux and spend billions of euros porting applications, based on 1 blog post with information about a product that has not even been released yet, only to discover that linux is locked down even tighter by default. The issues mentioned there are mostly due to earlier bad design. Users having RW access to program files is considered OK? After years of bad press, Microsoft are finally locking down the OS, and lo and behold: OMG my applications that were not developed for an OS that has not yet been released have compatibility problems. Sue!! Bring out the pitchforks!! It is a conspiracy!!! Well Boohoo. Of course there will be compat problems. And most of them are caused by bad design, and will have to be fixed by the app devs themselves. Some are caused by bugs in Vista, and will have to be fixed before Vista goes gold, which is still over 4 months away. -- Kind regards, Bruno van Dooren bruno_nos_pam_van_doo***@hotmail.com Remove only "_nos_pam"
Show quote
Hide quote
"Bruno van Dooren [MVP VC++]" <bruno_nos_pam_van_doo***@hotmail.com> wrote Funny that the Blog concludes with "the OS being crappy" while in fact it's in message news:ODlgJS46GHA.3760@TK2MSFTNGP02.phx.gbl... | >I haven't delved into the beast that is Vista from a programming standpoint | >yet. But, if the blog at http://west-wind.com/WebLog/posts/4983.aspx is | >any indication of what we're in for.....I say we all refuse to deploy this | >monstrosity and make Redmond get it right. | > | > There is NO WAY people are going to go for a system this locked down. | > Never....ever........ever! | | You are absolutely right. | Let's drop windows everywhere, install linux and spend billions of euros | porting applications, based on 1 blog post with information about a product | that has not even been released yet, only to discover that linux is locked | down even tighter by default. | | The issues mentioned there are mostly due to earlier bad design. Users | having RW access to program files is considered OK? | After years of bad press, Microsoft are finally locking down the OS, and lo | and behold: OMG my applications that were not developed for an OS that has | not yet been released have compatibility problems. Sue!! Bring out the | pitchforks!! It is a conspiracy!!! | | Well Boohoo. | | Of course there will be compat problems. | And most of them are caused by bad design, and will have to be fixed by the | app devs themselves. | Some are caused by bugs in Vista, and will have to be fixed before Vista | goes gold, which is still over 4 months away. | | -- the application being crappy (10 years old FoxPro?) probably designed for a 'crappy?' OS called W9X having administrative dependencies. Such legacy applications can indicate that they want to perform 'legitimate' administrative operations by implementing an application manifest. The issue with writing to a config file is not valid either, Vista uses something called virtualization which redirect writes to a per-user location when the account is restricted. Another point he is missing is that it's still possible to run as local administrator (which is disabled by default), something he obviously does when running on XP because "users" don't have write access privileges on "Program Files". But that doesn't change the issue, it's Foxpro which is to blame not the OS (Vista or XP). Developers should carefully read all they can about UAC (something the blog poster failed to do) and run the "Microsoft Standard User Analyzer" in order to identify the administrative dependencies of their applications, this will allow them to take some corrective measures, or at least to provide a manifest for their applications. Willy. Try it by yourself.
AFAIK having restricted permissions on Program files is already there in XP (or is this just how our workstations are installed ?) -- Patrice "smerf" <sm***@shroom.com> a écrit dans le message de news: fkoWg.55041$vX5.15***@bignews8.bellsouth.net...Show quoteHide quote >I haven't delved into the beast that is Vista from a programming standpoint >yet. But, if the blog at http://west-wind.com/WebLog/posts/4983.aspx is >any indication of what we're in for.....I say we all refuse to deploy this >monstrosity and make Redmond get it right. > > There is NO WAY people are going to go for a system this locked down. > Never....ever........ever! > > > > > AFAIK having restricted permissions on Program files is already there in XP Thats just your workstation.> (or is this just how our workstations are installed ?) Login as admin and delete all folders in System32 that start with the word "Group" or have the word "Policy" in them... these might be hidden files also. Steven Nagy schrieb/wrote:
>> AFAIK having restricted permissions on Program files is already there in XP Under XP, a member of the "Users" group has no write access to the >> (or is this just how our workstations are installed ?) > > Thats just your workstation. "Program files" directory. Patrice wrote:
> Try it by yourself. Patrice:> > AFAIK having restricted permissions on Program files is already there in XP > (or is this just how our workstations are installed ?) > Why do you think this is OT in developer groups? Very relevant I would say. However I disagree with the OP that UAC is a bad thing. Rather the problem with Vista is that it is full of bugs, many of which are related to installation and uninstallation of applications. David Wilkinson IMO it would rather belong to a security group such as
microsoft.public.windows.vista.security or perhaps microsoft.public.dotnet.security. Though group frequentation is a factor, I thought that if the thread still continues here it could be good to mention that it doesn't discuss a particular csharp, vb or vc language issue. For those interested : http://msdn.microsoft.com/windowsvista/reference/default.aspx?pull=/library/en-us/dnlong/html/wvduac.asp -- Patrice "David Wilkinson" <no-re***@effisols.com> a écrit dans le message de news: u2xA3356GHA.4***@TK2MSFTNGP02.phx.gbl...Show quoteHide quote > Patrice wrote: > >> Try it by yourself. >> >> AFAIK having restricted permissions on Program files is already there in >> XP (or is this just how our workstations are installed ?) >> > > Patrice: > > Why do you think this is OT in developer groups? Very relevant I would > say. > > However I disagree with the OP that UAC is a bad thing. Rather the problem > with Vista is that it is full of bugs, many of which are related to > installation and uninstallation of applications. > > David Wilkinson smerf wrote:
> I haven't delved into the beast that is Vista from a programming standpoint smerf:> yet. But, if the blog at http://west-wind.com/WebLog/posts/4983.aspx is any > indication of what we're in for.....I say we all refuse to deploy this > monstrosity and make Redmond get it right. > > There is NO WAY people are going to go for a system this locked down. > Never....ever........ever! > > > > I disagree. UAC is a good thing, and has made me realize that my applications were not correctly written with regard to users who are not administrators (though they did run, unlike some of the apps mentioned in the article). The real problem with Vista is that it is full of bugs. David Wilkinson
Combo Boxes in Datagrids
Detecting the browser once IE7 comes out Seeking info on httpweblistener.... Can we determine at runtime if app is Console or Windows? How to lock a text file? How to debug program error on Windows with another language? Prompting for an IP address Tab groups in VB2003 debugging Connect to the right SQL Server during runtime How can I get the data type of a data table's columns? |
|||||||||||||||||||||||