hello guys.
please anybody help me... i'm facing the following problem:
i want to pack a SIS file with two EXEs: one console application (traditional EXE, with no GUI), which acts as a server, and one GUI application (new 3rd ed. EXE file)
i've set things up this way:
** EXE 1 (console app, server, traditional EXE) **
TARGET server.exe
TARGETTYPE exe
UID 0
SECUREID 0X10201234
<no VENDORID>
** EXE 2 (GUI part, ex-APP application, with resources and all) **
TARGET mygui.exe
TARGETTYPE exe
UID 0X10201234
SECUREID 0X10201234
<no VENDORID>
now, the problem is that the SIS file built with these two EXEs doesn't get installed: the installer fails with the error message "UNABLE TO INSTALL".
note that if i put each EXE application (and all its data) in its own SIS file everything works fine
do you have any suggestions?

Reply With Quote



