Hello,
with my install, I Call a DLL function that a runs a service (the exe file just installed before the CallDLLFx).
With the uninstallation, I d like to delete this service.
Does anyone know how to do it?
thanks,
corentin.
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

InstallShield for VC++
Started by
corentin.biette
, May 31 2002 09:33
2 replies to this topic
Posted 01 June 2002 - 16:57
You need to create a custom uninstall dll since InstallShield can't log the installation of the service. See the following InstallShield document for more info.
Q104204
Anthony
Q104204
Anthony
Product Availability Developer
Avantis
Invensys Process Systems
Using InstallShield Developer 7.04 - Basic Project
Avantis
Invensys Process Systems
Using InstallShield Developer 7.04 - Basic Project
Posted 07 June 2002 - 12:32
thanks for your help.
Im going to look at this.
Anyway, using the "TARGETDIR^"mydll""
and launching the service with the DLL for the installation...
a reboot after the desinstallation allows the user to delete this service,
corentin.
Im going to look at this.
Anyway, using the "TARGETDIR^"mydll""
and launching the service with the DLL for the installation...
a reboot after the desinstallation allows the user to delete this service,
corentin.