Actually I want to know How We can Create an installer?
I just Create an application in VB.Net (Folder Locker) and want to create installer for it.
• What I Want?
- Compressor (As to compress file size)
- Want to add my Installer to be placed on the control panel > Add or remove.
- And Also, while uninstalling the application, it deletes all the project file and at the end it delete itself.
- and let this installer first of all check whether the net framework installed or not,
If installed then which version, If not then start download the Net Framework from microsoft website.
(IF Possible, I know If There is no Net Framework then the installer itself will not run)
Can Anybody tell me How can I create This Type Of installer? Please