|
-
Sep 28th, 2006, 04:16 AM
#1
Thread Starter
Frenzied Member
Deploying 2 application, one will call ther other one.
Hello,
I have 2 applications. In application 1 have a developed a simple setup wizard where the user has to enter some details. After they click next to continue and enter some more details. After they have done that, they will click finish. And Application 1 will call the setup of application 2 to install application 2
Application 2 will execute this line to install application 2
returnType = Shell("C:\Application2\setup.exe", AppWinStyle.NormalFocus, True)
The problem I have is that I will have 2 deployments, with the same name (setup). I wonder if it would be possible to merge these together, to make 1 setup.
I hope you can understand,
Many thanks in advance,
Steve
-
Sep 28th, 2006, 06:55 PM
#2
Re: Deploying 2 application, one will call ther other one.
Your best option is to change the name of the second setup.
BTW: Why would you want your app to call the second setup and not the original setup program?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|