Anselmus
18th October 2006 10:07 UTC
execute file in uninstaller-section
hi there,
i try to execute a batch to remove a service before deleting the folder...
i tried this:
Section "Uninstall"
SetOutPath "$INSTDIR\AgroKONNEKTOR\bin"
ExecWait "$INSTDIR\AgroKONNEKTOR\bin\remove_service.bat"
but it wont work. any ideas?
thanks
anselmus
Anselmus
18th October 2006 10:14 UTC
i tried
nsExec::Exec
as well. same result.
kichik
20th October 2006 09:52 UTC
What exactly happens when it doesn't work? What exactly does remove_service.bat do? Why not use any of the service functions to remove a service?
Anselmus
24th October 2006 08:10 UTC
thanks for the advice. the service functions work well. just didnt know there were any...