Issue with installing extension dll to ArcGIS\Desktop10.0\Bin at ArcGIS 10

397
1
06-26-2012 12:30 PM
jayshukla
New Contributor III
Hi There,

I have an extension that writes to bin directory of ArcGIS installation. At 931, with power user rights, it works fine but at ArcGIS 10, it doesn???t allow copy of the dll's to C:\Program Files\ArcGIS\Desktop10.0\Bin folder. As local admin, it works fine and copies all the files properly. It seems like something has chnaged at ArcGIS 10 that is preventing this. I am looking for some feedback on possible options to resolve this issue.

Thanks
Jay
0 Kudos
1 Reply
NeilClemmons
Regular Contributor III
This is more than likely an operating system issue rather than an ArcGIS 10 issue.  Typically, users do not have Write privileges on the Program Files folder.  Therefore, applications should not write to folders under Program Files.  You will need to write to another location, such as the user's profile application data folder or the common application data folder.  Older operating systems, such as Windows XP may not have this limitation but you should write your application to be as OS neutral as possible.
0 Kudos