I would like to create a new dialog screen in MSI Factor that asks the user if they want 2 of the .exe files in the install to run automatically when they log into Windows. I have a new dialog that has 2 checkboxes that correspond to each of the apps.
In Windows, I believe the way to do this is to put a shortcut into the Startup folder in Windows.
How would you go about doing this in MSI Factory?
I thought of 2 ways...possibly, but not sure of the actual implementation.
1. Create the shortcuts in MSI Factory using the Shortcut option, but only enable them if the checkbox is set to checked? I'm not sure how to toggle the creation based on the checkboxes in the Startup dialog screen.
2. Create shortcut files (.lnk) and add them to the list of installable files, with a destination directory of the Startup folder, but only install them if the checkbox is checked on the Startup dialog screen.
Any ideas? Thanks.
In Windows, I believe the way to do this is to put a shortcut into the Startup folder in Windows.
How would you go about doing this in MSI Factory?
I thought of 2 ways...possibly, but not sure of the actual implementation.
1. Create the shortcuts in MSI Factory using the Shortcut option, but only enable them if the checkbox is set to checked? I'm not sure how to toggle the creation based on the checkboxes in the Startup dialog screen.
2. Create shortcut files (.lnk) and add them to the list of installable files, with a destination directory of the Startup folder, but only install them if the checkbox is checked on the Startup dialog screen.
Any ideas? Thanks.
Comment