I created a setup file using the Microsoft Visual Studio Installer.
The installation file was successfully installed, and I would like to add one process here.
After the installation is completed, I want to allow the user to decide whether to create a shortcut to the desktop and startup program through the check box at the end.
When Microsoft Visual Studio Installer sets shortcuts to be created on desktop and startup programs, shortcuts are created before the installation is complete and the last dialog is created.
If I create an installation file through Advanced Installer, NSIS, Install Shield, etc., can I configure the user selection box dialog at the end after the installation is complete?