Determining the path of installer in .NET programmatically.
At times you may need to determine the path of the installer while installing your application. For example, you need to run a script or another executable through your installer. Now to find the path of the script(which you need to run through installer), you need to determine the path of your application’s installer. To do […]