This is a discussion on How to create a Setup file in VS 2005 to start a installer from a installer file? within the C# Programming forums, part of the Software Development category; I have created a setup project for my project. But my project needs DirectX to be installed in the system. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| I have created a setup project for my project. But my project needs DirectX to be installed in the system. I can able to check whether DirectX is already installed in the system during my project installation. Suppose, if DirectX is not installed, i have to pause my project installation and start the DirectX installation(The installer file is added in my project setup). Is it possible? If so, can anyone help me...
__________________ $enthil |
| Sponsored Links |
| |||
| yes you can do it by adding custom actions to the setup project... Follow the steps: 1.Rightclick the setup project-->view-->custom action 2.In custom action editor, right click install-->Add custom action and select an exe to be executed. This file will execute at the middle of the installation... |
| |||
| the exe file which i have added is started in the middle of the installation process.. Is it possible to check some condition and start the installation if the condition is true?
__________________ $enthil |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File extension of the code file & object repository file in QTP | vigneshgets | Testing Tools | 1 | 01-16-2008 11:43 PM |
| NSIS Installer for C#.NET Applications | kingmaker | C# Programming | 3 | 01-10-2008 02:32 AM |
| How to Create a Cab file in C#? | oxygen | C# Programming | 5 | 10-25-2007 01:13 AM |
| TFS 2005 Setup Fails / Team Foundation Server Setup Fails | bluesky | Server Management | 1 | 10-18-2007 02:39 AM |
| How to create a ZIP File in Java? | bluesky | Java Programming | 1 | 07-25-2007 06:03 AM |