Original: After the advanced Installer is packaged, the installation package is restarted after WIN10 and the installation solution is run again
In the first few months, I used advanced Installer to pack up a bunch of installation packages, which used the default theme, and changed some features according to the UI design, and then tested it without any problems at Windows7.
These two days on the Zen Road found assigned a bug, the description of the content is installed in the WINDOWS10 after the restart automatically run after the problem, heck, did not write a self-initiated registry Ah, immediately open the Project view, found a very strange phenomenon, described below.
1. When feature-based is not included in the project, the project is normal and does not automatically write the registration form.
2. When the project contains feature-based, any add a running program, at the start of feature-based, the installer will automatically add a self-boot entry in the registry, this self-boot entry is exactly the installation package itself, including the path and the underlying default installation command line.
3. When using the default theme, even if the feature-based is included, the added startup item will be deleted automatically when the installation finishes clicking on the "Default End" button.
4. If you use the modified button, that is, remove the default installation Complete button, the use of other buttons to replace the time, the installation program can also end normally, but will not remove the added boot item .
In summary: Whether it is to modify the theme background, color, typesetting, etc., for the default button control to modify , especially the end button, otherwise there will be a series of problems (WIN7 without this situation, very strange, do not know whether it is advanced Installer bug).
After the advanced Installer is packaged, the installation package runs again after the WIN10 is restarted.