cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jayleung
Level 3

Dot net framework 3.5 Prerequisite

Hi,

I'm working on an InstallScript MSI project. I want to include dot net framework 3.5. However, after I built the project and run the setup.exe, setup does not continue after installing the dot net framework. It just stops there. I have to run setup.exe again to continue the rest of the install. Does anybody know how to resolve it?

Thanks in advance.
Labels (1)
0 Kudos
(2) Replies
azad_khan
Level 4

Hi,

Just check with the behaviour of installation which are present in the Prerequisite editor.
You need to select
Continue the setup
Ignore it, and fail to resume if machine is rebooted.

Hope this may help you.:)

Regards

Azad
0 Kudos
jayleung
Level 3

Thanks for your reply.

I tried the six options there. Looks like only the fourth option "Prompt the user only if no reboot is detected, but always reboot the machine and resume on reboot" works. 🙂



azad_khan wrote:
Hi,

Just check with the behaviour of installation which are present in the Prerequisite editor.
You need to select
Continue the setup
Ignore it, and fail to resume if machine is rebooted.

Hope this may help you.:)

Regards

Azad
0 Kudos