mierlp
06-05-2009, 06:19 AM
hi,
I would like to do a AfterInstall where a .dll has to be registrated using
regsvr32 followed by the \AppFolder\this.dll
Also i have a .exe files which has to be installed as a services, this can
be done by a batch file, but that's not the most elegant way.
This batch file contains the following code :
mmq /i+
pause
How can i create a after install action for registration of the .dll and
install and run the services
Regards Peter
I would like to do a AfterInstall where a .dll has to be registrated using
regsvr32 followed by the \AppFolder\this.dll
Also i have a .exe files which has to be installed as a services, this can
be done by a batch file, but that's not the most elegant way.
This batch file contains the following code :
mmq /i+
pause
How can i create a after install action for registration of the .dll and
install and run the services
Regards Peter