I'm using UltiDev in combination with Installshield (2013 limited edition) and i'm using the Custom Actions to register and unregister the webapplication.
In my project I'm using two separate web applications, which I'm trying to register. Following the examples on this forum I used the Starter.exe for this.
For each webapplication I created a separate Custom Action. However when running the setup, only ONE actually gets installed.
I've worked around that by creating a small console application which uses the .NET api of UltiDev to register both webapplications (and a couple other things), which works like a charm.
On Uninstall however I can not run a console app, since in the Limited Edition of Installshield only the 'After System Changes' Custom Action is available.
So I'm using the Starter.exe method like in the samples. The same issue arises here: only one of the two applications gets unregistered. What am I doing wrong?
My two Custom Actions on "After System Changes":
- Starter.exe "[ProgramFilesFolder]UltiDev\Web Server\UWS.RegApp.exe" /u AppID:55793837-64F6-4313-988B-03A8273DC60D
- Starter.exe "[ProgramFilesFolder]UltiDev\Web Server\UWS.RegApp.exe" /u AppID:7AF4A5A6-FFE1-4BFD-82EA-5D5510819F1C
maracus2 attached the following image(s):