Once the application is installed.. and you reclick on the setup.exe, how would I go about creating a ...
..Re-Install
..Uninstall Option#
So that the user cannot install the application twice..?
Printable View
Once the application is installed.. and you reclick on the setup.exe, how would I go about creating a ...
..Re-Install
..Uninstall Option#
So that the user cannot install the application twice..?
Why would you want to do that?
Check the AppId at installation time. if it is present do not re-install.
..Cos i dont want multiple instances on the machine..?Quote:
Why would you want to do that?
How would i go about checking the AppId..?
If exists quit? any hints on hows its done with Inno?
You will have to use the code section to accomplish that. I don't use that code section...but Kleinmna does. You might want to ask him. He hangs out in the .NET forum.