PDA

View Full Version : Bootstrapper issue



PaulBeaul
07-08-2009, 10:34 AM
I built a real simple installer 6 files all in the same folder. Set the bootstrapper to Standard and added dependencies for the DotNet Framework 3.5. Told it to include it in the setup.exe. When I tried to build the installer I set the below error. How / Where can I get the INclude files? Why were they not included in the MSIFactory installer?

Ulrich
07-08-2009, 12:57 PM
Hello,

I don't see any error message in your post, so I only can assume that you included the dependency, but did not download the dotnetfx35.exe, and it could not be included in your bootstrapped installer.


This dependency module requires that you supply a copy of the Microsoft .NET Framework redistributable file (dotnetfx35.exe). The .NET installation file can be downloaded from the following URL:

http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en

Directly at:

http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe


Once you have the file, place a copy of it in the "MSI Factory\Bootstrap\Dependencies\dotnet35_Include" folder so it can be found when you build your installer.

Ulrich