Loading
Skip Feed
  1. nick_kaye asked a question.

    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

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

  4. I tried to deactivate my InstallShield 2010 license on my old Windows 10 computer and transfer it to my new Windows 11 computer. When I tried to deactivate it on the Windows 10 computer I received error message 50040.

    It said to run TSconfig to fix this problem. Now I can't access the license on either computer.


  5. Impact of Upgrading an Isolated InstallShield License Server from Windows Server 2022 to Windows Server 2025

    We are planning to perform an in-place upgrade of an isolated InstallShield License Server from Windows Server 2022 to Windows Server 2025.

    Will the upgrade affect the existing activated licenses, or will license reactivation be required after the OS upgrade?

    The server is deployed in an isolated network environment with no Internet connectivity.


End of Feed
8 Chatter Feed Items
ALL CONVERSATIONS
UNSOLVED
Unanswered Questions
Skip Feed
  1. nick_kaye asked a question.

    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

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

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