473,811 Members | 3,485 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

setup program


i need a refresher.

i've created setups in the past that don't have the following problem. i
need help remembering the proper settings to correct the problem.

the setup i have includes an installer class which hooks into the after
install event. setup itself installs a main application and a couple of
others that detect the installation and configuration of
applications/components that the main application will use...i.e. msde or
ado or ...etc., etc.... if they are not installed they will be and if they
aren't configured, they will be.

anyway the installer class's after install event shell's out to an exe that
does all of this. everything works fine but, the installer class shows up in
the root application install directory (installer.dll) . in addition to this,
there is another file there called installer.State .

i'd like to keep the functionality that i currently enjoy but not leave such
residue (installer.dll and installer.State ). how do i use the files in the
setup application whilst not leaving them on the hard drive after all is
said and done.

tia,

me
Nov 21 '05 #1
2 1103
Hi,

You can use a merge module to install mdac

http://support.microsoft.com/default...;EN-US;q320788

In general take a look at custom actions to add the functions
you want.

http://msdn.microsoft.com/library/de...stomaction.asp

Ken
----------------------
"" <a@b.com> wrote in message news:lf******** *****@fe06.lga. ..
i need a refresher.

i've created setups in the past that don't have the following problem. i
need help remembering the proper settings to correct the problem.

the setup i have includes an installer class which hooks into the after
install event. setup itself installs a main application and a couple of
others that detect the installation and configuration of
applications/components that the main application will use...i.e. msde or
ado or ...etc., etc.... if they are not installed they will be and if they
aren't configured, they will be.

anyway the installer class's after install event shell's out to an exe that
does all of this. everything works fine but, the installer class shows up in
the root application install directory (installer.dll) . in addition to this,
there is another file there called installer.State .

i'd like to keep the functionality that i currently enjoy but not leave such
residue (installer.dll and installer.State ). how do i use the files in the
setup application whilst not leaving them on the hard drive after all is
said and done.

tia,

me

Nov 21 '05 #2

thanks for the head's up, ken.
"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote in message
news:eQ******** ******@TK2MSFTN GP09.phx.gbl...
| Hi,
|
| You can use a merge module to install mdac
|
| http://support.microsoft.com/default...;EN-US;q320788
|
| In general take a look at custom actions to add the functions
| you want.
|
|
http://msdn.microsoft.com/library/de...stomaction.asp
|
| Ken
| ----------------------
| "" <a@b.com> wrote in message news:lf******** *****@fe06.lga. ..
| i need a refresher.
|
| i've created setups in the past that don't have the following problem. i
| need help remembering the proper settings to correct the problem.
|
| the setup i have includes an installer class which hooks into the after
| install event. setup itself installs a main application and a couple of
| others that detect the installation and configuration of
| applications/components that the main application will use...i.e. msde or
| ado or ...etc., etc.... if they are not installed they will be and if they
| aren't configured, they will be.
|
| anyway the installer class's after install event shell's out to an exe
that
| does all of this. everything works fine but, the installer class shows up
in
| the root application install directory (installer.dll) . in addition to
this,
| there is another file there called installer.State .
|
| i'd like to keep the functionality that i currently enjoy but not leave
such
| residue (installer.dll and installer.State ). how do i use the files in the
| setup application whilst not leaving them on the hard drive after all is
| said and done.
|
| tia,
|
| me
|
|
|
Nov 21 '05 #3

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

Similar topics

5
5659
by: D & J G | last post by:
Hi all I appear to have lost my setup wizard. Is there anywhere that I can download this function (upgrade?) or will I have to re-install the whole of VB6? TIA Don
4
2635
by: Bob | last post by:
Could anyone suggest me some examples/articles on creating a setup program in VS.NET that can install the assembly into the GAC? I have done some search and research myself and have some basic understanding on how to create a setup program. All the articles about Windows Installer 2.0 is the best way to install your assembly into GAC but I haven't found one shows what exactly I need to do differently in my VS.NET setup project in order...
4
4420
by: I_AM_DON_AND_YOU? | last post by:
There is one more problem I am facing but didn't get the solution. In my Setup Program I am not been able to create 2 things (when the program is intalled on the client machine ) : (1) create shortcut to my program/utility (2) Entry in Windows' Start --> Program Menu. Actually in my VB.Net solution I have two projects (1) MYPROGRAM (2) MYPROGRAM_INSTALLER. MYPROGRAM is a "Windows Application". MYPROGRAM_INSTALLER is a "SetUp Wizard"...
3
1165
by: CR | last post by:
To prepare a PC for my .NET apps I have to run mdac_typ.exe, dotnetfx.exe, and .NET setup programs for every application. Since I have around 8 apps this adds up to 10 installs for every pc. Is there an easier way to do this? In VB6 I was able to run 1 setup program and that covered everything. Thanks! Chuck.
7
1712
by: Bob | last post by:
I want my aps to the insalled as was the old way under c:\Program files\Myapp or give the user the choice as before of installing the app in another folder location. That again no longer seems to be the default way things are done when you publish an app in Vs2005, Microsoft has again <GGGG> seen in their infinite wisdom that they needed to build a better mousetrap for us. Now they install app somewhere in the mydocuments folder...
2
5466
by: JM | last post by:
Hi, I have created a windows application which uses Microsoft.mshtml.dll for displaying browser window in the application for showing html. When I am creating a setup program, I have to include Microsoft.mshtml.dll in the Setup project. I am using VS 2003 Setup program and my app is in C#. Now the problem is the size of this dll is around 7.6 MB, so the size of setup program is huge.
0
989
by: slughead | last post by:
people! im new here, please be nice... im having problem with the setup package in my recent project! need help please... i have created setup package to distribute the my software, however, when i started running the setup package program to other machine for distribution, it halts and asks for "...the system not updated reboot to update..." etc or something like that.... so what i did is install the vb application in that machine run...
0
9089
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...
11
1619
by: Matt Fielder | last post by:
I'm writing a new install as a setup and deployment project. I have 3 pre-requisites set in the bootstrapper - Framework V2, SQL Express, Windows Installer 3.1. When the setup is launched, it immediately recognizes which items aren't installed and prompts with the appropriate license agreements for each product needed. What I need is to find a way to inform my users of what is happening before just flashing new EULA's in front of them -...
2
1738
exedotsree
by: exedotsree | last post by:
Hi frnds During setup creation in vb.net, when I add the Project Output to the setup project, it is displaying a message stating as follows... The foll files may have dependencies that cannot be determined automatically.Please confirm that all dependencies have been added to the project. c:\program files\aryah\mscal.ocx c:\program files\aryah\mscomm32.ocx c:\program files\aryah\msflxgrid.ocx c:\program files\aryah\mswinsck.ocx
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10392
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
10403
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
9208
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
7671
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
5555
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
5693
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4341
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3868
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.