
I've seen various articles indicating the sequence placement of the nested install Custom Action, ranging from before InstallInitialize and after CostFinalize (Q105534) to both before and after InstallFinalize. However, no matter where I place the CA in the Execute sequence, I get, what appears to be, the dreaded 1928 Error - Error registering COM+ application.
Through the various research I've conducted, it appears that the OS that generated the COM+ .msi may have something to do with it (certain settings may be needed for install on earlier OSs, etc.). Again, it was created on XP and I'm now trying to install on a Win 2K Professional OS.
Additionally, I'm wondering what is actually contained in the COM+ .msi. Are there actual conponents in there or are there just references to installed components?
The reason I ask this is because I have MyFile.dll in the parent install. When we create the COM+ App. manually on the XP system, we point to this file. Could there be a problem if the file is contained in both the parent install and the generated COM+ .msi?
From what I've read, this appears to be somewhat of a pain, at least on Developer 8 and previous releases of InstallShield. I've seen some vbScripts out there pertaining to this, but I don't know if I can go that route.
The alternative would be to instruct the user to create the COM+ application manually through the use of Administrative Tools, but I want to avoid that.
Any direction would be greatly appreciated!!!!!
As always, THANKS!!!!!!!!!!