The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
22 views

ESRI WPF Runtime Deployment Tool via Command Line?

I'd like to be able to use the WPF Runtime (10.1.1) Deployment tool via the command line. If I run DeploymentTool.exe /? on the command line, I get the dialog in the attached image. The /c option ...
2
votes
1answer
29 views

Deploy new WPS at deegree without UI

How can I deploy a custom WPS on deegree without using the UI?
0
votes
0answers
59 views

Compiling and Using GeoExplorer in Windows

I have been using Geoserver on Apache Tomcat in Windows and I want to install GeoExplorer. It is an OpenGeo Suite tool, and its source code is found here. I have downloaded the source code and tried ...
3
votes
1answer
127 views

ESRI Javascript Web Application Hosted on Amazon Web Services

I have just deployed my first web application to Amazon S3. This web application is a simple web mapping app using the ESRI Javascript API and consuming a web map from ArcGIS Online. I have been ...
0
votes
1answer
161 views

How to Install the ArcGIS JavaScript 3.2 API library on an IIS Web Server? [closed]

I would like to deploy Server API for JavaScript 3.2 in my server to use it in my asp.net project instead of connect to server What are the steps to be followed in deploying it to a local ...
2
votes
1answer
46 views

Is there a Deployment build of GeoExt 1.1?

The latest version of GeoExt that is available for download at http://geoext.org/downloads.html (version 1.1) appears to be a development version. They are individual files with whitespace and ...
5
votes
1answer
253 views

Guidelines for organizing Python Toolboxes (.pyt) in ArcGIS

For one of my tasks I need to create a Toolbox with three tools (python scripts). Instead of ordinary tbx I've decided to write it as Python Toolbox (pyt). Everything is clear except the "good" way ...
3
votes
2answers
335 views

Is it possible to deploy on a ArcGIS 9.3.1 machine a component created with ArcGIS 10?

We are developping a C# ArcObjects Class extension assembly. Our development machine was recently updgraded to ArcGIS 10, but when we try to install the assembly on a 9.3.1 machine, we get an R0000 ...
5
votes
2answers
586 views

Deployment options of arcgis desktop add-in

I made an addin for arcmap and want to deploy it using setup file. By double clicking the setup file anyone can install it in his machine and through installation it will check all dependencies and ...
1
vote
0answers
153 views

Deploying Custom dll Commands etc in ArcGIS 10

Having followed the tutorial for deploying custom commands etc at the following link: How to deploy a custom component using a setup project It's a little different to how things were at version 9. ...
2
votes
0answers
86 views

How do you deploy services, data, code to an ArcGIS production server

We have a production GIS viewer that runs on a production server. Testing new development/data is done on a test server and we develop on a different server also. At the moment, a lot of the ...
4
votes
2answers
687 views

Is it possible to publish a geoprocessing services that uses a custom gptool on ArcGIS Server 10?

I have developed a custom GP tool in C# which does a bunch of processing on a given layer. It works great in ArcMap on all machines that I have deployed it to. I created a model which uses this tool ...
2
votes
2answers
256 views

ArcObjects SDK Server toolbox

Seems to be a recurring nightmare here, but it seems ESRI UK gave us a bum steer. You do not need to install ArcObjects .NET SDK (and, of course, the obligatory VS IDE), but you do need to have an ...