This is a discussion on In .Net setup project, How can i display custom messages before installation starts? within the C# Programming forums, part of the Software Development category; Right click on the setup project. Go View->Launch Conditions. In the Launch Conditions Window, you can see 1. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Right click on the setup project. Go View->Launch Conditions. In the Launch Conditions Window, you can see 1. Search Target Machine 2. Launch Conditions. Do the following 1. Right click on the Search Target machine and choose View->Add Search File. Now, search for file will be added. 2.Right click on the newly added item and choose properties. In the property window, add filename that should be installed when installing .net framework and add folder property. Ex: FileName : readme.htm Folder : [ProgramFilesFolder]\Microsoft Visual Studio 8\ Now, build setup and install. Take a look on Custom Action for uninstalling operations. |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to set Installation path for my setup? | S.Vinothkumar | C# Programming | 6 | 11-19-2007 01:25 AM |
| TFS 2005 Setup Fails / Team Foundation Server Setup Fails | bluesky | Server Management | 1 | 10-18-2007 02:39 AM |
| Installation of visual Studio 2005 failed at tfs setup | JSureshkumar | Server Management | 1 | 10-17-2007 03:49 AM |
| Setup Project - Displaying Messages using Launch Conditions | raja | C# Programming | 0 | 05-08-2007 03:16 AM |
| Test Project Setup Checklist | vadivelanvaidyanathan | Software Testing | 0 | 04-02-2007 03:33 AM |