Click here to Skip to main content
15,893,486 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Installation softwares (PC desktop) Pin
Tim Deveaux14-Feb-19 12:24
Tim Deveaux14-Feb-19 12:24 
GeneralRe: Installation softwares (PC desktop) Pin
Mark_Wallace14-Feb-19 13:15
Mark_Wallace14-Feb-19 13:15 
GeneralRe: Installation softwares (PC desktop) Pin
Tim Deveaux14-Feb-19 13:37
Tim Deveaux14-Feb-19 13:37 
AnswerRe: Installation softwares (PC desktop) Pin
David Crow14-Feb-19 15:42
David Crow14-Feb-19 15:42 
GeneralRe: Installation softwares (PC desktop) Pin
Bob100015-Feb-19 1:28
professionalBob100015-Feb-19 1:28 
AnswerRe: Installation softwares (PC desktop) Pin
Tomaz Koritnik14-Feb-19 20:20
Tomaz Koritnik14-Feb-19 20:20 
AnswerRe: Installation softwares (PC desktop) Pin
Member 916705714-Feb-19 21:44
Member 916705714-Feb-19 21:44 
AnswerRe: Installation softwares (PC desktop) Pin
Gary Wheeler15-Feb-19 1:38
Gary Wheeler15-Feb-19 1:38 
Yet another vote for Inno Setup[^]. Basic setups are handled using the built-in facilities, starting from a text file script. It includes competent scripting support based on Pascal. For really heavy lifting you can call out to DLL's. Scripts can be compiled from the command line. It receives pretty steady support from its author.

As others have mentioned, Inno Setup's only lack is that it doesn't support MSI. For my money, that's a benefit. MSI and the Windows Installer are over-engineered and poorly documented and supported for the task they are meant to accomplish. Most of the installer-building apps based around MSI are just expensive lipstick on a pig.

You mentioned you're using InstallShield. Be advised that they are #2 on my list of development teams first-against-the-wall-when-the-revolution-comes. We bought their 'international' edition for over $1K a little over ten years ago after the salesperson told us that it supported most European languages, along with Japanese, Korean, and Chinese. Come to find out, the international edition only supports English. You had to pay an additional $500 for each language you wanted to localize your install to. We chucked those ripoff f***ers and went with Inno Setup.
Software Zen: delete this;

AnswerRe: Installation softwares (PC desktop) Pin
rtischer827715-Feb-19 2:27
rtischer827715-Feb-19 2:27 
AnswerRe: Installation softwares (PC desktop) Pin
Peter R. Fletcher15-Feb-19 3:05
Peter R. Fletcher15-Feb-19 3:05 
AnswerRe: Installation softwares (PC desktop) Pin
agolddog15-Feb-19 3:08
agolddog15-Feb-19 3:08 
AnswerRe: Installation softwares (PC desktop) Pin
PSU Steve15-Feb-19 3:47
professionalPSU Steve15-Feb-19 3:47 
GeneralRe: Installation softwares (PC desktop) Pin
kmoorevs15-Feb-19 4:34
kmoorevs15-Feb-19 4:34 
AnswerRe: Installation softwares (PC desktop) Pin
Matt Bond15-Feb-19 4:18
Matt Bond15-Feb-19 4:18 
AnswerRe: Installation softwares (PC desktop) Pin
KEastman15-Feb-19 6:33
KEastman15-Feb-19 6:33 
GeneralRe: Installation softwares (PC desktop) Pin
Maximilien15-Feb-19 7:01
Maximilien15-Feb-19 7:01 
GeneralRe: Installation softwares (PC desktop) Pin
Bob100016-Feb-19 9:07
professionalBob100016-Feb-19 9:07 
AnswerRe: Installation softwares (PC desktop) Pin
jsrjsr15-Feb-19 17:00
professionaljsrjsr15-Feb-19 17:00 
GeneralThings I believe to be true Pin
Dean Roddey14-Feb-19 7:21
Dean Roddey14-Feb-19 7:21 
GeneralRe: Things I believe to be true Pin
PIEBALDconsult14-Feb-19 7:22
mvePIEBALDconsult14-Feb-19 7:22 
GeneralRe: Things I believe to be true Pin
  Forogar  14-Feb-19 7:29
professional  Forogar  14-Feb-19 7:29 
GeneralRe: Things I believe to be true Pin
User 483504714-Feb-19 8:09
User 483504714-Feb-19 8:09 
GeneralRe: Things I believe to be true Pin
Dean Roddey14-Feb-19 8:16
Dean Roddey14-Feb-19 8:16 
GeneralRe: Things I believe to be true Pin
Marc Clifton14-Feb-19 8:35
mvaMarc Clifton14-Feb-19 8:35 
GeneralRe: Things I believe to be true Pin
Mark_Wallace14-Feb-19 12:11
Mark_Wallace14-Feb-19 12:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.