Another problem with MSBuild bootstrappers that can screw all your installation…
If scheduling reboot after installing .NET or other prerequisites, bootstrapper copies itself to run from TEMP on boot. Why not staying where it is – who knows. And definitely, all the other MSIs are not copied, so it won’t find them. Reproduced for me.
Now give up and go write own bootstrapper. I’m setiously considering going for InnoSetup deployment.
For now, I’m trying a crazy ting, to copy MSI to TEMP for Setup.exe to find it after reincarnation… It’s the way to use given tools.
Post a Comment