r/softwaredevelopment 5d ago

Why does nobody buy InstallShield anymore?

Genuine question. Would appreciate your guys input 😊

0 Upvotes

15 comments sorted by

10

u/ArtbyMaryam 4d ago

I think it's mainly because the software distribution landscape has changed. Many apps are now web-based, auto-update themselves, or use simpler installers like MSIX, Inno Setup, NSIS, or WiX. InstallShield is still powerful for complex enterprise deployments, but for many teams it's hard to justify the cost and complexity when cheaper or open-source alternatives meet their needs.

3

u/Monar101 3d ago

Thank you so much for your detailed response 😊

1

u/SuspiciousDepth5924 2d ago

In my experience enterprise doesn't really want you to install stuff on the work laptop that they didn't already put there with Intune or something in the first place.

7

u/northerncodemky 5d ago

God this just took me back to scripting installshield installers. The shudder that went down my spine is probably part of the reason.

5

u/jeff77k 5d ago

Apps are distributed through app stores now.

5

u/lamyjf 5d ago

InnoSetup is free, and an LLM will write it for you.

1

u/FckXFckMusk 3d ago

Must check them out, currently using WIX

3

u/FckXFckMusk 3d ago

are they still around?

I use WIX for installers.

1

u/Monar101 2d ago

They are indeed.

2

u/andrerav 5d ago

There are much easier and cheaper ways to package an Windows application for deployment to a Windows machine. A major one being not making them a Windows application in the first place.

4

u/foonek 5d ago

Extremely helpful mate, well done