Re: [WiX-users] How can ignore .NET 3.5 setup prerequisite reboot prompt

2011-07-05 Thread Rob Mensching
PS: Once the bug is fixed, Burn would handle this sort of thing for you (by rebooting and automatically starting the install again post-reboot). On Tue, Jul 5, 2011 at 11:00 PM, Rob Mensching wrote: > You should not ignore the reboot if any of your code is going to use the > .NET Framework. Basi

Re: [WiX-users] How can ignore .NET 3.5 setup prerequisite reboot prompt

2011-07-05 Thread Rob Mensching
You should not ignore the reboot if any of your code is going to use the .NET Framework. Basically, unless you install .NET Framework then do not install any managed code then you probably need to take the reboot. On Tue, Jul 5, 2011 at 10:30 AM, Wang, Miaohsi wrote: > Hello All, > > I created a

[WiX-users] How can ignore .NET 3.5 setup prerequisite reboot prompt

2011-07-05 Thread Wang, Miaohsi
Hello All, I created a bootstrapper that installs .NET 3.5 on the target machine if it is not present. The problem is that after its installation, the bootstrapper prompts the user to reboot the machine. Is there a way to avoid this prompt? Thanks a lot for your help. Regards, Miaohsi *** C