Deployment Using VBScript to copy files to a folder in a MSI Setup Project Last week I found out that one of our admin apps on the server was not installed currently. It is an app that is installed in ArcMap, and the reason it didn’t work is that ArcMap has been installed on d:\programs files
ArcMap Creating a setup project for ArcGis custom tools In my last post [https://blog.house-of-code.com/creating-a-custom-tool-for-arcgis-products] I described how to create extensions to ArcGis products. After we've finished developing to tools and commands we want to deploy them to our clients. In the development computer, the tools are registered
ArcObjects Creating a custom tool for ArcGis products ESRI's desktop products can be extended by adding tools and command buttons integrally into the environment. This can be done by using VBA inside the products, or creating controls in .Net using the .Net ADF that's supplied with the product