Windows Vista UAC.. The inability to Update a File/Folder within the Windows fol

  • Thread starter Thread starter Kim A.
  • Start date Start date
K

Kim A.

Guest
We have multiple in house applications created in .Net that uses a program
(AutoUpdater.exe) to check a the version of an EXE file on the local PC and
compares it to a stored EXE on a file server. If the EXE on the server has a
newer version, then it will copy all filles in that folder back down to the
local PC (In other word a custom built application deployment utility).

Here is the problem, we have SCCM deploy the orginal application to the
Vista PC. Everytime the application is launch it starts AutoUpdater.exe, at
this point the user receives and Validation windows to enter an admin ID and
password. So to get around this issues we TURNED OFF UAC. But this no a
solution, we want UAC Turned On.

I'm looking for any suggestion to help resolve our issue.

Thanks,
Kim
 
Re: UAC.. The inability to Update a File/Folder within the Windows fol

'impersonate' is a feature of .Net and scripting, but if that is not
available to you, perhaps a kludge will work for you. Create a shortcut
(*.LNK) that runs the updater exe, and set the properties of the shortcut to
'run as admin'. You will probably have to log on to that system as the
default "Administrator" account to create the shortcut.
--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPostAsAnswer
Mark L. Ferguson
..

"Kim A." <Kim A.@discussions.microsoft.com> wrote in message
news:94F54B27-C3F4-4C99-9373-5807EBF7B4B4@microsoft.com...
> We have multiple in house applications created in .Net that uses a program
> (AutoUpdater.exe) to check a the version of an EXE file on the local PC
> and
> compares it to a stored EXE on a file server. If the EXE on the server
> has a
> newer version, then it will copy all filles in that folder back down to
> the
> local PC (In other word a custom built application deployment utility).
>
> Here is the problem, we have SCCM deploy the orginal application to the
> Vista PC. Everytime the application is launch it starts AutoUpdater.exe,
> at
> this point the user receives and Validation windows to enter an admin ID
> and
> password. So to get around this issues we TURNED OFF UAC. But this no a
> solution, we want UAC Turned On.
>
> I'm looking for any suggestion to help resolve our issue.
>
> Thanks,
> Kim
 
Re: UAC.. The inability to Update a File/Folder within the Windows fol


Kim A.;692845 Wrote:
> We have multiple in house applications created in .Net that uses a
> program
> (AutoUpdater.exe) to check a the version of an EXE file on the local PC
> and
> compares it to a stored EXE on a file server. If the EXE on the server
> has a
> newer version, then it will copy all filles in that folder back down to
> the
> local PC (In other word a custom built application deployment utility).
>
> Here is the problem, we have SCCM deploy the orginal application to the
> Vista PC. Everytime the application is launch it starts
> AutoUpdater.exe, at
> this point the user receives and Validation windows to enter an admin
> ID and
> password. So to get around this issues we TURNED OFF UAC. But this no a
> solution, we want UAC Turned On.
>
> I'm looking for any suggestion to help resolve our issue.
>
> Thanks,
> Kim


By "In House Applications", I'm guessing that you own IT staff created
these applications? Is it not possible to install the applications to
some directory other than "Program Files" or "Windows"? This should
solve the problem. Other than that, have you tried running the programs
with elevated credentials, or in Windows XP Compatibility mode?


--
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...-

_*Prometheus*_
MOBO: ASUS MB-M3A32-MVP Deluxe/WiFi-AP
CPU: AMD Phenom 9600 Quad
RAM: 2 x A-Data 2GB DDR2-800
GPU: ASUS ATI Radeon HD 2400PRO, 256MB
BOX: Thermaltake Tai-Chi Water Cooled
OS: Windows Vista Ultimate x64
'' (http://valid.x86-secret.com/show_oc.php?id=333562)'[image:
http://valid.x86-secret.com/cache/banner/333562.png]'
(http://valid.x86-secret.com/cache/banner/333562.png)
 
Back
Top