disable file system virtualization for an application  
Author Message
dmstarkston





PostPosted: Fri Mar 14 03:48:39 PDT 2008 Top

Windows Vista >> disable file system virtualization for an application I've installed a couple legacy compilers on my new Vista PC and they
are giving me fits with what I believe is a file system virtualization
problem. In particular the compilers are trying to rename a file in
their \program files\ subdirectory, which fails, and prevents the
compiler's ide from functioning properly.

Is there a way to disable virtualization for an application?

If I uninstall the applications and reinstall them somewhere other
than \program files\, will this solve the problem? [I'd rather not
have to do this, but will if necessary]

Microsoft certainly created the unholy mess from hell with this
virtualization attempt.

Windows Vista17  
 
 
Rick





PostPosted: Fri Mar 14 03:48:39 PDT 2008 Top

Windows Vista >> disable file system virtualization for an application Hi Scott,

A couple of ideas:

a) Set up a virtual machine using Virtual PC (it's free) and install a
legacy OS that the applications are compatible with.

b) Install it outside of the \Program Files directory tree.

Virtualization is designed to make it tough for malware to alter system
files, and applications need to migrate to this methodology to ensure system
integrity. The only other solution for situations of this type is to disable
UAC and alter directory permissions, and this also has the negative impact
of exposing the system to the exact type of attacks that virtualization is
meant to defeat. While this may be suitable for more advanced users that
understand the full impact of it, it's most certainly not for the average
one.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Scott" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> I've installed a couple legacy compilers on my new Vista PC and they
> are giving me fits with what I believe is a file system virtualization
> problem. In particular the compilers are trying to rename a file in
> their \program files\ subdirectory, which fails, and prevents the
> compiler's ide from functioning properly.
>
> Is there a way to disable virtualization for an application?
>
> If I uninstall the applications and reinstall them somewhere other
> than \program files\, will this solve the problem? [I'd rather not
> have to do this, but will if necessary]
>
> Microsoft certainly created the unholy mess from hell with this
> virtualization attempt.

 
 
dzomlija





PostPosted: Fri Mar 14 04:12:48 PDT 2008 Top

Windows Vista >> disable file system virtualization for an application
Also try running the compiler as an administrator.

Right click the compiler shortcut, click "Rus as Administrator".

If the compiler is command-line based, the run the Windows Command Line
as an administrator - Click Start, type CMD in the search box, then
right click on "Command Line" and then "Rus As Administrator"

If you go into the compatibility options for the compiler, you can
permanently set it to run as an administrator.

Rick Rogers;646325 Wrote:
> Hi Scott,
>
> A couple of ideas:
>
> a) Set up a virtual machine using Virtual PC (it's free) and install a
> legacy OS that the applications are compatible with.
>
> b) Install it outside of the \Program Files directory tree.
>
> Virtualization is designed to make it tough for malware to alter system
> files, and applications need to migrate to this methodology to ensure
> system
> integrity. The only other solution for situations of this type is to
> disable
> UAC and alter directory permissions, and this also has the negative
> impact
> of exposing the system to the exact type of attacks that virtualization
> is
> meant to defeat. While this may be suitable for more advanced users
> that
> understand the full impact of it, it's most certainly not for the
> average
> one.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> 'Microsoft Most Valuable Professional'
> (http://mvp.support.microsoft.com/)
> Windows help - 'Nutcase's Home' (http://www.rickrogers.org)
> My thoughts 'Life and other stuff' (http://rick-mvp.blogspot.com)
>
> "Scott" <smbaker@xxxxxx> wrote in message
> news:892d0b95-07c3-4fc0-8db8-f33de1d7fe50@xxxxxx> > >
> > > I've installed a couple legacy compilers on my new Vista PC and they
> > > are giving me fits with what I believe is a file system
> > virtualization
> > > problem. In particular the compilers are trying to rename a file in
> > > their \program files\ subdirectory, which fails, and prevents the
> > > compiler's ide from functioning properly.
> > >
> > > Is there a way to disable virtualization for an application?
> > >
> > > If I uninstall the applications and reinstall them somewhere other
> > > than \program files\, will this solve the problem? [I'd rather not
> > > have to do this, but will if necessary]
> > >
> > > Microsoft certainly created the unholy mess from hell with this
> > > virtualization attempt. > >


--
dzomlija

_____________________
Peter Alexander Dzomlija
-Do you hear, huh? The Alpha and The Omega? Death and Rebirth? And as
you die, so shall I be Reborn...-

:cry:-U--nfortunately, my rig (As seen in
http://www.vistax64.com/general-discussion/110939-show-us-your-rig-12.html#post533290)
went south thanks to mother nature and a lightning bolt to the mains
supply that my UPS could not stop. Now I'm just waiting for the
insurance payout, so I can build a new machine.-'
' (http://s229.photobucket.com/albums/ee312/Dzomlija/Venus/)
 
 
On





PostPosted: Fri Mar 14 04:20:02 PDT 2008 Top

Windows Vista >> disable file system virtualization for an application have you tried running them in compatibility mode?

Running a compiler in a virtual machine will be slow....

if you dont care. ok


"Scott" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> I've installed a couple legacy compilers on my new Vista PC and they
> are giving me fits with what I believe is a file system virtualization
> problem. In particular the compilers are trying to rename a file in
> their \program files\ subdirectory, which fails, and prevents the
> compiler's ide from functioning properly.
>
> Is there a way to disable virtualization for an application?
>
> If I uninstall the applications and reinstall them somewhere other
> than \program files\, will this solve the problem? [I'd rather not
> have to do this, but will if necessary]
>
> Microsoft certainly created the unholy mess from hell with this
> virtualization attempt.


 
 
Scott





PostPosted: Fri Mar 14 10:24:43 PDT 2008 Top

Windows Vista >> disable file system virtualization for an application Thanks for the suggestions, everyone. After playing with it a bit more
last night, I found that I could change the permissions for the folder
that the compiler sits in (the subdirectory off of \program files\) so
that I, the humble user, had permission to modify files. This seems to
be working.

Scott