473,382 Members | 1,705 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

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!


Oct 9 '06 #1
8 1539
>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.

--

Kind regards,
Bruno van Dooren
br**********************@hotmail.com
Remove only "_nos_pam"
Oct 9 '06 #2
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.coma écrit dans le message de news:
fk*******************@bignews8.bellsouth.net...
>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!


Oct 9 '06 #3
AFAIK having restricted permissions on Program files is already there in XP
(or is this just how our workstations are installed ?)
Thats just your workstation.
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.

Oct 9 '06 #4
Steven Nagy schrieb/wrote:
>AFAIK having restricted permissions on Program files is already there in XP
(or is this just how our workstations are installed ?)

Thats just your workstation.
Under XP, a member of the "Users" group has no write access to the
"Program files" directory.
Oct 9 '06 #5

"Bruno van Dooren [MVP VC++]" <br**********************@hotmail.comwrote
in message news:OD**************@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.
|
| --

Funny that the Blog concludes with "the OS being crappy" while in fact it's
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.


Oct 9 '06 #6
smerf wrote:
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!

smerf:

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
Oct 9 '06 #7
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
Oct 9 '06 #8
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/windowsvis...tml/wvduac.asp

--
Patrice

"David Wilkinson" <no******@effisols.coma écrit dans le message de news:
u2**************@TK2MSFTNGP02.phx.gbl...
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

Oct 9 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: smerf | last post by:
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...
5
by: Andrea | last post by:
How can I drag and drop files from Explorer to my .NET application in Vista? It looks like the DataFormats.FileDrop doesn't work anymore in Vista. An example would be greatly appreciated. Thanks....
1
by: Steve Bottoms | last post by:
Hi, all! Using VB .Net 2k5 under Vista Business... I'm trying to put together a very basic drag-and-drop for file copying, and can't seem to get DragDrop events (Form, PictureBox, TextBox, etc)...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.