How can i get Inno setup uninstaller script to remove a service

skr

I have a created a installer using inno setup.This setup install my application as a service .when i am trying to uninstall my application it deletes the folder but i just want it to first search for a particular service and remove it and then procede to delete.

AAzami

If I recall correctly you can remove a service in by

[UninstallRun]
Filename: {sys}\sc.exe; Parameters: "stop mysrv" ; Flags: runhidden
Filename: {sys}\sc.exe; Parameters: "delete mysrv" ; Flags: runhidden

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can i get Inno setup uninstaller script to remove a service

From Dev

Inno Setup: How can I get the Exception Code of a raised Exception?

From Dev

Where is Inno Setup uninstaller executable?

From Dev

How I can use selected language for uninstaller?

From Dev

How can I install .NET framework as a prerequisite using Inno Setup?

From Dev

How can I reference a custom icon for a file association in Inno Setup?

From Dev

How can I reference a custom icon for a file association in Inno Setup?

From Dev

Where can I find the VclStylesinno.dll in order to be able to use VCL styles in my Inno Setup script?

From Dev

Inno setup uninstaller doesnt delete rewritten registry values

From Dev

How can I programmatically identify whether MS Chart Controls for .net v3.5 SP1 are installed (for inclusion in an Inno Setup script)?

From Dev

How to get the full computer name in Inno Setup

From Dev

Inno Setup (How to get dynamically path to file)?

From Dev

How do I use PathCombine() from WinAPI in Pascal Script/Inno Setup?

From Dev

How do I return a string from DLL to Inno Setup Pascal Script

From Dev

How can I remove the service and folder permanently?

From Dev

How can I manually register an uninstaller in Windows 7?

From Dev

Inno Setup: How can I give a serial number to installer when I execute it silently in command line?

From Dev

Inno Setup get Min and Max Integer values in Pascal Script

From Dev

Inno Setup - How can I tell the installation when it execute Google Chrome, it should open stackoverflow.com?

From Dev

In Inno Setup, how can I set the text color of the text in an input field?

From Dev

With Inno Setup how can I rename and copy a file a user chooses (an image) to the program files directory

From Dev

Inno Setup - How can I put a version number on the bottom left corner of welcome page

From Dev

How can I use a SharePoint Site (365) as the source for Inno Setup files?

From Dev

How can I set the exit code from return code of my Execute File in Inno Setup?

From Dev

How can I keep console window after executing a command in Inno Setup

From Dev

How to remove the bottom panel in install page in inno setup

From Dev

How can I get my bash script to remove the first n and last n lines from a variable?

From Dev

SOAP Web Service with Inno Setup

From Dev

Can I use Revo Uninstaller to remove programs from drive D (it's not a partition of C)

Related Related

  1. 1

    How can i get Inno setup uninstaller script to remove a service

  2. 2

    Inno Setup: How can I get the Exception Code of a raised Exception?

  3. 3

    Where is Inno Setup uninstaller executable?

  4. 4

    How I can use selected language for uninstaller?

  5. 5

    How can I install .NET framework as a prerequisite using Inno Setup?

  6. 6

    How can I reference a custom icon for a file association in Inno Setup?

  7. 7

    How can I reference a custom icon for a file association in Inno Setup?

  8. 8

    Where can I find the VclStylesinno.dll in order to be able to use VCL styles in my Inno Setup script?

  9. 9

    Inno setup uninstaller doesnt delete rewritten registry values

  10. 10

    How can I programmatically identify whether MS Chart Controls for .net v3.5 SP1 are installed (for inclusion in an Inno Setup script)?

  11. 11

    How to get the full computer name in Inno Setup

  12. 12

    Inno Setup (How to get dynamically path to file)?

  13. 13

    How do I use PathCombine() from WinAPI in Pascal Script/Inno Setup?

  14. 14

    How do I return a string from DLL to Inno Setup Pascal Script

  15. 15

    How can I remove the service and folder permanently?

  16. 16

    How can I manually register an uninstaller in Windows 7?

  17. 17

    Inno Setup: How can I give a serial number to installer when I execute it silently in command line?

  18. 18

    Inno Setup get Min and Max Integer values in Pascal Script

  19. 19

    Inno Setup - How can I tell the installation when it execute Google Chrome, it should open stackoverflow.com?

  20. 20

    In Inno Setup, how can I set the text color of the text in an input field?

  21. 21

    With Inno Setup how can I rename and copy a file a user chooses (an image) to the program files directory

  22. 22

    Inno Setup - How can I put a version number on the bottom left corner of welcome page

  23. 23

    How can I use a SharePoint Site (365) as the source for Inno Setup files?

  24. 24

    How can I set the exit code from return code of my Execute File in Inno Setup?

  25. 25

    How can I keep console window after executing a command in Inno Setup

  26. 26

    How to remove the bottom panel in install page in inno setup

  27. 27

    How can I get my bash script to remove the first n and last n lines from a variable?

  28. 28

    SOAP Web Service with Inno Setup

  29. 29

    Can I use Revo Uninstaller to remove programs from drive D (it's not a partition of C)

HotTag

Archive