Thanks pbingel.
Originally posted by pbingel
Are you planning on embedding the installation of ExtApp in the installation of MyApp?
Yes.
Originally posted by pbingel
If the directory is correct,in the same script after the installation of MyApp completes you can modify the code that LoRd_MuldeR provided to install ExtApp.
I tried to use the code provided by LoRd_MuldeR. Using this code ExtApp has been installed into MyApp installation directory. So all files from ExtApp went to MyApp install dir.
The result I want to get is to install both applications in separate directories but in the same main directory (but dependently on what main directory is chosen by a user).
For example:
When installing MyApp a user chooses
C:\Program files\MyApp
as the place where he wants to install MyApp
So I want ExtApp to go to:
C:\Program files\ExtApp
...Sorry if my answer seems rushed or unorganized buts its 5pm here time to go home!! [/B]
And it's almost midnight here 🙂
I'm really glad you decided to help me nonetheless.