> I have a question regarding programs that have problems with normal
working
> on Windows Vista. Is it possible to run them resigning from some of the
> functionality of Vista OS?
It's going to depend on the software. Most things
should run but will be sandboxed and can't be used
on an all-user basis. For instance, a program that
writes INI files to its own program folder will have those
"virtualized" on a per-user basis, so every user will have
to set all of the program settings individually. On the other
hand, a program like a system tweaker utility that needs to
write to HKEY_LOCAL_MACHINE Registry keys will also be
virtualized to a dummy key in HKEY_CURRENT_USER, making
that software useless.
> I suppose that problem is with User Account
> Control (UAC) function. Can I install my programs outside the Program
Files
> folder (e.g. in C:\Dynamics75 or E:\New\Dynamics75) to abandon UAC
> functionality for this programs or should I disable UAC at all?
The only location where all users have full access is
the all users documents folder! But even if you install
there it won't stop Vista from sandboxing the program.
> If you have any answers on my questions I wil be appreciated to know them.
>
These links might be informative if you want to look
into it:
http://technet2.microsoft.com/Window...-2b2f-422c-b70
e-b18ff918c2811033.mspx
http://www.microsoft.com/technet/tec...s/2007/06/UAC/
Whether to disable UAC is a personal decision. If
you leave it enabled and run as a standard user then
you have better security but limited functionality.
If you disable UAC and run as full admin. then you'll
have functionality similar to XP.