Hi,
During installation/uninstallation we need a special registration of our dll:s. 
This lead to four CA:s being scheduled for each dll:



<InstallExecuteSequence>

  <Custom Action ="InvokeESRIRegAsm_Cmd_Meldis.Search.dll" 
After="StartServices">$Meldis.Search.dll&gt;2</Custom>

  <Custom Action ="InvokeESRIRegAsm_Meldis.Search.dll" 
After="InvokeESRIRegAsm_Cmd_Meldis.Search.dll">$Meldis.Search.dll&gt;2</Custom>

  <Custom Action ="InvokeESRIRegAsm_CmdUninstall_Meldis.Search.dll" 
After="MsiUnpublishAssemblies">$Meldis.Search.dll=2</Custom>

  <Custom Action ="InvokeESRIRegAsm_Uninstall_Meldis.Search.dll" 
After="InvokeESRIRegAsm_CmdUninstall_Meldis.Search.dll">$Meldis.Search.dll=2</Custom>

</InstallExecuteSequence>

But as I have close to a hundred dll:s, this results in the LGHT0179 error for 
MsiUnpublishAssemblies, I presume there simply isn't room in the sequence table 
for all of them.

How do I work around this problem?

Thanks,
Asker

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to