How to create a Setup.exe file in Visual Studio 2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 29

  • @advancedinstaller
    @advancedinstaller  11 หลายเดือนก่อน

    See our written, complete tutorial on how to create a Setup.exe file in Visual Studio: www.advancedinstaller.com/create-setup-exe-visual-studio.html

  • @enXov
    @enXov 11 หลายเดือนก่อน +1

    Can this program also be used as an automatic update? Like ClickOnce Update

    • @advancedinstaller
      @advancedinstaller  10 หลายเดือนก่อน +1

      Yes, Advanced Installer supports automatic updates for Windows applications and provides a variety of features to streamline the update process. It includes an updater whose roles are to check for updates, notify the user, and offer to download and install them.

  • @KomputerDelisi
    @KomputerDelisi 7 หลายเดือนก่อน

    Why do all anti-virus programs detect every .exe file made with this application as a virus?

    • @advancedinstaller
      @advancedinstaller  6 หลายเดือนก่อน

      This kind of false-positive detection sometime occur and the only way to deal with them is to first make sure your application is digitally signed with a code signing certificate (EV code sigining is even better).
      Then, you need to contact all the antivirus vendors that flag you and submit a false positive take down request. We explain this with more details in the following article: www.advancedinstaller.com/false-positive-virus-detection.html

  • @ocramkd
    @ocramkd 6 หลายเดือนก่อน

    the antivirus keep finding an fileRepPup when I install the program on the pc by the extension on vs, what should i Do

    • @advancedinstaller
      @advancedinstaller  5 หลายเดือนก่อน

      Hello! False-positive detection sometime occur and the only way to deal with them is to first make sure your application is digitally signed with a code signing certificate (EV code sigining is even better).
      Then, you need to contact all the antivirus vendors that flag you and submit a false positive take down request. We explain this with more details in the following article:
      www.advancedinstaller.com/false-positive-virus-detection.html

  • @faizanaslam9716
    @faizanaslam9716 4 หลายเดือนก่อน

    Hi, Is there any other I can't install extension through visual studio.

    • @advancedinstaller
      @advancedinstaller  4 หลายเดือนก่อน

      Hello, for any technical error, please address this issue to support@advancedinstaller.com and they will look into your issue.

  • @wgofficial4115
    @wgofficial4115 ปีที่แล้ว

    Hello Advanced installer. When im building my setup in Advanced Installer app, the output keep saying "Detecting MSI incompatible resources". What does it mean, sir?
    Prepare build
    Detecting MSI incompatible resources
    Preparing files
    Creating LZMA archive
    Creating MSI database
    Writing Summary Information

    • @advancedinstaller
      @advancedinstaller  ปีที่แล้ว

      Hello, could you please write us an email ticket at support@advancedinstaller.com and give us more details about the current issue you are facing with? We'll be dealing with your issue there. Thank you!

  • @kevinback7034
    @kevinback7034 10 หลายเดือนก่อน

    Advanced Installer work only for small projects under 2GB ,over this limit i run into problems. this software cost a lot of money , but there are so many simple function that i miss. i work on a UE game , i use this software to make my installer but now the test game has 10Gb and the software can not handle this size of downloads.i try diffrent solution that i got from the support ,nothing works. the last try was to use now the lzma compresssion but there you can not make multiple volums , it make only 1 7zip file. nice now you have a big file that need to downloaded and extract later. this take so manny time. it is not usable. now i start to write my own installer in VS2022.

    • @advancedinstaller
      @advancedinstaller  9 หลายเดือนก่อน

      Hello! Please note that the 2GB limit for CAB file is in Windows Installer installer, not in Advanced Installer. Also, Windows will not load an executable file that is larger than 4 GB (second limitation unrelated with Advanced Installer).
      If your installation package needs to include more data e.g. 10GB as you mentioned, the next option is indeed storing the resources online and download them at install time. Avoid using Windows Installer support and have your own custom logic managed through custom actions.
      In the Custom Actions view, you're provided with the flexibility to configure multiple custom actions that can be executed asynchronously. For instance, consider a scenario where you need to manage a 10GB file. This file could be divided into 10 separate archives, each 1GB in size. Each custom action will download an extract one zip/archive file.
      Regarding the implementation of custom actions, you can leverage from PowerShell scripts to C# or .Net Core custom action.
      For further specific assistance regarding your outlined aspects, please contact our Support department at support@advancedinstaller.com

  • @oleggr30
    @oleggr30 5 หลายเดือนก่อน

    When pressing "Add Project Output" only "Publish Profile" found and nothing more.

    • @advancedinstaller
      @advancedinstaller  4 หลายเดือนก่อน

      Hello! Typically, this happens because the project was created as a Windows Forms App, rather than a Windows Forms App .NET Framework. In this scenario, when you attempt to add the project output, the 'Publish Profile' option appears. To resolve this, first create a publish profile for your project. Afterward, return to the 'Add Project Output' option and select the newly created publish profile.

  • @omarrahim673
    @omarrahim673 10 หลายเดือนก่อน +1

    Our dear professor, we thank you for this effort. Good luck and success. Please, I have a question. I have completed a project containing employee data and an image in the Access database with Visual Basic. When I package the project, I receive an error message: Access to the image path is denied.

    • @advancedinstaller
      @advancedinstaller  10 หลายเดือนก่อน

      Hello! There are more possible causes for your error, please contact our support team at support@advancedinstaller.com and provide them with more details about your issue. You will get help there.

  • @DRAGORYA
    @DRAGORYA 7 หลายเดือนก่อน

    can you make a tutorial but with Java script, CSS and HTML instead please!

    • @advancedinstaller
      @advancedinstaller  7 หลายเดือนก่อน

      Hello! We have a guide on how to deploy a React application (so JS) on a web server: www.advancedinstaller.com/user-guide/qa-react-app-iis-deployment.html - let us know if this is what you were interested into.

  • @marvinw.
    @marvinw. ปีที่แล้ว +1

    Awesome, thanks for the video!

  • @zekegod7771
    @zekegod7771 ปีที่แล้ว

    Thanks! Very helpful

    • @advancedinstaller
      @advancedinstaller  ปีที่แล้ว

      Thank you Zeke, we are glad you find it useful!

  • @stevemichael8186
    @stevemichael8186 ปีที่แล้ว +2

    Except you have to pay to be able to do this

    • @advancedinstaller
      @advancedinstaller  ปีที่แล้ว

      Hi Steve, thank you for your interest and feedback! It is true that building an EXE setup needs a Professional license, but if you choose to package an MSI you can do it with the free license. We would like to assure you that our Advanced Installer Professional is worth every penny. By paying the Professional license, you won't be limited to do just the things you see in this video. This is only a part of the large list of features you gain access to through a Professional license, list that you can find here: www.advancedinstaller.com/top-professional-features.html

  • @erikbrownpi1160
    @erikbrownpi1160 5 หลายเดือนก่อน

    Nice tutorial. But just one comment. Or question. Why do you talk so fast? If the purpose of the video is to teach then it would be very useful if you give the viewer the time to understand what you are saying and follow what you are doing. So talk a bit slower and move your mouse slower so that the viewer can clearly see what you are doing.

    • @advancedinstaller
      @advancedinstaller  5 หลายเดือนก่อน

      Hi Erik, thank you for your feedback! One thing is that this is the natural style of our author, and 2nd - we try to be as explicit as possible without making long videos, specifically to maximize the information/time ratio for our audience. We will think of a way to offer the right balance.

  • @sethngo2924
    @sethngo2924 10 หลายเดือนก่อน

    Going way too fast, very hard to follow!!!!

    • @advancedinstaller
      @advancedinstaller  9 หลายเดือนก่อน

      Thank you for the feedback! We try to be as explicit as possible without making long videos, specifically to be easier to follow by our audience. We will think of a way to offer the right balance.