all groups > dotnet setup > april 2004 > threads for april 8 - 14, 2004
Filter by week: 1 2 3 4 5
setup in japanese?
Posted by konsu at 4/14/2004 5:32:08 PM
hello,
how to convert my msi's UI to japanese using vs.net and not using the orca
tool?
thanks
konstantin
... more >>
're-'Install a service
Posted by bill_77 at 4/13/2004 11:56:02 AM
I've got an application that runs as a service. I've got the install and uninstall working fine, but I want to support upgrading by installing a newer version over the older one
I have changed the version/product code as necessary for in-place upgrade, and it starts the upgrade, but halfway throug... more >>
How to patch previous installation?
Posted by Lauren Hines at 4/12/2004 5:22:29 PM
I've developed a Windows Installer setup program to distribute my .NET app,
but I would like to know how to make a patch for it. Specifically, if I need
to install a newer version of a .dll that has been placed in the GAC (global
assembly cache) and was registered (Register property set to vsdraC... more >>
Spawn process during installation
Posted by Ash at 4/12/2004 3:31:02 PM
Hi
I want to spawn and exe or a batch file during installtion. I don't see anything under standard Actions that will do this. Do I need to write a custom action
thanks
Ashish... more >>
Newbie Setup Question: How to make Setup.exe continue install after installing Framework?
Posted by Zia ur Rehman at 4/12/2004 1:14:04 PM
Hi,
I am running into this problem and will appreciate any help.
I have VS.NET 2003 installed alongwith the BootStrapper plugin. Due to the
BootStrapper plugin, dotnetfx.exe and mdac_typ.exe are placed alongwith the
myAppSetup.exe after Deployment project compilation.I have set the ".NET
Fr... more >>
VS EA 2003 & .NET compact framework
Posted by Ioannis Vranos at 4/11/2004 3:09:02 PM
Is there any way to develop .net compact framework applications from within
VS 2003? There isn't such an option in the new project options.... more >>
Placing assemblies in the GAC
Posted by Ash at 4/9/2004 3:36:03 PM
Hi
I am using VS.NET 2003 and have created a setup project. I have entered my .NET assembly file in the Global Assembly Cache folder. At install time it gets entered in the GAC. The thing is I also want the file to get copied over to TARGETDIR. How do I do that
I tried adding this assembly in the... more >>
UserControl in Toolbar
Posted by João Santa Bárbara at 4/9/2004 8:26:16 AM
Hi all
i have made a setup that registers a DLL in the GAC, but when i start VS i
go to the toolbar and it does´n apear in the list of the assemblys.
i know that i can browse for it, but i need it to be show in that list
automaticaly
can some one help me ?
thks
JSB
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Deploy Assembly in GAC
Posted by swlodarc NO[at]SPAM sct.com at 4/8/2004 4:30:11 AM
There are several ways to deploy an assembly into the global assembly
cache:
1) Use an installer designed to work with the global assembly cache.
This
is the preferred option for installing assemblies into the global
assembly
cache.
2) Use a developer tool called the Global Assembly Cac... more >>
|