Hi, I ceated setup project in VS2005. I would like to install HW drivers for my device during the installation. Can you help me? Thank
Kiki99
Posts
-
Setup project - install drivers -
UninslallI am using VS 2005 for creating setup program. Can you help me create my first setup project. I have already created some things, but I do not know how to add uninstall options in my setup project. Please help he!
-
Setupthanks!
-
SetupHello! I have two questions about creating setup(msi) with Visual Studio 2005. 1. I created setup, but I don't know how to add framework to installation? 2. I'd like to install HW driver during installation. Please, help me!!!
-
Uninstall shorcutThanks!
-
Uninstall shorcutThere is not any options(checkbox) or something similar to create uninstaller for my program.
-
Uninstall shorcutIt was created an installer using a deployment project. But how do you include an uninstall option with your installer? I'd like to be able to put a shortcut to the uninstaller in the start menu along with the rest of the stuff I've put there. The idea is that the user shouldn't have to go through add/remove programs to remove the program gracefully. Is there some kind of tool or wizard that does this?
-
Drawing cube with directxI'm beginer and I'd like to draw cube or sizalble voxel with DirectX. Please help me!!!
-
Minimum configurationHello! I'm testing and writing my documentation. I do not know how to calculate minimum configuration for the program. Thanks
-
MP3 playerHow to play mp3 files? Thanks
-
write only one bit to fileI don't know how to write to binary file only one bit and not one byte. Please help me! FileStream fs new FileStream("1.dat", FileMode.CreateNew); BinaryWriter w = new BinaryWriter(fs); w.Write(true); //write one byte w.Write(55); //write 4 bytes fs.Close(); Thanks
-
Drawing one pointyes, thanks
-
Drawing one pointPlease, help me I have one problem. I don't know how to drawing ONLY one point on form. Thanks
-
Refreshing PanelI have one problem I don't know how to refresh the panel (pane.Refresh()-don't work). I drawing on panel like: Graphic g = panel2.CreateGraphics(); g.DrawLine(new Pen(Color.Blue), 100,100,200,200); .... How to Refresh, please help me!