I have already downloaded the packaging tool Installshield2013limitededition, there is no download only the following gray icon, but it is OK to check the gray point to jump directly to the download page. Once the download is complete and then re-add the installation and deployment is now the interface.
After adding the installation and Deployment program, the following interface appears, at first glance may be a bit messy, but the actual operation is particularly simple.
The first step: the company name and the program name do not need to change the language directly set, change the font
Step Two: Add the . NET Framework Package, depending on your program
The third step: Add the Program files, now need to open their own program location, see if there are files in the bin/release path, if there is no need to change the solution configuration to Release Mode and then rebuild the solution. All the files under release are added, and if the program is layered, the contents of the Release folder for each layer are added.
Fourth step: Set up a shortcut
Fifth Step: Open the solution under releases, set the Setup.exe, and finally change the solution configuration to singleimage(Generate a single image), The program is packaged after rebuilding the solution.
The packaged program is available under the setup/express/singleimage/diskimages/disk path and the installation is open. Win7 the . NET Frameworkis also required if you need to run on XP after the system has been packaged successfully. My own test success, there are shortcomings please criticize correct!
Install Shield Package Tutorial