microsoft.public.dotnet.framework.setup Archive - January 2004
Post a message to this list
Messages
Page: 1234567
How to include the .NET 1.1 redistributable in my .NET setup routine? (3 replies)
microsoft.public.dotnet.framework.setup
Is there a knowledgebase article on how i might include the .NET 1.1 redistributable in my .NET setup routine???
Setup project's SendTo shortcut not working (6 replies, VIP)
microsoft.public.dotnet.framework.setup
I built a little utility that accepts file paths on the command line, and I wanted to install it such that a user could select some files in Explorer, then SendTo the utility. If I manually create a shortcut in my Documents and Settings\ username \SendTo folder, it works like a charm. But others are going to be using this as well, and I wanted to automate creating that shortcut as part of the setu...
password char question (3 replies)
microsoft.public.dotnet.framework.setup
When using a Textbox dialog in a deployment project is there anyway to have the user entered text be password characters. link to Textbox dialogs... http://msdn.microsoft.com/library/default.asp?url /library/en us/vsintro7/html/vxcontextboxesuserinterfacedialogbox.asp I don't see any way to do this...I was curious if anyone else knew of a way... Thanks James
Windows Service (2 replies)
microsoft.public.dotnet.framework.setup
TWIMC: I cannot uninstall a Windows Service that I wrote. A System.FileIO exception is thrown when I select the remove option from Add/Remove Programs in Control Panel. My question is this: Does anyone have instructions for manually removing a service?
Deploying Multiple Projects in One Solution (2 replies, VIP)
microsoft.public.dotnet.framework.setup
Hi, I'm relatively new to .net and the setup project. But I've got a solution with 2 projects. These projects are similar and currently my setup project (3rd project in the solution) installs both of them. I tried splitting this into multiple solutions (each with its own setup project). But then only one of these projects can be installed. So when I try to install the second project it removes the...
writing in config file, and registry during setup (3 replies)
microsoft.public.dotnet.framework.setup
Hi, In my setup project , I prompt the user to enter values, than i want to use these values to write in the registry and in the config file. now, I know that I can write in regestry using the registry editor, but how can I write the values entered by the user ??? same thing for how to write in the config file. can i do this in design without writing a code ? till now, the only solution i have in ...
How do I initiate a reboot from a .NET setup app? (4 replies)
microsoft.public.dotnet.framework.setup
Do I use some sort of Custom Action and if so how??
VS.NET & VS.NET 2003 (2 replies, VIP)
microsoft.public.dotnet.framework.setup
I am planning to have both versions on my laptop. Have anyone ever experienced any issues with this? Thanks.
Add Newly Installed App to the Startup Folder (2 replies)
microsoft.public.dotnet.framework.setup
To All: How do I modify my setup project to ensure the exe is added to the client startup folder? A link to written documentation would be helpful. Thanks. r
error 1935 installing framework (5 replies, VIP)
microsoft.public.dotnet.framework.setup
Was wondering if someone whould know whats going on I have installed Windows XP about month or so ago and have been having few problems which I have been working through (autorun on cd not autorunning, not detecting ISA modem can't install at all) but my major problem at this time is the dot Net Framework. I had this running on XP at first and when I did a repair install to try to fix the Modem pr...
Registry vs. Config File (3 replies)
microsoft.public.dotnet.framework.setup
Hi, I have an application with a few settings that need to be external. I understand I can do it a few different ways, including using the registry or an app.config fie. Can anyone offer any recommendations as to when it's best to use one or the other? What are the advantages and disadvantages of each? Thanks!
Can you activate a custom action before uninstall delete all files ? (3 replies)
microsoft.public.dotnet.framework.setup
And if yes how ? Thanks Per Thygesen
INSTALLPROPERTY_INSTALLDATE (2 replies, VIP)
microsoft.public.dotnet.framework.setup
The property INSTALLPROPERTY INSTALLDATE used together with MsiGetProductInfo returns a string version of a date. Is this date always formatted as YYYYMMDD or is it localized? /SåA
dotnet framework SDK not installing (2 replies)
microsoft.public.dotnet.framework.setup
I have the Net Framework 1.1 installed and working on Win2k SP2 OS. Now i downloaded the SDK off MS site and i put the setup.exe on a separate parition so as not to eat space on the partition it gonna be installed which has about 1.1GB of free space. When setup display the final windows where progress bar should appear i get a message telling that there is not enough space on the disk after the pr...
after launch conditions (10 replies)
microsoft.public.dotnet.framework.setup
Hi all, I have created a setup project that contains launch conditions for ie5, mdsc and the .net framework and given the directory where these can be installed from (on the CD) if not found. The launch conditions all work ok but I was wondering if it was possible for the setup to continue after installing one of these if it didn't find it. For axample, if it does not find the framework, it instal...
Using a Stream to Download Excel Files (5 replies, VIP)
microsoft.public.dotnet.framework.setup
I need a functionality where my clients download Excel files and after they do, I do some processing. Downloading is easily achieved using a anchor or hyperlink tag, but that does not give me the full functionality I am after. So, I came up with a way to download the files using a stream but after I download the file and try to open it in Excel I get garbage. This is the code I use for the downloa...
DotNet Framework installing but not wanted (App Installer) (2 replies)
microsoft.public.dotnet.framework.setup
I have an application that I'm creating the installer for. The app is built using Visual Studio 2003 .Net, but I am not using anything ".NET". It is just a simple C application. When I build my setup.exe (using InstallShield Express 5.0), the log file reports the following line: "Adding Microsoft(R) .NET Framework redistributables to setup..." When my users install my application, the installer is...
compiling upon installation (2 replies)
microsoft.public.dotnet.framework.setup
Hi, I was under the impression, from books that I have read, that you could develop software in .NET and somehow instruct the installer to actually compile to native code one time only... then, as opposed to having to JIT compile the app every time it runs, the user would experience the hit one time during the installation, and invisible to the user, the setup program would compile the app and ins...
Web Setup Project (3 replies)
microsoft.public.dotnet.framework.setup
I work for a web development company doing custom E commerce sites. I created a shopping cart module which is supposed to be used as a base when starting a project for a new customer and contains all core functions and template pages already created that are common to all Shopping Carts we develop. I created a Web Setup Project to copy all the source files of my module to the new virtual directory...
install problems with net 1.1 and Windows XP (2 replies, VIP)
microsoft.public.dotnet.framework.setup
I'm having problems installing .Net 1.1 and Visual Studio.net 2003 on a Windows XP box. The machine already has .Net 1.0 and Visual Studio 2002 installed. Following is a snipped of text from my netfx.log which seems to highlight the source of the problem: 1: {CB2F7EDD 9D1F 43C1 90FC 4F52EAE172A1} 2: {29A3C191 6EA4 450C B089 A37C6D441FF0} 3: RegCode.dll\Regcode,Version "1.0.5000.0",PublicKeyToken "...
Installed Framework 1.1, what next (3 replies)
microsoft.public.dotnet.framework.setup
The installation went fine, the files are under C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 What do I need to do to 'active' it. Everything else is still pointing to v1.0.3705, including the environment variables. Did not install VS 2003, only need framework update at this time. There is a way to point to the new framework, right?
can't install framework 1.1 (2 replies, VIP)
microsoft.public.dotnet.framework.setup
hi I am having trouble installing .net framework 1.1 on my home system. I am of course the system admin for my computer and am running winxp pro SP1. I keep getting error 1304:error writing to microsoft.vsa.dll. Verify you have access to that directory. Anyone know what is causing this? Thx, Jon
.Net Framework Reinstallation (2 replies, VIP)
microsoft.public.dotnet.framework.setup
I am running Windows 2000 Pro and need to reinstall the .Net Framework 1.1 but I don't know how to go about it. Can anyone enlighten me about this?
detecting .net framework 1.1 (3 replies, VIP)
microsoft.public.dotnet.framework.setup
Hi, is there a best practice way of detecting whether the .net framework is installed. The best way I have found so far is checking for a file (regasm.exe) on a hard coded path... The registry doesn't give anything away... Help!
.net framework not installing (3 replies, VIP)
microsoft.public.dotnet.framework.setup
My OS is Win2k Pro. I did a windows update and tried to download and install the .net framework.. it downloaded the complete installable and during the installation, the program stopped responding. so i shut down and restarted my machine and Ran th einstallable again manually.. again it ran for a while and then came to a point where it said, registering some DLL and then my machine stopped respond...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification