| Thread | Last Post | Replies |
|
| .Net Framework Bootstrapper Plug-in | 10 Mar 2004 18:16 GMT | 1 |
I've installed the .Net Framework Bootstrapper Plug-in and it's working great. As the plug-in automatically includes the framework and the .Net framework launch condition in setup project, I am having difficulty actually excluding them. There will be instances when it won't be ...
|
| Installing Windows Services using Microsoft.net Setup and Deployment project | 10 Mar 2004 17:23 GMT | 3 |
I have created a Dot Net Windows Service. I am able to install it manually it using InstallUtil. I am now trying to create a setup package MSI and let the setup program take care of deploying and installing the service.
|
| [TARGETDIR] | 09 Mar 2004 04:36 GMT | 2 |
i have a big dobut reg the [TARGETDIT]... after i add the Customdataaction property as INSTALLDIT=[TARGETDIR] do i need to do something else in the properties to accessthe targetdirectory where the
|
| error when using this.Context.Parameters["INSTALLDIR"], | 07 Mar 2004 21:48 GMT | 4 |
hi all i am creating a setup project for installaing my application. i am using installler class to dynamically edit the config file duyrin installlation.
|
| .Net Framework Service Pack 2 Install Error | 06 Mar 2004 01:06 GMT | 2 |
I'm getting a couple of Service pack 2 install errors. The first error is the installer can't find the 'netfx.msi' module. I've run the cmd operation to open this .msi package from the framework download. When pointed at this module, the installer returns the error '..is not a ...
|
| Disabling setup dialog | 05 Mar 2004 17:51 GMT | 1 |
I have an command line program called "setup.exe" and when it is executed (by double click in explorer) setup dialog pops up. This is the case only on W2K3 machine
|
| MS .NET Framework SP 2 Keeps reinstalling | 05 Mar 2004 00:07 GMT | 2 |
Every time I do a windows update I'm told to update SP2 even tho the last update confirmed installation. any suggestions?
|
| ini file concept in dotnet ?? | 04 Mar 2004 23:26 GMT | 1 |
i am in the process of deploying my project suing setup propject.. i have planned my setup in a way such that i shall get few user inputs from ther user. and store these info in a common file,.
|
| autorun | 04 Mar 2004 23:22 GMT | 1 |
I don't know if this is the right group to ask.. I need my application (made with vb.net) to be autorun when the user places the CD..but the problem is the file on the CD that will be autorun is the setup file, so it is not logic to ask the user to setup the application each time. ...
|
| Error Code in Building Setup Project | 04 Mar 2004 23:20 GMT | 1 |
I've created a fresh VB.NET Setup project using the wizard. When I build the project I get the following error message: ERROR: An error occurred while validating. HRESULT = '80004002' Any ideas?
|
| no installer? | 04 Mar 2004 21:00 GMT | 3 |
I ran into a problem when I tried to install a Windows service using installutil.exe. I got an error like this and the service was not installed. No public installers with the RunInstallerAttribute.Yes attribute could be found in the c:\SomeFolder\MyService.exe assembly.
|
| Service installation | 04 Mar 2004 20:58 GMT | 6 |
I have created a Windows Service in C#. There is also a configuration program. There is 1 DLL shared by both and 2 other DLLs used by the service. I created a setup project and added the output of both projects. The service
|
| Uninstall Custom Action | 04 Mar 2004 20:47 GMT | 2 |
I am having issues getting my custom uninstall action to "see" any of the parameters that I passed in on Install. I am trying to remove a database from a server that was specified during install and created using the Install Custom Action. When I attempt this,
|
| How much disk space does each version of .NET FRamework require? | 03 Mar 2004 09:48 GMT | 1 |
On a multiboot system, I've got .NET 2002 on 1 system and .NET 2003 on another. I was thinking of installing only the ,NET Framework on the other systems. How much disk space does each version of the Framework use?
|
| redistributing framework | 02 Mar 2004 18:55 GMT | 1 |
I need a help. I made a install package using msi and I added a merge module that installs de framework. The problem is that when the installation begins the main setup program simply quit and gives all control to the framework package
|