Stardock, Start11, IconPackager, Windows FX won't install or start

frewys

Member
Messages
53
Reaction score
9
Hi

Anyone with some insight as to why these Stardock's apps won't install although Icon packager and windows fx installs but won't start (They start but close immediately. I don't get to the login window)

I am on windows 10 LTSC 2021

It seems to be in components as I tried a build with just these with the issue but it works "clean" install with just updates.

I can't figure it out..

Thank you guys

Edit: It seems to be an installer "module" that is the issue that lacks something. irsetup.exe

Then the SdDisplay.exe is the Stardock program that seems to not really work neither.

It seems to be a missing activex but the only one missing was in IE and tried an install with full IE and activex and still the same issue
 

Attachments

Last edited:
Some of these may be using File Explorer controls which are linked to the legacy Internet Explorer DLL's. Some combination of restoring:
Code:
                <c>axinstall 'ActiveX Installer Service'</c>
                <c>explorer32 'File Explorer - 32 bit'</c>
                <c>internetexplorer 'Internet Explorer'</c>
                <c>internetexplorer32 'Internet Explorer - 32 bit'</c>
                <c>microsoft.microsoftedge 'Microsoft Edge (Legacy)'</c>
 
Some of these may be using File Explorer controls which are linked to the legacy Internet Explorer DLL's. Some combination of restoring:
Code:
                <c>axinstall 'ActiveX Installer Service'</c>
                <c>explorer32 'File Explorer - 32 bit'</c>
                <c>internetexplorer 'Internet Explorer'</c>
                <c>internetexplorer32 'Internet Explorer - 32 bit'</c>
                <c>microsoft.microsoftedge 'Microsoft Edge (Legacy)'</c>
Thank you Garlin.

I did try with IE and just now with edge legacy.

Giving the last explorer32 a shot or I will have to do all of them
 
Some of these may be using File Explorer controls which are linked to the legacy Internet Explorer DLL's. Some combination of restoring:
Code:
                <c>axinstall 'ActiveX Installer Service'</c>
                <c>explorer32 'File Explorer - 32 bit'</c>
                <c>internetexplorer 'Internet Explorer'</c>
                <c>internetexplorer32 'Internet Explorer - 32 bit'</c>
                <c>microsoft.microsoftedge 'Microsoft Edge (Legacy)'</c>
I have now tried them all individually. I guess the only thing left is to try them all together. This is the error message i get from start11.
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    14.4 KB
Try this one: <c>ntvdm 'NTVDM 16 bit subsystem'</c>
Thank you Garlin. That by itself didn't work neither. Will try one last thing and activate all of them and see if it is the synergy needed. Last shot at it.

Edit: I tried to run it with all the suggestions activated for the "synergy" but still the same results :/
Truly lost here...
 

Attachments

Last edited:
Try keeping jscript32 'JScript - 32 bit' and mshtml32 'HTML Viewer (Legacy) - 32 bit'
Some soft may use one or the other
 
Try keeping jscript32 'JScript - 32 bit' and mshtml32 'HTML Viewer (Legacy) - 32 bit'
Some soft may use one or the other
Awesome. Thanks. Giving it a shot

Edit: YES!!!! Thank you Tistou77

I can report great success!! Excellent
That was it
 
Last edited:
You're welcome
Need both or just one or the other ?
I used both in the hierarchy
Tired of retrying so no more chances. Just want to set up my system at this point.
But I didn't use anything else besides those in my xml
 
Back
Top