Results 1 to 4 of 4

Thread: [2005] Deployment Issues

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    169

    [2005] Deployment Issues

    Hi, this may be a stupid question, but I'll ask anyways...

    I'm finishing up my project and I'd like to be able to deploy it to other computers. Is there a way with VS 2005 Express to create a setup package that ensures that the computer has everything necessary for my application to run seamlessly? I'm using DirectX Audio and .Net Framework 2.0, so these will need to be installed on the computer if they're not already. A good tutorial or something would be fine if anyone knows of one. For some reason I couldn't find much regarding this topic. Thanks!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Deployment Issues

    VB Express provides the facility to publish your project to a ClickOnce installer. You can include various prerequisites in the package, including the Framework. I would imagine that you could also include DirectX. You should go to MSDN and read about ClickOnce to see if it meets your needs, because it is NOT the same as Windows Installer deployment.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    169

    Re: [2005] Deployment Issues

    The ClickOnce publishing looks promising. I keep getting an error when trying to install the program though. I can make the setup package easily, but when it tries to install I keep getting the error that prompts you to continue or quit.

    I'm just trying to install it on the computer that I developed the application on, so I know it has DirectX installed. After tracking down the errors though, it appears as though the references to DirectX are what's causing the errors. Anyone know what the hell is going on here? Do I still need to include it in the ClickOnce package even if I know it's already installed on the computer?

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Deployment Issues

    A bit more information on the errors besides the fact that they prompt you to continue or quit could be useful.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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