Loading

InstallShield

Skip Feed
  1. Does InstallShield have an option to automatically embed language transforms into an .msi package?

    Currently, we use a small utility that makes use of Windows scripts to embed language transforms into our .msi package. The scripts are wilanguid and wisubstg.vbs. So, once embeded, the install can be called like this to show the different languages....

     

    msiexec .i path\to\installer.msi TRANSFORMS=:languageId

     

    The colon indicates that the transform is embedded I believe.

     

    My question is, is there a release option in the InstallShield IDE to automatically embed the transforms as opposed to the need to maintain the external utility?

     

    If not, that would be a fairly nifty option to have I think.

     

    Any help or guidance appreciated.

     

    Thanks in advance!!

    Expand Post

  2. Is CVE-2026-4869 related to ISDEV-44981? Was this fixed in InstallShield 2026 R1? The lack of a date on posts about CVEs makes it hard to figure out this kind of information. It is also very difficult to understand what the patch files to download are.

    • SunilDamoder (Flexera Software)

      Hi Agostino,

      The issue has been fixed in InstallShield 2026 R1.

      Please check and for any issues, please reach out to us at support@revenera.com with the errors and the screenshots. We will be happy to help you.

      Regards,

      Sunil.

      Expand Post

  3. Regarding ISDEV-44981 (fixed in 2026 R1): If we upgrade from InstallShield 2023 R2 to 2025 and rebuild, will ISDEV-44981 be resolved? If it is not resolved in 2025, is a patch or hotfix available for InstallShield 2025? Thank you.

    1 of 2
    • Thank you for replay.

      To check which of our released installers are affected by ISDEV-44981:

      Q1: Are installers built with 2023 R1 or earlier affected?

      Q2: If a 2023 R2 project (.ism) is converted to InstallShield 2025 and rebuilt, is it still vulnerable?​

      Expand Post

  4. What do I need to change to install Hot Fix with msiexec /i /qn /norestart

    I have an InstallShield package that creates an MSI package which typically installs via InTune or msiexec /i package.msi /qn /norestart.

    I want to issue a hot fix to the product.

    What do I need to change in InstallShield?

    I tried just changing the Package Code, but when I test it using msiexec /i package.msi, I get the message "Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel."

    If I use the /qn /norestart options, it "succeeds" (%ERRORLEVEL%=0) but nothing has changed.

    What do I need to change to make this work?

    Expand Post

  5. Can I hide the text in the Setup Status dialog?

    Hi all,

     

    Just wondering if anyone has a solution to hide the Setup Status text (and a white block) in the installation progress window?

     

    We've recently changed logo, giving us a full width bitmap at the top of the window. However, our installation status window now looks a little messy as 1) we have "Setup Status" appearing into the bitmap as well as 2) an offset bitmap resulting in a strange white block?

    SetupStatus 

    Our installer steps look correct (with no white block) and we'd like the installation dialog (with the progress bar) to look the same (as below)

    image 

    Is there a way to alter the Setup Status dialog?

     

    I've been through the InstallScript but I can't see any place where this dialog is altered by us, though the default bitmap is being set correctly in the script:

    szBmpPath=SUPPORTDIR ^ "ourcompany.bmp";

    SdInit(); 

    DialogSetInfo (DLG_INFO_ALTIMAGE, szBmpPath, TRUE);

     

    Any help appreciated!

    Expand Post

    • SunilDamoder (Flexera Software)

      Hi Tarun,

      We see that Paramesh has assisted you in providing the access to PLC download portal to download InstallShield product.

      You can also reach us directly at support@revenera.com for any further queries.

      Regards,

      Sunil.

      Expand Post

End of Feed
8 Chatter Feed Items
ALL CONVERSATIONS
UNSOLVED
ARTICLES
6 Followers
18.81K Posts
1.51K Articles
16 members are discussing this topic.
Loading
InstallShield