Results 1 to 7 of 7

Thread: Package & Deployment Wizard alternatives

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    186

    Package & Deployment Wizard alternatives

    Is there an alternative "free" setup wizard software? Installations made with Package & Deployment Wizard that comes with VB6 sometimes gives me errors. I've tried "Inno Setup 5", but it doesnt let me include and register OCX files that I used in the project.

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    186

    Re: Package & Deployment Wizard alternatives

    By the way, here's the error I get when I run the installation program after Package & Deployment Wizard has built it:
    C:\WINDOWS\SETUP.LST

    Invalid line in setup information file!

    Section: Setup1 Files
    @s-files.lw,$(AppPath),,,7.8.06 9:12:00,145,0.0.0.0

  3. #3
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Package & Deployment Wizard alternatives

    You may not be typing according to the correct syntax. Have a look at those samples bundled with it.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  4. #4
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Package & Deployment Wizard alternatives

    OK I understand your problem. You are trying to use the VB (P&D Wizard) setup file with InnoSetup.
    No, it won't work. Both have different syantax. I used it long ago. I remember they include a wizard with it, try that or search the net. Or you'll have to build the setup information file yourself.

    Pradeep
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

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

    Re: Package & Deployment Wizard alternatives

    Moved
    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

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    186

    Re: Package & Deployment Wizard alternatives

    Well, I've searched Microsoft.com and Google for 2 days on this and nothing came up. People just move to other installers without trying to fix the problem with PDW. This morning I've got myself a big cup of coffee and decided to finally solve this problem. I've opened SETUP.LST and looked at the lines that were giving me problems:
    VB Code:
    1. [email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),6.24.98 12:00:00 AM,108336,6.0.81.69
    Nothing seems to be wrong. And there isnt anything wrong with it. So, I've opened an older SETUP.LST that I've made 1 month ago for the same project under the same Windows XP installation on the same computer:
    VB Code:
    1. [email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),6/24/98 12:00:00 AM,108336,6.0.81.69
    Notice the date formatting differences? So, I've opened my new SETUP.LST file in Notepad, and applied the date formatting by hand. Setup ran without any problems at all! Yay! We fixed the problem!

    Not yet. The problem with PDW still exists, it is writing SETUP.LST files with wrong date format. So, the next big mistery to solve is: What has gone wrong, and how to fix it? You might suggest to try and reinstall my Visual Studio? I've just tried that, and the problem still remains. There must be some kind of configuration somewhere in Windows that need to be changed for date formatting. Note: I have not installed anything new lately.

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

    Re: Package & Deployment Wizard alternatives

    Quote Originally Posted by foxter
    I've tried "Inno Setup 5", but it doesnt let me include and register OCX files that I used in the project.
    Sure it does. You just have to know how to use it. It has great help documentation and Excellent Third Party Tools (Check my signature). Take a look You won't turn back...

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