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. Visual Studio
  4. Deployment - single EXE final file.

Deployment - single EXE final file.

Scheduled Pinned Locked Moved Visual Studio
questionsysadmin
2 Posts 2 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.
  • R Offline
    R Offline
    ranzask
    wrote on last edited by
    #1

    Hi all, now when i create deployment project, i have MSI and EXE files. i can install my program with my EXE only if the MSI exists. i can install it also using only the MSI file but i guess i need MSInstaller installed. I want to put in my Web site only 1 file EXE to be downloaded and it will make sure everything is properly insatlled (even if user do not have yet MSInstaller). How can i do it? Thanks, Ran. R.Z

    K 1 Reply Last reply
    0
    • R ranzask

      Hi all, now when i create deployment project, i have MSI and EXE files. i can install my program with my EXE only if the MSI exists. i can install it also using only the MSI file but i guess i need MSInstaller installed. I want to put in my Web site only 1 file EXE to be downloaded and it will make sure everything is properly insatlled (even if user do not have yet MSInstaller). How can i do it? Thanks, Ran. R.Z

      K Offline
      K Offline
      Kschuler
      wrote on last edited by
      #2

      If I understand it correctly, the setup.exe that a deployment project creates will run any checks for prerequists that your install needs (Windows Installer, MDAC, SQL Express, Crystal Reports, etc.) And once it is done with this, then it calls the MSI file to install your program. If you need both files, you might want to just zip them. WinZip has an application to zip files into a self extracting exe that can call your setup.exe after unzipping. I think it's about $50. Check out winzip.com if you are interested.

      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