Admin privileges required to install TurboCad

I am trying to install TurboCAD ver.3 on OS X 10.8 Mountain Lion. In am getting the erroe message, "This installer requires admin privileges to run."
I have seen a lot of discussion on this in Snow Leopard and I tried everything that was suggested, including changing the TRUE to FALSE in Install Script.
When I try to change it, I get the message that "This Script couldn't be unlocked because it resides on the locked disk TuboCAD Pro............ect."
Anybody know how to unlock that so I can edit the script?

Using Mac 10.7.5 I have had the same problem, but the fix described didn't work. The solution below worked for me so I thought this thread would be a good place to share it.
1) Show package contents of the TurboCAD installer app (right click on it in Finder).
2) Copy the folder Contents/Resources/Installer Items/TurboCAD Mac Pro v3.0 from the installer into the Applications folder on the mac.
3) Run the following in terminal:
sudo mkdir /usr/local
sudo mkdir /usr/local/lib
sudo cp /Applications/"TurboCAD Mac Pro v3.0"/Temp/libxerces-c.dylib /usr/local/lib/libxerces-c.dylib
sudo cp /Applications/"TurboCAD Mac Pro v3.0"/Temp/libxerces-c.dylib /usr/local/lib/libxerces-c.27.dylib
4) Run the application by clicking TurboCAD Mac Pro.app from within the TurboCAD folder in the Applications folder. Enter registration information as normal.

Similar Messages

  • Install failed in AAM "Admin privileges required"

    Hi,
    I'm running 27" iMac, mid 2011, OSX 10.8.3. When I try to install Photoshop, I'm prompted to enter my Admin password. The password is accepted, but AAM tells me that the installation failed because 'Administrator priviledges are required to install.' Only one account on the Mac and it's the Admin. Have set download permissions to "Anywhere" in the Security and Privacy preference panel. Have Firewall on set to 'Automatically allow signed software to receive incoming connections'. I'm stumped.
    EDIT **Uninstalling AAM and reinstalling seems to have fixed the issue. My setting listed above have not changed. Thank you**

    Sanani64 Says: **Uninstalling AAM and reinstalling seems to have fixed the issue. My setting listed above have not changed. Thank you**

  • No admin privilege. Cannot install latest version of iTunes

    I have no admin privileges for corporate laptop. Cannot install latest version of iTunes. No problem with previous versions. Any ideas? 

    Hey Roderick136,
    If you haven't encountered issues previously, then I would try following the steps in this link:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Let us know if that helped resolve the issue.
    Welcome to Apple Support Communities!
    All the best,
    Delgadoh

  • Is admin privilege required to prepare hosts?

    In attempting to segregate roles and activities using group permissions in N1 I came across the question of whether users who were not a member of the admin group have the privilege to prepare hosts? I looked into the documentation but did not find anything that addresses this question.
    John S

    Turns out you don't need admin rights to prepare a host.
    To prepare a physical host, user must belong to a user group that has Create, Edit, Delete permission on hosts.
    http://docs.sun.com/app/docs/doc/819-4450/6n6jp1i56?a=view
    However, we learned through testing that the user who has these permissions (but isn't in the admin group) cannot prep the host from the GUI. Instead, they must run the prep command from the cli:
    $cr_cli -cmd pe.h.prep -u <user> -p <passwd> -tar NM:<hostname>
    Sun is now aware of this bug.
    -Mike

  • Admin access required for downloading e-licenses?

    Hola. Do end users need administrative access to their computers in order to download the e-license during the 30 day grace period?
    Thanks!
    Morgan

    Hola Morgan, Como estas? :-)
    The answer: No, no admin privileges required to download an e-license to the machine.
    Juan-Carlos

  • Admin Privilige required to intall Dreamweaver and other apps.

    Adobe Application Manager has now properly installed.  However when i attemp to install Dreamweaver or other apps, the installation fails citing:  "Administrator privileges required to install.  Please quit and rerun in Administrator Mode.  I am the administrator of this single user, Window 7 Pro laptop.  What do you recommend?

    Hi,
    1) Please attach a screenshot with the error message.
    2) Please provide the following log files (you can mail to [email protected]):
            a) %temp%\AdobeDownload\DLM_Native.log
            b) %temp%\PDApp.log
    3) I believe that when you click on 'Install' , you get a prompt saying 'Adobe Application Manager Helper wants to make changes to this computer' and you click 'Yes' and then you this error. Please confirm.

  • "requires admin privileges to install"

    Hi,
    I'm trying to install a game on my computer and it's not working.  I put the disc in, click on the installer, and a window pops up stating "This installer requires admin privileges to run."  I only have one user account on my computer and I have already checked that it lists me as having administrative privileges. 
    My mac has Snow Leopard and is running Mac OS X version 10.6.8
    The game is Diner Dash Party Pack by PlayFirst.
    Any thoughts on what I can do?
    Thanks!

    The developers are Gamespot.   Go to them, vta this link, and ask them for help if your problem is not covered by the FAQ section.   Beware if you downloaded it from Softinic, these people sometimes inject unwanted material into the download.
    http://www.gamespot.com/diner-dash-party-pack/

  • AIR runtime and AIR applications built using Captive Runtime still need Admin Privilege to Install

    I am working on a small project to install AIR application(native .exe & .dmg) with AIR runtime without needing the Administrator privilege so I used Captive runtime but the installation is still asking for admin privilege
    I bundled AIR application with AIR runtime using Captive runtime from flash builder 4.6, then I packaged this into a .MSI using Advanced Installer. Now when I install it for a user without admin privilege it prompts me for Admin credentials.
    Can you please tell me if
    1. I need AIR distribution license to install AIR runtime without Admin privilege
    2. Do I need a different installer
    3. Am I missing any step here
    Thank you

    If you're installing to a location where Windows requires elevated privileges, like Program Files, you'll need to have admin privileges to continue.  Are you using an AIR based native installer or have you taken the application with the captive runtime and rolled this up in your own installer?
    Here's a section from the Installation and deployment options in Adobe AIR 3 article that might help:
    Installation privileges
    When designing an installer, one has the option to choose from approaches that may or may not require administrative privilege. For example, a drag-and-drop install on Mac OS X requires no special privilege; users can always copy the application into their own application folders, for which they have the necessary permissions. On the other hand, if registry keys must be written to the machine-specific portion of the registry on Windows, installation of that application will require administrative privilege to do so.
    The two installer formats directly supported by AIR, AIR files and native installers, have always required administrative privilege. This was a design decision made in part to simplify the implementation of the AIR installers: If administrative privilege is assumed to be available, implementation is possible if the registry can be written to, and so on. It was also selected because, in many enterprises, this is the desired behavior: administrators can use the privilege requirement to gate software installation.
    All the same, there are scenarios where supporting installation without requiring administrative privileges is desirable, or even necessary. This can now be achieved using custom installers; you simply need to author an installer that operates correctly with only standard user privilege. In practice this can be easy to achieve; a simple install-by-copy to a writable location (that is, in the user's own folder) will suffice. Should you author a more complex installer, you should keep in mind that the addition of certain operations during the install process will in turn reintroduce the requirement for administrative privileges.

  • Installer requires Admin Privilege to run

    I'm a new user on a Macbook. Its been about 20 years since I last was on an apple. I need help, I'm trying ton install a game on my laptop. When I click on the installer to install the game a window pops up saying "installer requires Admin privilege to run" and the only option is to quit. What do I need to do to get this game installed?
    Thanks so much!!

    /Applications/Utilities/Disc Utility - a very handy tool in all sorts of situations.
    I'm most surprised that a new account with admin permissions wasn't able to perform the install I'm at a loss what might be causing that to be honest ... maybe the repair permissions on the drive will sort it out, perhaps the entire folder has had write access removed somehow. You could select the destination folder location and Get Info on it and look at the permissions settings at the bottom, does it allow any user to Write there or is it Read only I wonder ?

  • After upgrade to EMET v4.1 and reboot EMET_Agent didn't self-restarted but now double clicking its icon shows error "Admin privileges are required"

    Hello all,
    after on my Windows XP SP3 test client I upgraded to EMET v4.1 (from v4.0) and rebooted I noticed the following:
    - EMET_Agent didn't self-restarted so I had to run it manually (and I noticed that after it started it also self-added an undocumented --NoRestart command line option),
    - now that its icon is already in SysTray (Notification Area) the error "Admin privileges are required" appears whenever I double click on it or select 'Open EMET', so in case of need I can run EMET_GUI.exe only manually.
    Is all this normal and expected or there can be any other possibly known way to avoid or definitely fix both effects ?
    P.S. If to better show effects also providing any bitmap should be needed, then please just let me know.
    Thanks in advance for any helpful reply or suggestion. Regards.
    Rob

    Hello everyone again,
    I'm updating this post to ensure anyone interested may know how to definitely solve this issue.
    After verifying that same annoying issue was also found with EMET 4.1 update 1 (valid for its 1st 4/30/2014 release, and verified also with
    current and latest 5/29/2014 version) I recently made some little more investigation and after noticing its weird command line (reported by Process Explorer) simply as :
    --NoRestart
    I simply ensured to manually force same option to be properly set at startup, and that's it. :-D
    So here you are quick updated versions of :
    - EMET41NotificationFix.reg
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    "EMET Agent"="\"C:\\Program Files\\EMET 4.1\\EMET_Agent.exe\" --NoRestart"
    - EMET41upd1NotificationFix.reg
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    "EMET 4.1 Update 1 Agent"="\"C:\\Program Files\\EMET 4.1\\EMET_Agent.exe\" --NoRestart"
    I hope this helps (and if it does then please be kind and vote this post as useful... ;-) ) while to some forum moderator I'm asking to kindly mark this post as Answer.
    P.S. It's just a pity that latest current version of EMET 4.1.1 (aka 4.1 update 1) cannot easily install over its 1st release (its setup suggest to 1st remove existing version), anyway I've found a tricky (hacked) way to overcome this limitation while also
    avoiding reboot so in future I'll consider to share it publicly in a different discussion.
    Regards
    Rob

  • This installer requires admin privileges to run

    I'm trying to install a new Application (ViaCAD 2D/3D). I get the message "This installer requires admin privileges to run" with no option to enter admin password.
    Thing is, I am clearly the Admin user with all privs.
    Searched a lot of forums and tried a lot of ideas... but to no avail. Prior installations proceeded without error. Of course, the manufacturer support simply blamed Apple and closed the support question. Console log shows no errors.
    This one has me totally stumped (and I have 20+ years admin experience).

    Update:
    The application installed on another system running 10.4. On the offending system, I tried another Admin account, ran repair permissions from Utilities, made sure Admin had R/W privs on Apps folder, moving the .dmg file to the Applications folder, did a reboot, searched for a VidCad plist file. Out of ideas.

  • Why does App Manager think I need Admin privileges to install updates?

    I'm a Creative Cloud subscriber, and when I open apps (such as Muse) I get a message to install upgrades (or not). If I ask to install, I'm asked for login and password info, which is then refused and I get an error message that I need Admin privileges. So the install fails.
    I can log in to this site using my login and password, so that's not the problem. I can also open the application (without the upgrades) but these are listed as being time-sensitive: only available until, for example, June 14. But there's no way for me to install these new releases. HELP!!!

    It's down to where the updates are writing their files / registry keys. For example, installing/updating the Flash Player runtime has always required admin access as the file lives within the operating system folder tree (on Windows it's in system32/Macromed). Registry-wise, Adobe places keys in HKCU and HKLM - the latter is read-only for normal users.
    If you're managing a network with enterprise-licensed software, there are tools for Creative Cloud that permit an IT manager to build offline deployment packs for the base installers and updates. If your users have retail copies of CC, that isn't an option and everything has to be managed on a per-machine basis.

  • When attempting install of iTunes 10.5 for Windows 7 on Parallels 7, I get a message saying,  "A program required to install cannot be run. Contact the package vendor or sys admin" (that's me).  I completely uninstalled the previous iTunes prior to this.

    When attempting install of iTunes 10.5 for Windows 7 on Parallels 7, I get a message saying,  "A program required to install cannot be run. Contact the package vendor or sys admin" (that's me).  I completely uninstalled the previous iTunes prior to this.  Any thoughts?

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Administrator privilege are required to install Adobe Master CS5.5

    Hi All,
    This is Tom. I'm logged in as local administrator to Windows 7 64bit OS and everytime I tried to install CS5.5 Master I kept getting this message, "Administrator privilege are required to install". Do you have any suggestion? I can install any program but just not CS5.5.
    Thanks & Regards,
    Tom

    Hi Mylenium,
    Thanks for your advice.
    I could not find the log in "\Program Files(x86)\Common Files\Adobe\Installers", it only shows log file from my previous installation of Adobe CS3.
    I can see this file \Users\[username]\AppData\Local\Temp\PDApp.log with some errors like
    23:11:19 [ERROR] LWANative - OOBElib returned error: 34
    23:11:19 [INFO] LWANative - pwa_openSession Session key : {*****-****-*****}
    23:11:19 [ERROR] LWANative - OOBElib returned error: 47
    23:13:32 [ERROR] LWANative - OOBElib returned error: 27
    23:13:32 [ERROR] LWANative - OOBElib returned error: 27
    Tom

  • Our IT guy installed the new Adobe reader on my machine, but FF isn't picking it up and I don't have admin privileges to install it as a plug-in.

    I just need to know how to get FF to "pick up" the new version of Acrobat Reader that is already on my computer. I got a new work computer, and don't have admin privileges to install AR as a plug-in on FF. The new version is fully installed -- just not in FF. I'm running Win7 and FF 18.0.1.
    Thanks for the help!

    Firefox should find the Adobe Acrobat plugin through a registry scan, which probably runs at startup.
    I notice in your "More system details" list you have this, which sounds promising:
    Adobe PDF Plug-In For Firefox and Netscape 11.0.01
    If you check the following tab, is it enabled?
    orange Firefox button ''or'' classic Tools menu > Add-ons > Plugins category
    If it's enabled, is the problem that Firefox still wants to launch PDFs externally? If so, you might need to change a setting here:
    orange Firefox button ''or'' classic Tools menu > Options > Applications
    In the search box on that tab, type pdf and pause while the list is filtered. You normally get two or more entries and there are drop-down boxes on the right side to choose how to open them. Does that work?

Maybe you are looking for

  • Mac Pro 2.66 Quad-Core 1GBRAM, how much more RAM and HOW?

    I just got my Mac Pro 2.66 Quad-Core, and I had a budget so I left the RAM down @ only 1GB because I knew I could upgrade it later. Well later is here & I want to put more in it, but I hear it is a little more complicated than the sensless shoving of

  • Changes made in Lightroom3 don't print

    Sometimes, the edits made in LR 3 are not applied when I print.  They also do not show correctly if I choose them as the desktop background accuratly (afterexporting it as a jpg file). The photo is colorful but my desktop is not! I've exported a numb

  • Question for N6300/ How to enlarge contact image?

    I just purchased a N6300, going from a 6600, and it bothers me that it does not show a large picture of the person that is calling me, just a small thumbnail. This thumbnail was even bigger on the 6600, and the whole picture could be displayed with a

  • How to find *screen badi*

    hi, i know how to find exits and badi for a particular transaction. i just wanted to know how we can find screen badi for a specific transaction.(ex: mb_migo_badi for migo transaction) can any one give suggestions in this issue.if possible send any d

  • Locked out after time machine - FileVault?

    This is a woeful chain of events... Several applications were bugging me to upgrade to Yosemite OS especially those connected with iCloud. Eventually I decided to install on both desktop and laptop. Laptop worked fine. Desktop wouldn't install owing