Loading
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.

  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.

  4. How do I resolve error -6421: An error occurred determining if the setup is a major upgrade?

    I use Installshield 2023. I had simply replaced the set of .dll's that our Installshield project is configured to read from that were more recent and that I wanted included in the install. I then clicked Build in InstallShield as I always have. No other settings or project configurations were changed.

     

    Out of nowhere, I am encountering the error -6421: An error occurred determining if the setup [Our MSI] is a major upgrade. I first restarted the PC, and that did not fix the issue. I then deleted the whole Temp directory, and that also did not fix the issue. There is no further documentation available that I can see, so I am hoping that someone can provide a resolution or additional troubleshooting tips for this.

     

    Thanks.

    Expand Post

  5. 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

  6. 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

End of Feed
8 Chatter Feed Items
ALL CONVERSATIONS
UNSOLVED
Unanswered Questions
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. 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

  3. Unable to hide or remove installshield logo/text from footer in suite project

    I have a requirement of nested installation, and i am building a installshield suite project. i am finding a installshield text in the footer of all wizards. I want to hide that from the wizard and unable to do so. Can anyone help me on this. i tried to refer few knowledge based articles where it says for installshield suite project the footer can not be removed from wizard. But i believe we should be able to do that. Need help on this


    mohantya2 likes this.
  4. An IIS Web MSI does not install into wwwroot.

    When I create a web MSI for IIS (Basic MSI), the folder does not install into the wwwroot directory.

    In the General Information section, the INSTALLDIR variable is correctly set to "[IISROOTFOLDER]MyWebSite".

    In the Internet Information Services view, under Web Sites, the "Content Source Path [Local or UNC]" property contains the variable "[INSTALLDIR]".

    And in System Search, IISROOTFOLDER is correctly retrieved from the registry key "HKLM\SOFTWARE\Microsoft\InetStp\PathWWWRoot". The MinorVersion and MajorVersion variables are also being retrieved.

    Am I missing something?

    I am using InstallShield 2025 R1 Premier Edition.

    I also tried using IISScan.exe to retrieve information about a website, but it returns the error: "The website 'MyWebSite' was not found."

    Expand Post

End of Feed
8 Chatter Feed Items
Loading
InstallShield Support & Product Resources | Revenera