Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Setup Project

Setup Project

Scheduled Pinned Locked Moved C#
csharpdotnethelptutorialworkspace
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DucLinh
    wrote on last edited by
    #1

    :doh: I've just finish my project so I want to create a setup project but i do not known how to include the .NET Framework, Crystal Report into setup project. Please help me. Thanks Mr Duc Linh Nguyen

    H D 2 Replies Last reply
    0
    • D DucLinh

      :doh: I've just finish my project so I want to create a setup project but i do not known how to include the .NET Framework, Crystal Report into setup project. Please help me. Thanks Mr Duc Linh Nguyen

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      You can't include the .NET Framework - it must be bootstrapped. Read Redistributing the .NET Framework[^] in the .NET Framework SDK for more information, including how to get example source and use that to bootstrap (i.e., run installations required for your installation PRIOR to running your installation). To install the Crystal Reports managed runtime (includes unmanaged code as well), read Deploying Crystal Reports in .NET Applications[^]. There are four merge modules (.msm) that you include with your Windows Installer setup project. These are merged (hence the name) with the installer package when built. The regwiz MSM requires a license key that you can get for free by registering the Crystal Reports designer when you use it for the first time. This would've been emailed to you. For Windows Forms client applications, you have royalty-free redistribution rights. Read Incorporating Reports into Applications[^] for more information about licensing and different scenarios.

      Microsoft MVP, Visual C# My Articles

      1 Reply Last reply
      0
      • D DucLinh

        :doh: I've just finish my project so I want to create a setup project but i do not known how to include the .NET Framework, Crystal Report into setup project. Please help me. Thanks Mr Duc Linh Nguyen

        D Offline
        D Offline
        Demian Panello
        wrote on last edited by
        #3

        Hi. Read: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp Demian.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups