简体   繁体   中英

Bundling .NET Framework with Winforms app

I have a Windows Forms app that is deployed using ClickOnce deployment. I'm using another Winforms project to customize the installation steps. So I would have to distribute the executable (of the installer project). Is there anyway to bundle the .NET framework 4.0 with the executable (either standalone or web installer) or should it be downloaded and installed separately?

Thanks.

dotNetInstaller is a "bootstrap" that can install dependencies, including the .NET framework, before launching the target application/installer.

dotNetInstaller enables the developer to define the application prerequisites and install the correct version(s) of these components in a predictable order based on the processor architecture, user operating system type and language, allow the user to download these components from the web, install these components directly from a single packaged setup, local media or both ..

A boostrapper doesn't replace tools like InstallShield, Wise, Visual Studio Setup and Deployment Project or Wix. The goal is to create an application to help users with installing the correct prerequisites ..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM