Web Deployment w/ Bootstrapper Plug-in

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been following the directions from MSDN "Using Visual Studio .NET 2003 to Redistribute the .Net Framework" in efforts to detect and install MDAC and the .NET Framework and then my application.

I'm using the Bootstrapper Plug-in.
Attempting to deploy on Windows 98 with IE 6.

On my Development PC, I've copied all of the Setup Files to an IIS Virtual Directory and have created a webpage with a button directing to the Setup.exe.

I receive the File Download Dialog and click open at which time I receive the following error message:

"An error occured while parsing installer settings file 'C:\WINDOWS\TEMPORARY INTERNET\CONTENT.IE5\6CZ5J2LR\config.ini' or the file could not be located"

Can somebody tell me what step or concept I'm missing.

TIA
 
The MSDN bootstrapper isn't designed to run over the web. The files all
need to be copied locally.

---
David Guyer - VBQA Deployment Testing
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Thread-Topic: Web Deployment w/ Bootstrapper Plug-in
thread-index: AcQAcPk6GC1YVfRVQ8ibjWIvqNqDjQ==
X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
From: =?Utf-8?B?VGVycnlB?= <[email protected]>
Subject: Web Deployment w/ Bootstrapper Plug-in
Date: Tue, 2 Mar 2004 08:11:09 -0800
Lines: 15
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.windowsforms
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.windowsforms:62944
NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms

I've been following the directions from MSDN "Using Visual Studio .NET
2003 to Redistribute the .Net Framework" in efforts to detect and install
MDAC and the .NET Framework and then my application.

I'm using the Bootstrapper Plug-in.
Attempting to deploy on Windows 98 with IE 6.

On my Development PC, I've copied all of the Setup Files to an IIS Virtual
Directory and have created a webpage with a button directing to the
Setup.exe.

I receive the File Download Dialog and click open at which time I receive
the following error message:

"An error occured while parsing installer settings file
'C:\WINDOWS\TEMPORARY INTERNET\CONTENT.IE5\6CZ5J2LR\config.ini' or the file
could not be located"

Can somebody tell me what step or concept I'm missing.

TIA
 
No matter what I do, I'm getting errors parsing or not being able to find an associated Config.ini

Maybe if I can explain what I'm doing, somebody can point me to the proper documentation..

I created a simple WindowsForms Application
I want to use IIS to deploy it on a Windows 98 Machine that does not have MDAC or the .NET Framework Installed
I need my setup to detect the lack of presence of MDAC and the .NET Framework
I need to install MDAC and .NET Framework automatically from my setup
I then need to install my WindowsForms Application

TI
 
You need to make all files and folders in the Built Output folder
available/copied. I believe a setup.ini or something is also needed.

Better support for that bootstrapper is at:
http://workspaces.gotdotnet.com/vsboot

---
David Guyer - VBQA Deployment Testing
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Thread-Topic: Web Deployment w/ Bootstrapper Plug-in
thread-index: AcQC1CZVGxaIfi83QNy5rtxDS326Bw==
X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
From: =?Utf-8?B?VGVycnlB?= <[email protected]>
References: <[email protected]>
Subject: RE: Web Deployment w/ Bootstrapper Plug-in
Date: Fri, 5 Mar 2004 09:06:07 -0800
Lines: 13
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.windowsforms
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.windowsforms:63206
NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms

No matter what I do, I'm getting errors parsing or not being able to find
an associated Config.ini.

Maybe if I can explain what I'm doing, somebody can point me to the proper
documentation...

I created a simple WindowsForms Application.
I want to use IIS to deploy it on a Windows 98 Machine that does not have
MDAC or the .NET Framework Installed.
I need my setup to detect the lack of presence of MDAC and the .NET
Framework.
I need to install MDAC and .NET Framework automatically from my setup.
I then need to install my WindowsForms Application.

TIA
 
Back
Top