Jump to content


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.
Photo

InstallShield for VC++


2 replies to this topic

corentin.biette

corentin.biette
  • Members
  • 10 posts

Posted 31 May 2002 - 09:33

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.

anthonyh

anthonyh
  • Full Members
  • 93 posts

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
Product Availability Developer
Avantis
Invensys Process Systems

Using InstallShield Developer 7.04 - Basic Project

corentin.biette

corentin.biette
  • Members
  • 10 posts

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.