in my maininstallerscript i've got two entries in the "organization tab"
1. Client
2. Server
The "Server" entrie includes only one mergemodule, the mergemodule is installed under the "Application Folder" (AppDir).
The mergemodule includes following structure:
- Application Folder
-> Normal Folder named "Control"
-> "programm.exe"
"Programm.exe" is an ActiveX Server Component. So to register the exe i included a custom action under:
"InstallExecuteSequence -> Install"
Now i set following settings:
When the installer runs and i activate the module "Server" it copies the programm.exe correctly but it can't register the component, so i get an errorcode 2753.Source Path: APPDIR\Control\programm.exe
Source Type: Executable
Command Line: /RegServer
Execution Properties: Synchronous exectuion, check return code
Execution Options: Deffered
Scheduling Options: Always Execute
Execution Condition: NOT Installed
Any Ideas?
Greetings & Thanks
Martin