Author Topic: Administrative access.  (Read 1181 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Administrative access.
« on: August 21, 2017, 09:46:36 AM »
Hi all,..
just a simple question for you guys..

most of AutoDESK HotFix are simble DBX or DLL files that need to be copied is autoCAD direcory.
(no installation).

so the problem is "Program files" need admin rights to copy files.
the goal is that i'm trying to modify the nework acaddoc.lsp allowing to make this update.
but without permission,...I'll have to copy this file on each PC machine one by one with admin login.

is anyone have any idea on how I can manage this ?
even VBS seem not working..

Thank you.

Keep smile...

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Administrative access.
« Reply #1 on: August 21, 2017, 10:31:19 AM »
I would hope so - if it was that easy to bypass security restrictions they wouldn't be much good.

Copy the files using batch file or similar, run with admin credentials.  Or better yet users should have local admin rights, as it's necessary for many programs to run properly.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Administrative access.
« Reply #2 on: August 21, 2017, 11:07:52 AM »
I agree,..

however, when AutoDESK provide HotFix,..they should provde installation instead of replacing files on non admin folder.

by chance I've only 413 cad user to install this..

 :no:
Keep smile...

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Administrative access.
« Reply #3 on: August 21, 2017, 11:11:16 AM »
problem fixed by creating installation EXE with admin rights.
then execute the EXE via acaddoc.lsp.

Thank you.
Keep smile...