Loading
  • SunilDamoder (Flexera Software)

    Hi James,

    Following are the options to create a single MSI image:

    Option 1: Create a new Basic MSI Project (Recommended)

    This is the most common and supported way.

    Steps

    1. Open InstallShield 2025
    2. Click New Project
    3. Select Basic MSI Project
    4. Click Next
    5. Enter:
      • Product Name
      • Company Name
      • Version

    Click Finish

    When you Build this project, InstallShield generates one .msi file only.

    Output location:

    ProjectName\Express\SingleImage\DiskImages\DISK1\

     

     

     

    Option 2: Convert an existing project to Single-MSI output

    If you already have a Basic MSI project

    Nothing special is required.

    Just:

    1. Go to Build
    2. Select Release
    3. Build the project

    A single MSI will be created automatically.

     

    Regards,

    Sunil.

     

    Expand Post

Loading
how to create a single msi image