|
Does anyone know any way to send a text from one Inno Setup executable to another?
Similar to the SendMessage function.
Is there any way to use WM_COPYDATA with SendMessage in Inno Setup?
It is not possible to configure WindowProc without pointers in innoSetup (It is not possible to type for TCopyDataStruct).
|