HowTo create InstallShield MSI with no files needed locally?

前端 未结 4 1820
庸人自扰
庸人自扰 2020-12-11 02:43

Hello everyone and good day!

Question: I had create a Basic InstallShield Project in my MSVC2010, added some files and primary out

相关标签:
4条回答
  • 2020-12-11 03:08

    Answer was found by myself, but thank you all any way...

    To create a self-extracted install file you need to open "Releases" tab in your InstallShield Basic project and right click on configuration click "Release WIzard...".

    All what I need is at this figure:

    Release Wizard...

    0 讨论(0)
  • 2020-12-11 03:13

    You can achieve this by making some changes to the properties in solution explorer. This is so simple as you can compress all in single .exe file. Follow the given below step:

    1. Right Click On Entire solution and Choose Properties as given belowFirst Step

    2. Second step as you can see the dialog box. click on configuration Propertiesenter image description here

    3. Third Step enter image description here
    4. Last step

    This is finest and easiest way to achieve the required task.

    0 讨论(0)
  • 2020-12-11 03:27

    Simple use the "single image" build. Not cd nor dvd

    0 讨论(0)
  • 2020-12-11 03:31

    enter image description here

    Select Compressed from Compression option in properties view.

    0 讨论(0)
提交回复
热议问题