I have written an application that I deploy via Clickonce, but I want to deploy it via Installshield, so I am experimenting with it. I have dotnetfx45_full_x86_x64.exe, the redistributable for Microsoft.NET Framework 4.5, and made an Installshield prerequisite from it. I wrote a test application that has to have Microsoft.NET Framework 4.5 to run.
In the Behavior tab of the Prerequisite Editor, for “If the prerequisite appears to need a reboot:”, I specified “Reboot the machine and resume on reboot”
When I installed the test application on my test computer (running Windows 7), it installed the 4.5 framework, said it needed to reboot, and asked if I wanted to reboot now, and I clicked Yes. I was thinking it would reboot and continue the installation, but when it rebooted, that was the end of the installation. I ran setup again, it asked if I wanted to install the 4.5 Framework (it asked me the first time, too), so I clicked No. After clicking No, it installed the rest of my program, and it ran perfectly.
How can I get the installation to continue after it reboots from installing the .NET Framework 4.5?
Thanks
In the Behavior tab of the Prerequisite Editor, for “If the prerequisite appears to need a reboot:”, I specified “Reboot the machine and resume on reboot”
When I installed the test application on my test computer (running Windows 7), it installed the 4.5 framework, said it needed to reboot, and asked if I wanted to reboot now, and I clicked Yes. I was thinking it would reboot and continue the installation, but when it rebooted, that was the end of the installation. I ran setup again, it asked if I wanted to install the 4.5 Framework (it asked me the first time, too), so I clicked No. After clicking No, it installed the rest of my program, and it ran perfectly.
How can I get the installation to continue after it reboots from installing the .NET Framework 4.5?
Thanks