| Thread | Last Post | Replies |
|
| How to query install parameters | 30 Jun 2004 15:56 GMT | 2 |
I'm wondering how I can access the properties entered by the user in a custom installer action. This is related to some other questions I found here, mainly the installation path issue using [TARGETDIR]. What I want to know is: how can I decide if the user checked the "Install
|
| Installing multiple copies of my .NET application | 30 Jun 2004 15:37 GMT | 5 |
I've got almost the opposite problem to most with regard to installation versions and uninstalling previous etc. We need to be able to have several different copies (of the same version) of our application installed on a PC - mainly for support
|
| How to check the installation folder before the installation occur | 29 Jun 2004 22:25 GMT | 1 |
I have to check that the installation folder does not contain any spaces. If it does, the user has to reset the installation folder then the installation continues. Because I did not find where to add this condition in VS.NET setup project, how can I do that? Tanks. Yolande
|
| How can I add user interfaces during the installation? | 29 Jun 2004 22:22 GMT | 1 |
Because the interfaces in setup project cannot meet my requirement, I need to add my own user interfaces. For example, I want to replace the Installation folder dialog with a new one. How can I do it? Thanks. Yolande
|
| Project Setup Help | 29 Jun 2004 15:59 GMT | 1 |
we are developing windows net application by C#,I want to make a setup installer,How do i do it?Related resource will be more helpful.Thanks in advance! Below is my question. 1. How do i add customer action to the installer? 2. How do I dynamicly ...
|
| Installation of DotNEt 1.1 fails on Windows 2000 Server | 27 Jun 2004 04:38 GMT | 4 |
Dear Gurus, I have tried twice to install DOTNET framework 1.1 on Windows 2000 server but it fails. The error message is
|
| Is it possible to get the Installation Path? | 25 Jun 2004 02:54 GMT | 2 |
is it possible to get the Installation Path when user install a program? I would like to save the installation path into registry Shelby
|
| distributing .NET dll used in COM | 24 Jun 2004 21:10 GMT | 4 |
I have a VB6 application that now uses a C++ .NET DLL via COM. The .NET dll was developed on one computer, and to move it to mine, I simply copied it and its tlb file over, ran RegAsm <full Path>\MyNet.dll then dragged it into c:\windows\assembly.
|
| how to remove the repair option or prevent a rollback during the repair. | 24 Jun 2004 19:26 GMT | 3 |
Our setup application installed 3 services. When someone tries to repair the application, the repair will fail since the services are already installed, and the setup will rollback... which will leave the application partialy installed and not functionning.
|
| Setting up for all users | 23 Jun 2004 19:39 GMT | 2 |
When I create a setup project and run the install on client machines, the installer gives an option for installing the program for "all users" or "myself". I would like to change the default setting to "all users" or even remove the ability to change the setting in the
|
| LAUNCH CONDITION MESSAGE | 23 Jun 2004 19:38 GMT | 2 |
I need to direct users to a specific URL in a launch condition message. I have customized the message, however, I can't figure out a way to make a link clickable within the message. The message is only editable through the VS properties window. I tried an HTML tab but to
|
| Vb.Net setup with flexgrid does not run flexgrid | 23 Jun 2004 13:14 GMT | 1 |
I am new to Vb.Net and I am facing a unique problem. I used Flexgrid in Vb.Net and thereafter created a setup program. When I run the setup program on another machine then
|
| How to create a log file in a setup project? | 22 Jun 2004 15:46 GMT | 1 |
"bb" wrote:
> Yolande wrote: > > Is there any way to create a log file and record the events during the installation? |
| Creating a shortcut with microsoft .Net Installer | 22 Jun 2004 15:28 GMT | 1 |
After creating an icon with the creation method, the icon is placed on the desktop but the "Find Target" and "Change Icon" are disabled, also the "Target" value dose not contain the file name only the path, does this problem familiar to somebody ???
|
| Custom Form | 22 Jun 2004 04:47 GMT | 1 |
i need to construct my own form an use it after the installation Folder form. is it possible ??? thkls JSB
|