Results 1 to 15 of 15

Thread: Why Use Inno?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Why Use Inno?

    I just have a question, why use Inno when NSIS is so much better. Just check it out. It is just so much more powerful than INNO I think. What do you think?



  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Why Use Inno?

    Describe "More Powerful"

  3. #3

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Why Use Inno?

    I use the P&D Wiz for my VB6 projects and never had any issues. It works just fine.

    Now for .NET the default installer also works fine.

    Basically it just boils down to what features are important to you and make a choice based upon that. I dont think I would ever pay for an installer since there are good ones already provided and third party ones that are free too, if you want more power/features.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    Re: Why Use Inno?

    Quote Originally Posted by RobDog888
    I use the P&D Wiz for my VB6 projects and never had any issues. It works just fine.

    Now for .NET the default installer also works fine.
    me too.

    I had no issues with P&D.
    CS

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Why Use Inno?

    An Inno thread hijacked by PDW. If it were the other way around someone would have said something by now...

    Things that make you go hmmmm...

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Why Use Inno?

    I dont think so as the context of the original post is to invoke a discussion of which installer to use type question.

    Do you have anything on NCIS vs. INNO or other installer?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Why Use Inno?

    I didn't like the PDW (or the .NET installer) because it creates multiple files that you need to distribute

    I went to INNO because it allowed me to compile EVERYTHING into a single setup.exe file, with the needed files (like .net framework) to get extracted at install time.

    Now I haven't used nullsofts installer, I am sure it does a decent job..

    HOWEVER, I don't see how its in ANYWAY possible that its "so much better" or "more powerful" than INNO.

    INNO is fully customizable, allows win32 API calls, etc... you can do ANYTHING you want with it. So how exactly do you get "more powerful" than that??

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Why Use Inno?

    I havent used it either but if I ever need more power I would use something other then the P&D Wiz. I would probably use INNO since it has allot of praise from members here.

    Usually the budget is about ehausted when it comes time to create the installation package so time is of the essence. Quick and simple.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  10. #10
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Why Use Inno?

    Quote Originally Posted by RobDog888
    I havent used it either but if I ever need more power I would use something other then the P&D Wiz. I would probably use INNO since it has allot of praise from members here.

    Usually the budget is about ehausted when it comes time to create the installation package so time is of the essence. Quick and simple.
    well once I created a basic installer for a .NET application, most of the work was simply to replace certain values with what had to do with the app I was making an installer for.

    So if I were to make a program today, changing the installer script I have to work with it would take me about 10 minutes

  11. #11
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Why Use Inno?

    Quote Originally Posted by kleinma
    ...INNO is fully customizable, allows win32 API calls, etc... you can do ANYTHING you want with it. ...
    So does P&DW - full source is available so you can do anything as far as your imagination goes...

  12. #12
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Why Use Inno?

    Quote Originally Posted by RhinoBull
    So does P&DW - full source is available so you can do anything as far as your imagination goes...
    And you can make a single file package out of what it gives you.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  13. #13
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Why Use Inno?

    Quote Originally Posted by Al42
    And you can make a single file package out of what it gives you.
    From what I recall, the PDW creates a setup.lst, a cab file, a setup.exe, and setup1.exe (the VB6 installer app)


    I actually had a bunch of issues with the PDW which made me stop using it, like it would include the wrong dll for projects that referenced mdac, it would also include a C runtime msvcrt.dll that crashed other peoples computers because it was not the correct version.

    After I moved to INNO I didn't look back. I even encorporated it into the software that manages our customers, so we can compile and upload software to them on the fly in a setup.exe package.

  14. #14
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Why Use Inno?

    Yes, those are good points for stepping up to another installer. I think it takes a few "issues" to push some of us to look elsewhere other then the P&D Wiz. Without running into issues its hard to see a reason why to change.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  15. #15
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Why Use Inno?

    I have personally done hundreeds of installs using P&DW myself and yet to run into any major issue.
    There is only one (the famous "...file is outdated..." thing) that did give me a bit of headach but that's my job to figure it out.
    Also, ALL occurences of that same issue were experienced on NT4 machines.

    I'm tired of listening about how bad P&DW is...
    It is a serious program that MS simply gave away and if you are serious programmer than make it better - you've got everything you need.

    My appologies to anyone who was offended.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width