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 > february 2006

Filter by week: 1 2 3 4

creating personal Setup with the visual studio tool
Posted by Lander Debeuf at 2/28/2006 3:38:31 PM
how can you change the filename of an included file to a name that the user gave during the installation process??? i am using the EditA1 thing, but i cant seem to use the data properly ...more >>


using WIX to call a member residing a DLL written in C#
Posted by hungrymind NO[at]SPAM gmail.com at 2/28/2006 8:32:39 AM
HI All, I have developed one control in C#. I am creating WIX installer for my application. In my application there is one form which I want to show when installation is about to finish. I modified my WXS file to use custom action behaviour of WIX. Code is as below: <Binary Id="InstallUtil"...more >>

Is possible to register more than one instance of the same Windows Service?
Posted by James Wong at 2/28/2006 12:00:00 AM
Dear all, I have a Windows Service compiled by VB.NET 2003 and need to run multi-instance on the same machine. The .exe files (with same name, of course) are stored in different folder. I found that I can't register the Service by using InstallUtil.exe for more than once. I would like to...more >>

FS: Visual Basic.NET VB.NET books for sale - CHEAP!!!!!!
Posted by MiniMe at 2/28/2006 12:00:00 AM
I have for sale seven (7) Visual Basic 6 books. I'll take $21 for all books. I'm selling them as a set only. I am in the Houston, TX area (USA). If you are local to me, you are more than welcome to pick them up. If you want them shipped to you, I will charge you actual shipping cost plus the ...more >>

Interview Questions Feb 25, 2006
Posted by Jobs at 2/25/2006 4:47:31 AM
What's the difference between Convert.toString and .toString() method ? Just to give an understanding of what the above question means seethe below code. int i =0; MessageBox.Show(i.ToString()); MessageBox.Show(Convert.ToString(i)); We can convert the integer "i" using "i.ToString()...more >>

.NET MSI Web Setup Project problem. Error message" The installer was interrupted before ... could be installed. You need to restart the installer to t
Posted by John at 2/22/2006 11:56:16 PM
=== Verbose logging started: 2/22/2006 23:41:04 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\WINNT\system32\msiexec.exe === MSI (c) (80:C4) [23:41:04:221]: Resetting cached policy values MSI (c) (80:C4) [23:41:04:221]: Machine policy value 'Debug' is 0 MSI (c) (80:C4) [23:41:04:...more >>

Clearing the cache
Posted by Andrew Chalk at 2/21/2006 11:00:25 PM
I just copied an application over to an existing older build on another machine. I get the following runtime error when I run it on that machine. Compiler Error Message: CS1595: 'CallviewWEB1.login' is defined in multiple places; using definition from 'c:\WINDOWS\Microsoft.NET\Framework\v1....more >>

Optional Setup
Posted by Demetri at 2/21/2006 11:04:27 AM
I have a solution with serveral class libraries the user can install via my deployment (setup) project. The user will need to pick the components they want installed during the msi setup routine. How can I give them a treeview like Visual Studio setup does to pick what you want to install? ...more >>



No tables visible in SQL Server connection
Posted by SIMON GARE at 2/19/2006 11:15:24 PM
Hi, i am setting up an ASP.NET site and have connected to the SQL Server successfully. When I click on the connection it shows tables 'none' ?? I know there are tables just cant see them. When I set up an ASP site and connect to the SQL with DNS all tables are visible. I have spent a ...more >>

Standalone Setup for Linux using Mono
Posted by Markus Dreinberg at 2/18/2006 11:23:01 PM
Hello, is there a way to build an installer for Linux, which installs Mono an my application on Linux-platforms? Thanks, Markus...more >>

word wrap for custom text boxes
Posted by zehra at 2/16/2006 8:21:29 AM
At the end of my installation I have a text dialog box which displays rather a long text explaining post setup instructions. I resized the text box using ORCA and editing customaction table for EDIT1 textbox height. But the text is still displayed as one line and user has to scroll horizant...more >>

Setup gets interrupted
Posted by Divyesh at 2/14/2006 12:00:00 AM
Hello, I am facing strage problem with Setup. I have created Setup as part of my application inorder to directly take output of my applications. Setup gets interrupted and following msg appears. "The installer was interrupted before Setup could be installed. You need to restart the insta...more >>

setting default value for radiobutton
Posted by zehra at 2/13/2006 5:06:27 PM
I used a dialog box with 2 radio buttons to indicate the default installation folder.If button1 is selected the default folder is set to [programfilesfolder][manufacturer]\[productname]; if second radio button is selected default will be set to P:\[manufacturer][productname]. Button1Label=De...more >>

Deployment project
Posted by Imtiaz at 2/13/2006 12:00:00 AM
Dear Sir, I have 5 setup's with me and i want to make all these setup under one deployment project and it should install one after another. Is it possible to do with vb.net? if yes then how? kind regards Imtiaz ...more >>

How to find a directory exists or not
Posted by sajithpt at 2/12/2006 9:36:26 PM
Hi, From the setup program, how to check for whether a particular directory exists in the target machine. Say, I want to search whether the following directory exists or not: Program Files\Common Files\Microsoft Shared\VS Help Data\8.0\Filters\1033 I know how to do a file search, but could n...more >>

Uninstalling VS.NET 2003
Posted by Ivan Debono at 2/10/2006 5:37:07 PM
Hi, I'm trying to uninstall VS.NET 2003 and I get the error message 'Setup can't determine the correct order...' and quits. Is there a way to solve this problem. Thanks, Ivan ...more >>

Silent framework 2 install
Posted by Chris B. at 2/10/2006 11:29:48 AM
I need to install the .Net framework v2 silently with a progress bar. There seems to be only 2 ways to do it, dead silent (The user is left staring at a blank screen for 10 minutes) or full UI, where they have to agree to the license and click next. I was able to achieve this with both the 1.0...more >>

distributing debug dll's
Posted by DAlkema at 2/9/2006 12:51:31 PM
Does dotnetfx contain the debug dlls? I.e., MSVCR80D.DLL, etc. If not, how does one deploy these? Thanks, David...more >>

automating .NET 1.1, .NET 2.0, DirectX 9c and Managed DirectX DLLs
Posted by neuralsoft NO[at]SPAM gmail.com at 2/9/2006 12:28:54 PM
I've written an application using .NET 2.0 that makes use of the .NET 1.1 Managed DirectX libraries. It looks like it is difficult to isntall this on client machines (which is strange, maybe this will improve with Vista?) Anyways, I would like to automate in a seamless fashion the installati...more >>

Redistribution of .NET with application (non-administrative instal
Posted by Genady Beryozkin at 2/9/2006 6:39:14 AM
Hi, Our application uses the .NET framework. How can we install/run the application if the user does not have ..NET and he does not have administrative priviliges. Any idea will be appreciated. Genady...more >>

problem with setup and deployment project
Posted by eswar yadav at 2/9/2006 4:32:53 AM
hello, i am new to dotnet 2005 can any body tell how to create a setup file which doesn't ask for framework i mean which implicitly includes the required files thanq *** Sent via Developersdex http://www.developersdex.com ***...more >>

How to create a setup project for a windows application which doesn't requires framework
Posted by eswar yadav at 2/9/2006 4:26:51 AM
Hello, i am new to dotnet 2005. i created a setup and deployment project for my windows application and deployed in another machine which doesn't have the framework 2.0 and it is asking for download of framwork. I tried to include the prerequisites along with my application but it is costing...more >>

I can not configure .NET 2.0
Posted by Dmitry Sazonov at 2/7/2006 2:38:22 PM
My application failed to work from the network but running just fine from local drive. I tried to set up fulltrust for intranet zone, but there is no "Microsoft ..NET Framework 2.0 Configuration" shortcut in my control panel/administrative tools. I installed .NET framework 2.0 from micro...more >>

Script support with VS.NET setup
Posted by Divyesh at 2/6/2006 5:23:49 PM
Hello, Does Setup & Deployment project with VS.NET 2003 has scripting support ? (as available with for example InstallShield) --- Thanks & Regards Divyesh Shah ...more >>

dotnet 1.1.4322.2300 ?
Posted by Stephen Ahn at 2/3/2006 12:00:00 AM
Hello, A Windows 2003 server PC is reporting a CLR version number of "1.1.4322.2300". ie. this version is returned when Environment.Version.ToString() is run. This seems later than dotnet 1.1 sp1, which I thought was the latest one available. Does anyone know what version this is ? ...more >>

J# and/or .NET Framework 2.0 not detected by Setup Project
Posted by Stephen Cuppett at 2/2/2006 9:09:25 PM
I've written a Windows service deployed via a setup project. On sane environments (clean VMWare targets and most users) everything is fine. If ..NET 2.0 isn't there, you get a nasty box, if J# isn't there, you get a nasty box, if everything is there, installation or update proceeds as it s...more >>

Windows Service Dependencies
Posted by Stephen Cuppett at 2/2/2006 9:02:23 PM
I have written a Windows service in J# and a setup wizard to go with it; however, I have one problem.... My Windows service creates it's own Event Log and writes events to it. However, some testing has revealed the service will fail to automatically start on boot and I have narrowed it down to...more >>

web setup project .Net 1.1
Posted by Sundararajan at 2/1/2006 1:44:28 AM
Dear folks, I am creating a web setup project for my application. however i have to replace the default licence agreement with our own customized one. the license agreement window should be a scrollable one. how can i achieve this. how to insert a long text and make it scrollable, please ...more >>


DevelopmentNow Blog