473,408 Members | 1,786 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

No Touch Deployment and passing parameters

I need to write a program, exe, that's called from a third party
application. This third party application allows me to configure the name
of the application to be called. When it executes it calls my program
passing it two parameters, absolute file names that contain data I'm to
process.

I configure it to call my program with this string:

http://ServerName/ShareName/Myapp.exe?

In my tests this works fine except when the parameters contain a '\' which
is in the absolute file names. I'm using the following code to get the full
URL used to call my program and parsing it for the parameters should be easy
if I can get to that point.

Dim domain As AppDomain = AppDomain.CurrentDomain

Dim obj As Object = domain.GetData("APP_LAUNCH_URL")

Any help or insights are greatly appreciated. Thanks in advance.

Regards,

Jim
Nov 20 '05 #1
1 1442
See this article on MSDN by Chris Sells :
http://msdn.microsoft.com/library/de...ms05152003.asp

---
Regards,

Roy Osherove
www.iserializable.com

On Wed, 5 Nov 2003 10:06:23 -0600, "Jim Phelan" <JP@nowhere.com>
wrote:
I need to write a program, exe, that's called from a third party
application. This third party application allows me to configure the name
of the application to be called. When it executes it calls my program
passing it two parameters, absolute file names that contain data I'm to
process.

I configure it to call my program with this string:

http://ServerName/ShareName/Myapp.exe?

In my tests this works fine except when the parameters contain a '\' which
is in the absolute file names. I'm using the following code to get the full
URL used to call my program and parsing it for the parameters should be easy
if I can get to that point.

Dim domain As AppDomain = AppDomain.CurrentDomain

Dim obj As Object = domain.GetData("APP_LAUNCH_URL")

Any help or insights are greatly appreciated. Thanks in advance.

Regards,

Jim


Nov 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Robert May | last post by:
I have an application that processes text strings using information in a file. I want to deploy this app using no-touch deployment. The config files and everything else are deployed just fine,...
3
by: Marek | last post by:
Hi there, my WinForm application has to be installed in "no-touch-deployment" mode, so users can run it from the web. I need to read application's .config file but it does not work in ...
4
by: wobbles | last post by:
Hi Everyone, I'm really struggling to get no-touch deployment to work well (if at all, in some cases). Can anyone recommend a good book on this topic? There seem to be a lot of blogs about...
1
by: Bruce W...1 | last post by:
Can "No touch deployment" applications run in IE, like a Java Applet, or are they strictly Windows desktop applications? Thanks for your help.
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
0
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
0
by: feng | last post by:
Hi, I am having a strange problem right now and I don't even know how to go about it. Someone please help me! Any inputs will be highly appreciated. We have an application that has a VB.Net...
1
by: =?Utf-8?B?dmNs?= | last post by:
Short version: IE7 and .NET Framework 2.0 breaks no touch deployment for .NET 1.1 applications. IE6 and .NET Framework 1.1 + 2.0 works fine. IE7 with .NET Framework 1.1 only is fine, once we add...
0
by: Spam Catcher | last post by:
Hi all, Are there any 3rd party one touch deployment tools? For example, if I want to move a one touch deployment between servers, I need to do a whole bunch of setting changes (change XML,...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.