Create Self Extracting Installation Package
Hi All,
I have a VB project and its ready to use in users machine. But i want to copy some files to the system32 folder and want to create some shortcuts in the desktop.
How can i make the Self extracting package with this features, and i want to receive a mail from the user machine with the user details and hostname of the user machine.
How can i create it, i hope some one will help to me for this.
Thanks in Advance....
Re: Create Self Extracting Installation Package
Its best to use an installer program like Inno Setup.
Thread Moved
Re: Create Self Extracting Installation Package
You can use the vb P&D Wizard or Innosetup to package your application.
I personnaly use innosetup to the build the packages.
Visit innosetup jrsoftware.org