Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet setup > january 2004 > threads for january 22 - 28, 2004

Filter by week: 1 2 3 4 5

How to set the Install Path into Registry in Windows Installer?
Posted by Joe at 1/28/2004 10:26:11 PM
Hi, I am trying to create a Setup Project in Visual Studio .Net. I am wondering how I would set where the application is installed to into the Registry. Also, any source of samples for setup programs greatly appreciated! Thanks, Joe ...more >>


Urgent: Configure web server for .net 1.1
Posted by Jason Zhou at 1/28/2004 5:44:35 PM
Hi all, I just installed visual studio .net 2003 on my 2000 server, and I can see ..net sdk 1.1 was installed. But for some reason, when I try to open a asp.net project, it complain that this web server is not running asp.net version 1.1, so my project can not open. Did I do something wrong...more >>

How to install MSDE from within Windows Installer?
Posted by Albert Tollkuçi at 1/28/2004 12:49:39 PM
Hello guys, I have a setup in which the user has the options between a client and a server installation. In the case of server installation I have to install MSDE, start it and attach my database. For this I have implemented a Custom Action in .NET and I call this if the user choose Server insta...more >>

Setup server to run .NET Applications
Posted by ET at 1/28/2004 10:45:08 AM
Hi, Sorry but I was wondering how do you install the .NET Framework onto the server so that .aspx pages will run? We are trying to run asp.net mail forms via the server's own SMTP. Also, after installing the .NET Framework, should ".NET Framework Services" appear in "services" (start --> admi...more >>

Invalid Instance Name Error Installing MSDE Dot Net Framework 1.1 Samples
Posted by Brian Morris at 1/28/2004 3:30:52 AM
Background: Upgrading Visual Studio Enterprise Architect from 2002 to 2003; SQL Server 2000 Developer Edition Installed; Previous Framework Install for 1.0 created MSDE instance \NetSDK. Visual Studio Enterprise Architect 2003 is now installed and working. To run the framework 1.1 samples req...more >>

Deploy asp.net in win2000 adv server problem
Posted by ken at 1/28/2004 2:21:08 AM
Dear all, I deploy my asp.net application to my IIS win2000server, however when i access aspx file, it show "server application unavailable". But i can access html file?...more >>

Installutil.exe
Posted by Gopi at 1/27/2004 9:31:04 PM
Will "Installutil.exe" be installed If I install dotnetfx.exe? TIA -Gopi...more >>

Installutil - when using reference to another assembly
Posted by Gopi at 1/27/2004 9:16:05 PM
Hi, I have created the MyInstaller.dll which inherits System.Configuration.Install.Installer and uses MyOtherAssemb.dll. If I do "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\InstallUtil.exe C:\myfolder\MyInstaller.dll" is not working until and unless I place the file "MyOtherAssemb.dll" explic...more >>



.MSI resiliency
Posted by Reggie at 1/27/2004 3:00:13 PM
I have an application that uses Wise InstallMaster(does not generate an ..msi) as the installer. After our application is installed and a user launches our application(via desktop shortcut or opening the executable directly), Windows Installer for another application launches! I have checked t...more >>

no installer?
Posted by Jan at 1/26/2004 4:59:38 PM
Hi, 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. Remove InstallS...more >>

Deploying applications with dotnetfx and MDAC
Posted by Ann Marinas at 1/26/2004 3:27:55 PM
Hi All! I am kinda confused with deploying a dotnetfx & MDAC together with my .NET applications. I was reading the "Redistributing the .NET Framework" on MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/h tml/redistdeploy1_1.asp) and it says there that I need ...more >>

Default: Everyone and not Just Me
Posted by DraguVaso at 1/26/2004 11:26:47 AM
Hi, When installing an application with an msi-package, you have to choose on a sudden moment to install it only for the curent user (Just Me) or Everyone. The radio-button is default set on the Just Me option, but I'm looking for a way to set it on the Everyone by default. Anybody knows ho...more >>

Environment.CurrentDirectory during installion wrong
Posted by Sander at 1/26/2004 5:36:07 AM
Hello when i run the installation of my program for example in f:\setup.exe i wanna get the currentdirectory of that. When i get the currentdirectory during the installation it's gives me c:\windows\system32. Can somebody help me out with this problem?? Sander...more >>

[Info] Could not detect NetSDK instance of SQL Server. Databases will not be installed.
Posted by Mike Collier at 1/25/2004 6:45:31 AM
Hi when I run the samples instal for .net I get the "error" in log file: [Info] Could not detect NetSDK instance of SQL Server. Databases will not be installed. Can anyone shed light on this please? -- Mike Collier BSc( Hons) Comp Sci forum http://www.adoanywhere.com/forum chat h...more >>

Issues!!
Posted by Shelly at 1/24/2004 3:35:22 PM
I am facing issues in Toolbar in VB .NET: 1) There is nothing like disabled image list in toolbar of VB .NET. If I disable button on toolbar then I am not able to show disabled image even by changing imageindex for the button. 2) I could not found Placeholder button style which can be used t...more >>

Need help with windows service custom installer class.
Posted by Allan at 1/23/2004 4:26:59 PM
Need help with windows service custom installer class. Please read carefully: I have a windows service that uses a custom installer class. The installation works great whenever I use the installutil.exe. However, my goal was to create an automated installation that did not require a...more >>

Getting info. from install dialogs
Posted by Brian Toothill at 1/23/2004 12:12:52 PM
I have build my .NET solution with a setup project. How do I get information during setup? For example, at the end of the setup, I want to store the path of my installed .EXE in the registry. How do I get this information (which could potentially be changed by the user)? -- Thanks, Brian...more >>

Newbee with Windows Installer
Posted by Saulot at 1/23/2004 11:51:40 AM
Hi, Big Question : My solution is composed of SIX projects. I'd like to know if it is possible with WI to allow the user to choose the projects he wants to install. (From one to All) in fact, I'd like to know if it's possible to add a form like "Microsoft Office Selection form" (Treeview (All ...more >>

Property List
Posted by James R. Atherton at 1/23/2004 11:04:45 AM
Where do I find a listing of allowable propertys for setup. (Eg. [TARGERDIR], Etc.) I have searched the MSDN site with limited success. Any help is greatly appreciated. Jim ...more >>

Framework 1.1 installation failed. Help me!
Posted by caldera at 1/22/2004 8:15:59 PM
Hi, I have a setup problem.for .net framework 1.1 When I install the .net framework into Windows2000 Advanced Server following message appear, "Microsoft .NET framework Setup is failed" But before this framework installation I have framework 1.0 in this machine but I can't uninstall from add/re...more >>

VSS with .NET studio
Posted by Steven at 1/22/2004 6:46:32 PM
We have purchased Microsoft Visual Studio .NET 2003. We don't have Visual Studio 6.0 on our side. I was trying to install Visual Source Safe, unfortunately I was not able to install the same. I would like to know whether Visual Source Safe and Visio are bundled along with .NET 2003 and if not is...more >>


DevelopmentNow Blog