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.
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?
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.