Results 1 to 14 of 14

Thread: Problem!

  1. #1

    Thread Starter
    Member
    Join Date
    May 2007
    Location
    India
    Posts
    46

    Question Problem!

    I have developed an application and recently i compiled it into a software package..But thing here is the setup runs fine and installs the application on my hard disk,but i have 3 points to consider..

    1. After installation i want a shortcut on the desktop to be added..

    2. I also want the icon of the application to be changed from that of the VB Form Icon.

    3. I also want the uninstall command so that it uninstalls whenever i need instead of removing the application from Control Panel.

    Could anyone help me?

    Regards

  2. #2
    Fanatic Member drivenbywhat's Avatar
    Join Date
    Jan 2007
    Location
    VA - USA
    Posts
    866

    Re: Problem!

    1) In the setup wizard for your application, there should be an option to let the user decide if they want a shortcut on the desktop.

    2) In your form, there is a property named "icon". Here you would pick your *.ico file that you would like instead of the vb one.

    3) I have no idea. The best way to uninstall something is through the uninstallation option in the control panel.

  3. #3

    Thread Starter
    Member
    Join Date
    May 2007
    Location
    India
    Posts
    46

    Re: Problem!

    Brother Setup wizard in the sense you mean the Package and Deployement Wizard?

  4. #4
    Fanatic Member drivenbywhat's Avatar
    Join Date
    Jan 2007
    Location
    VA - USA
    Posts
    866

    Re: Problem!

    I have vb5, so mine is called "application setup wizard". It should be something similar to that name in whatever version you have and you could find it in your START menu under your vb5 START folder.

  5. #5

    Thread Starter
    Member
    Join Date
    May 2007
    Location
    India
    Posts
    46

    Re: Problem!

    Well i am using VB6 so i guess it is the Package and Deployment wizard..Anyways where can i choose that option there?What is it in your version?

  6. #6
    Fanatic Member drivenbywhat's Avatar
    Join Date
    Jan 2007
    Location
    VA - USA
    Posts
    866

    Re: Problem!

    I said I have VB5. So I don't know the options for vb6 in the setup manager. Have you ever used the setup manager in vb6? If you haven't, it's not too hard, it's a step by step wizard. However, you could also post in a different forum on this site specifically designed just for app deployments. It's call "application deployment". Try to see if someone can help you out more.

    Now I'm going to sleep.

  7. #7

    Thread Starter
    Member
    Join Date
    May 2007
    Location
    India
    Posts
    46

    Re: Problem!

    Well fine fine no problems...PEACE!....Good Night.Bye

  8. #8
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: Problem!

    Use Inno Setup

  9. #9

    Thread Starter
    Member
    Join Date
    May 2007
    Location
    India
    Posts
    46

    Re: Problem!

    Where is it located bro?in Package and Deployment Wizard?

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

    Re: Problem!

    #2, go into the Project properties and set the Make tab's Application Icon property to one of your forms which has the desired icon set.

    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

  11. #11

    Thread Starter
    Member
    Join Date
    May 2007
    Location
    India
    Posts
    46

    Re: Problem!

    Yes thanks bro..kind of you..well any idea for #1?

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

    Re: Problem!

    You have to modify your P&D Wizards source code to include your own code to create a shortcut to the desktop. You may want to create a backup copy first before modifying it.
    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

  13. #13

    Thread Starter
    Member
    Join Date
    May 2007
    Location
    India
    Posts
    46

    Re: Problem!

    Oh ok..i get that now..Thanks again...well one more thing..Do you any site where i can get icons with .ico extension?

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

    Re: Problem!

    Yes, there are several threads on the topic with many many links in them. Just try a search for "cions" or such.
    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

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