473,786 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deployment Wizards/Wrappers

Hello,
My question is regarding writing installation "wrappers" for .Net projects. I am considering making demos for a software package and handing them out at a conference. Therefore, I won't have any idea whether the end user has the .Net framework, MDAC, or MSDE installed. I want to write an autoexec.exe application to put on the demo CD that will check for these components, and prompt you to install them if necessary, before running the main application deployment package. This will be based on the same concept as the installation wizard that you use when installing VS.Net, where it checks for necessary components first. I know that I need to include dotnetfx, mdac, etc., and I know the switches to use when shelling out the apps. My problem is: I don't know what language to use to write this wizard/app in, and am not very "fluent" in any language other than VB.Net and C#, although I am a little familiar with VB6. I once downloaded a C++ example installation wrapper from Microsoft, but even before I tried to modify it it didn't run. I'm sure that other developers have had to do this before! Does anyone have a project with this in it, or any code, or know any reference sites I could look at? Code would be a plus, as I'm not too familiar with non-.Net languages.

Any help you can give me would be a lifesaver!
Thanks!

------------------------------------
Ben Coats
..Net Developer
Newberry Pathology Associates
Newberry, SC, USA
Nov 20 '05 #1
3 1418
Hi,

http://msdn.microsoft.com/vstudio/do.../bootstrapper/

http://www.microsoft.com/downloads/d...DisplayLang=en

http://support.microsoft.com/default...b;en-us;320788

Ken
--------------------

"Ben Coats" <Be******@discu ssions.microsof t.com> wrote in message
news:DF******** *************** ***********@mic rosoft.com:
Hello,
My question is regarding writing installation "wrappers" for .Net
projects. I am considering making demos for a software package and handing
them out at a conference. Therefore, I won't have any idea whether the end
user has the .Net framework, MDAC, or MSDE installed. I want to write an
autoexec.exe application to put on the demo CD that will check for these
components, and prompt you to install them if necessary, before running the
main application deployment package. This will be based on the same concept
as the installation wizard that you use when installing VS.Net, where it
checks for necessary components first. I know that I need to include
dotnetfx, mdac, etc., and I know the switches to use when shelling out the
apps. My problem is: I don't know what language to use to write this
wizard/app in, and am not very "fluent" in any language other than VB.Net
and C#, although I am a little familiar with VB6. I once downloaded a C++
example installation wrapper from Microsoft, but even before I tried to
modify it it didn't run. I'm sure that other developers have had to do this
before! Does anyone have a project with this in it, or any code, or know
any reference sites I could look at? Code would be a plus, as I'm not too
familiar with non-.Net languages.

Any help you can give me would be a lifesaver!
Thanks!

------------------------------------
Ben Coats
.Net Developer
Newberry Pathology Associates
Newberry, SC, USA


--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 263.1.2 - Release Date: 6/7/2004
Nov 20 '05 #2
Thank you SO much!!

------------------------------------
Ben Coats
..Net Developer
Newberry Pathology Associates
Newberry, SC, USA
"Ken Tucker [MVP]" wrote:
Hi,

http://msdn.microsoft.com/vstudio/do.../bootstrapper/

http://www.microsoft.com/downloads/d...DisplayLang=en

http://support.microsoft.com/default...b;en-us;320788

Ken
--------------------

"Ben Coats" <Be******@discu ssions.microsof t.com> wrote in message
news:DF******** *************** ***********@mic rosoft.com:
Hello,
My question is regarding writing installation "wrappers" for .Net
projects. I am considering making demos for a software package and handing
them out at a conference. Therefore, I won't have any idea whether the end
user has the .Net framework, MDAC, or MSDE installed. I want to write an
autoexec.exe application to put on the demo CD that will check for these
components, and prompt you to install them if necessary, before running the
main application deployment package. This will be based on the same concept
as the installation wizard that you use when installing VS.Net, where it
checks for necessary components first. I know that I need to include
dotnetfx, mdac, etc., and I know the switches to use when shelling out the
apps. My problem is: I don't know what language to use to write this
wizard/app in, and am not very "fluent" in any language other than VB.Net
and C#, although I am a little familiar with VB6. I once downloaded a C++
example installation wrapper from Microsoft, but even before I tried to
modify it it didn't run. I'm sure that other developers have had to do this
before! Does anyone have a project with this in it, or any code, or know
any reference sites I could look at? Code would be a plus, as I'm not too
familiar with non-.Net languages.

Any help you can give me would be a lifesaver!
Thanks!

------------------------------------
Ben Coats
.Net Developer
Newberry Pathology Associates
Newberry, SC, USA


--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 263.1.2 - Release Date: 6/7/2004

Nov 20 '05 #3
* =?Utf-8?B?QmVuIENvYXR z?= <Be******@discu ssions.microsof t.com> scripsit:
My question is regarding writing installation "wrappers" for .Net
projects. I am considering making demos for a software package and
handing them out at a conference. Therefore, I won't have any idea
whether the end user has the .Net framework, MDAC, or MSDE installed.
I want to write an autoexec.exe application to put on the demo CD that
will check for these components, and prompt you to install them if
necessary, before running the main application deployment package.


My FAQ:

Using Visual Studio .NET 2003 to Redistribute the .NET Framework
<URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/vsredistdeploy1 _1.asp>

Plug-In:

<URL:http://groups.google.c om/groups?selm=z2a n4EnoDHA.2012%4 0cpmsftngxa06.p hx.gbl>

Bootstrapper:

<URL:http://msdn.microsoft. com/vstudio/downloads/tools/bootstrapper/>

Microsoft Visual Studio .NET 2003 Bootstrapper Plug-In
<URL:http://www.microsoft.c om/downloads/details.aspx?Fa milyID=627921a0-d9e7-43d6-a293-72f9c370bd19>

<URL:http://workspaces.gotd otnet.com/vsboot/> (old URL)

Download
<URL:http://www.gotdotnet.c om/community/workspaces/newsitem.aspx?i d=2f8f0a23-f529-4158-8e0a-d187d16f41f1&ne wsId=1981>

Framework 1.1:

Redistributing the .NET Framework 1.1
<URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/redistdeploy1_1 .asp>

..NET Framework 1.1 Deployment Guide
<URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/dotnetframedepg uid1_1.asp>

..NET Framework 1.1 Redistributable Prerequisites
<URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/NETFx1Redistreq 1_1.asp>

..NET Framework Redistributable Package 1.1 Technical Reference
<URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/dotnetfxref1_1. asp>

Framework 1.0:

..NET Framework Deployment Guide
<URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/dotnetframedepg uid.asp>

Using Visual Studio .NET to Redistribute the .NET Framework
<URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/vsredistdeploy. asp>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
7664
by: Bob Walpole | last post by:
I am somewhat a novice with vb6 however I have completed a program which needs to be shared by several people if it is to be of major use. I have used the Package and Deploymnet Wizard so that I can distribute it by CD. I have also loaded the program for CD via set up back on to my computer in different directory successfully. However it fails to load onto other computers using windows XP (as is mine) The Program includes DatePicker,...
7
1546
by: Joshua Sprague | last post by:
Recently i tested an application i was developing on another P.C. with the same harware. It was a new P.C. though and did not have the .NET framework installed on it, so i first installed Dotnetfx.exe. When i ran my application i got a few errors about libraries and J-I-T Debugging. Also, registry functions and such did not work. I searched the MSDNKB and google :) and still couldn't find anything that explained how i would go about...
2
1572
by: ronglen | last post by:
I am using MS-Office2000. When I use MSAccess, the wizards do not work. I get the message that they are not installed or are turned off. I have installed all wizards and none appear as disabled. I have removed / reinstalled etc. but the problem persists. I cannot make mailing lists etc. Any ideas?
2
1522
by: worldbadger | last post by:
When I moved my Access 2000 program to Win XP Home, none of the wizards are working. Anyone know why? Since I know it will come up (at least it was the first question Microsoft asked) I do have a legal version of Access 2000 and yes it is registered with MS. All was working just fine under W98. Any help is always appreciated.
5
11166
by: Geri Reshef | last post by:
In the VB6 I used the "Package & Deployment Wizard" to create an installation package. I didn't find the VB.Net equivalent. Does anybody knows where or what is it?
2
1459
by: Jason Huang | last post by:
Hi, I would like to deploy my C# Windows Form application to my client, so that application will show up on the client's My Desktop and Program Files. How to do that? Thanks for help. Jason
0
5205
by: blkwebman | last post by:
I'm trying to create a "standalone" install package (without any of the dialog boxes that a standard setup package would have). I think I understand how to do it in VB6 (using PDCmdLn.exe); I have already researched this subject in the MSDN for VB6. Here is the problem: I'm trying to execute a batch file containing this command and I'm running into a couple of errors. Here is the contents of the batch file: ...
1
6883
by: TC | last post by:
Every time I open my project, I get a warning which says "There are updated custom wrappers available for the following referenced components: Office." When I double-click on the warning, I get a dialog box which says "One or more custom wrappers for COM components have been installed on your machine after you added references to those COM components. These wrappers may provide additional capabilities not offered by the auto-generated...
0
9077
by: adeebraza | last post by:
My Dear, Salman1karim As you have finished your first project in vb6, MS Access 2003 and crystal reports 11 and you want to create setup file. You need Pdcmdln.EXE file to create setup program of VB6 for your project. First of all compile your VB6 Project & Make project EXE file then run the project EXE independently from the Icon. If your project is working perfectly Ok then make a setup file as given below. 1. Collect all the files of your...
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10163
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10108
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8988
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7510
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5397
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5532
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3668
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.