all groups > dotnet setup > december 2003 > threads for december 29 - 31, 2003
Filter by week: 1 2 3 4 5
DotNet Framework installing but not wanted (App Installer)
Posted by Dan Baker at 12/30/2003 3:47:48 PM
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 Mic... more >>
Size of .Net framework
Posted by STom at 12/30/2003 3:46:34 PM
When installing the .Net framework on a machine that does not currently have
it, what can I expect in regard to:
1. installation file size
2. footprint on machine that it is installed on
Where can I find an installation file for it?
Thanks.
STom
... more >>
Install a Windows Fi#orms Application
Posted by Mike Parris at 12/30/2003 2:56:21 PM
How do I build a setup application where the user runs one application, say "Setup.exe" which takes care of all requirements?
I want to allow users to do a simple install, where the install application takes care of any required upgrade to MDAC, IE and loads Dotnetfx as required, and then copies ... more >>
Cannot install Framwork 1.1
Posted by Wayne Gore at 12/30/2003 1:08:29 AM
Hi
I'm trying to install .NET Framwork 1.1 on a Windows 2000
Professional computer.
The computer has all the latest service packs and security
fixes.
I downloaded a file from microsofts homepage
called "dotnetfx.exe" but when i try to install it I
receive a prompt saying "Microsoft .N... more >>
Debug mode for Installer custom action class
Posted by boble at 12/29/2003 3:24:49 PM
Hi All,
Sure I'm missing something but I can not find legal a way to debug an
installer custom action class. When I'm running setup my action is executed,
but how to put a breakpoint in it?
Of course, I can emulate a call to
public override void Install(IDictionary stateSaver)
and other me... more >>
Using a Stream to Download Excel Files
Posted by Ali at 12/29/2003 2:55:59 PM
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 aft... more >>
|