I am using Installshield Dev 7 with SP4 to generate a setup package for my app.
I already have my own inst.exe file which works fine from the command line.
I am trying to run this from the Installshiled with CA.
Here is what inst.exe does.
1) stop APP-1.
2) register my app2.dll.
3) start APP-1.
my problem is that if I put CA in Execute Sequence, inst.exe will not stop-and-start APP-1. if the APP-1 is already running!
if APP-1 is not running every thing is good.
why it is not able to stop APP-1 if it is running?
I use CreateProcess to do all three steps. Process exit-codes are zero.
is this the problem with the permissions? how do i get it straight? it works fine if CA is in UI Sequence.
any clues?
thanks.
-tk
