Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




Install Program


I have my VB program created, but I know VB can create an install program.. "premade for you" how do I create it with this projct I have so, pretty much I want this program to have an install program.

thanks.




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
A Simple Install Program That Install Ocx And Register Them??
Hi Guys...
this ocx and registering thing making my head
all i want is a simple setup program that i can exemple put in it 4 ocx files(just ocx and no exe)
and the setup program install them to the system directory exemple and register them and all..
note:if there is one that don't next>next>next>
it will be better if i can just click install and do the work..
like in the msagent setup if you know it..
(if you say why does this guy talk like that..well..my english is week )

After Vb6 Install On Vista, Running The Vb6 App Starts A Setup Program For Another Program
This is a odd deal, i kinda remember it happening on a win2000 computer, and i've search on here to no avail.

What is happening is after I install my vb6 application on Vista business OS that was packaged on a windows 2000 professional OS it installs fine
but when I dbl click to start the application it fires off a setup program for autocad 2008 ( which was just installed on the vista OS)..... If i hit cancel
on the setup of this the vb6 application starts up and runs...

I'm thinking that it's somehow related to the setup program and how it stores it's temp files in some directory and somehow the OS is associating
the vb6 app.exe with the setup folder and the setup folder is used by "most" applications when they are installed... its quite confusing to me..


This ring a bell for anyone? I'm thinking of going to the package deployment and see what folders are used and see if i can change the dir names.. etc..

Thanks for any help here.!

Rob



Edited by - rburn2 on 4/20/2007 11:55:12 AM

Install Program Bug???
Hi,

I created my package and setup program.
I distributed it to some users.
Now I made some adjustments and wanted to
release a new version of the program.
I created a new packege... set program... the works.
But now there's a problem !!!

When they install the new package without
uninstalling the previouse everything is adjusted
except the most important part... the executable...

How can I make this work?

Install Program
I heard a rumor that VB 6.0 came with an install program (a program that will make installs fro the programs you make). if so how can I take advantage of this? also during the install I have to make all the componets the program needs register like winsock??

JOhn

Other Install Program
I did search on this one....but I didn't get the result I was looking for....but here it is, like so many before I'm sure....

Is there an affordable alternative to Install Shield? I cannot afford that at all....and for what you pay for Visual Studio 6, its installer should be better !

Thanks !
ErocM

Install Program
hi!

i've just finished a VB6 program. This program needs to be installed with it MDAC, JET and one DLL.
well, i can't tell my client to install all those files and then the program. it would be crazy.
does any of you guys know of a program that can put all these four EXE into just one?

VB6 .exe Trying To Install A Different Program
I have an .exe program that was created in VB6. When I try to run the .exe, it tries to install ExpertCAD, a drafting program. There should be no reason ExpertCAD needs to run for this program. Does anyone know what I need to do to fix this?

The other weird thing is that ExpertCAD is already installed on my system so it does not need to install but that is what is trying to happen. (the reason I didn't post the code is that it is very extensive)

Program Will Not Install On NT Or ME
I have a vb6 program that installs just fine on PC's with windows 98 or lower, but will not install on NT or ME. The error I get when running setup says that some system files need to be updated before running setup...when I choose yes to update the system files, it reboots the computer, gives a DOS message that the system files are being updated, but does not actually update the necessary files. Has anyone seen this before?

VB6 .exe Trying To Install A Different Program
I have an .exe program that was created in VB6. When I try to run the .exe, it tries to install ExpertCAD, a drafting program. There should be no reason ExpertCAD needs to run for this program. Does anyone know what I need to do to fix this?

The other weird thing is that ExpertCAD is already installed on my system so it does not need to install but that is what is trying to happen. (the reason I didn't post the code is that it is very extensive)

My Install Program Needs What?
I have an application thats uses an Access DB. If I send the install file I created to my friend he can't do anything with the DB. The application crashes when he tries to do anything with the DB. I know the DB is in the right place but am I missing any files in the install




; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
AppName=Home Salon Organizer (No Reports)
AppVerName=HomeSalonOrganizer_NoReports
AppPublisher=MikColTech Inc.
AppPublisherURL=www.mikcoltech.com
AppSupportURL=www.mikcoltech.com
AppUpdatesURL=www.mikcoltech.com
DefaultDirName={pf}Home Salon Organizer (No Reports)
DefaultGroupName=Home Salon Organizer (No Reports)
Compression=lzma
SolidCompression=yes

[Tasks]
Name: VB6RT; Description: Visual Basic Runtime 6.0; Flags: checkedonce
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
; START VISUAL BASIC
Source: "C:WINDOWSsystem32stdole32.tlb"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
Source: "C:WINDOWSServicePackFilesi386MSVBVM60.dll"; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall sharedfile regserver; Tasks: VB6RT
Source: "C:Program FilesCommon FilesMicrosoft SharedDAOdao360.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
Source: "C:Program FilesCommon FilesSystemadomsadox.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
Source: "C:Program FilesMicrosoft OfficeOffice10MSACC.OLB"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonInstall files
dchost.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
Source: "C:Program FilesCommon FilesSystemadomsado10.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
Source: "C:Program FilesMicrosoft OfficeOffice10MSCAL.OCX"; CopyMode: alwaysskipifsameorolder; DestDir: "{app}"; Flags: restartreplace sharedfile regserver
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonInstall filesMSFLXGRD.OCX"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonInstall filesMSDATGRD.OCX"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonInstall filesMSCOMM32.OCX"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonInstall filesCOMCT332.OCX"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "C:Program FilesMicrosoft Visual StudioVB98WizardsFLEXWIZ.OCX"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonInstall filesMSCOMCT2.OCX"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonInstall filesTABCTL32.OCX"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
; END VISUAL BASIC
Source: "C:Documents and SettingsMike HochwaldDesktopHomeSalonOrganizer_NoReports.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonVBDBMiniSalonOrganizer.mdb"; DestDir: "{app}DB"; Flags: ignoreversion
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonVBDefaultFilesDefaultLogo.bmp"; DestDir: "{app}DefaultFiles"; Flags: ignoreversion
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechSmallSalonVBDefaultFilesPictureHere.JPG"; DestDir: "{app}DefaultFiles"; Flags: ignoreversion
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechCustom ControlsHSOHSOButtonMain.ocx"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "D:F_MyDocuments BackupMy DocumentsMikColTechCustom ControlsHSOHSOButtonSecondary.ocx"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}Home Salon Organizer"; Filename: "{app}HomeSalonOrganizer_NoReports.exe"
Name: "{userdesktop}Home Salon Organizer"; Filename: "{app}HomeSalonOrganizer_NoReports.exe"; Tasks: desktopicon

[Run]
Filename: "{app}HomeSalonOrganizer_NoReports.exe"; Description: "{cm:LaunchProgram,Home Salon Organizer (No Reports)}"; Flags: nowait postinstall skipifsilent



There it is. Please hoffer your opinions

Install Program
During installation of my program I need to make some changes to the system settings within IIS..

Is there a simple way of identifying what needs to change (I guess in the registry) so I can programmatically do this?

Thanks

Install Program
hi!

i've just finished a VB6 program. This program needs to be installed with it MDAC, JET and one DLL.
well, i can't tell my client to install all those files and then the program. it would be crazy. :Sick:
does any of you guys know of a program that can put all these four EXE into just one?

Install Program
I upgrade my vb5 program from Access 97 to Access 2000. The new program runs perfectly from my develop xp machine. But when I use InstallShiled to distribute it to a fresh client machine ( xp also) and run the program, I get error 50003, "upexpected error" at the very beginning of the program. I guess I must missed some Access 2000 dlls.

Can somebody tell me what dlls should I install when distribute Access 2000?

Install Program
I have a vb5 program with dao360 and access 2000. It works ok on my machine. After I install to client 98 machine and run it, I get error 50003.

I create my install program using installShield. Can somebody tell me how to distribute access 2000 and dao360?

Install Uses DAO, But Not In Program?
when I run the PDW to create an installation program
it syas I am using DAO and prompts to include on of the
dtabase drivers (jet, etc).
BUT
my program does no do any dbase code, nor controls.
I use only:
Mscomm control 6.0
Catalyst Remote access dialer 3.6
MS RTF box
MS tabbed dialog box
MS win common controls 6.0 sp4
MS Winsock 6.0 sp5


How can I find out which control is requiring (or thinks it needs) the DAO?

Install Program
I made an app that works great on my machince but when I install it on other machinens I get errors while running the app.

I think it is becasue I am not suppling a dll or other component properly. I used ISTool with Inno Setup to make my install program.

I looked at the references and components that my project used and made sure they were included.

If anyone is familair with Inno setup I would appreiciate you taking a look at this script:

[Files]
Source: C:WINDOWSDesktopvbprojectCelestial_Heir.exe; DestDir: {app}
Source: C:WINDOWSDesktopmediaintro.avi; DestDir: {app}media
Source: C:WINDOWSDesktopmediacel.avi; DestDir: {app}media
Source: C:WINDOWSDesktopmediaqbg.wav; DestDir: {app}media
Source: C:WINDOWSDesktopmediacorrect.wav; DestDir: {app}media
Source: C:WINDOWSDesktopmedialifetime.wav; DestDir: {app}media
Source: C:WINDOWSDesktopmediafa.wav; DestDir: {app}media
Source: C:WINDOWSDesktopmedia imesup.wav; DestDir: {app}media
Source: C:WINDOWSDesktopmediastart-end.wav; DestDir: {app}media
Source: C:WINDOWSDesktopmediamz.dat; DestDir: {app}media
Source: C:WINDOWSDesktopQPacksDefaultmed.dat; DestDir: {app}QPacksDefault
Source: C:WINDOWSDesktopQPacksDefaulteg.dat; DestDir: {app}QPacksDefault
Source: C:WINDOWSDesktopQPacksDefaultadv.dat; DestDir: {app}QPacksDefault
Source: C:WINDOWSDesktopQPacksDefaultfoe.dat; DestDir: {app}QPacksDefault
Source: C:WINDOWSDesktopQPacksDefault ru.dat; DestDir: {app}QPacksDefault
Source: C:WINDOWSSYSTEMSTDOLE2.TLB; DestDir: {sys}; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMMSVBVM60.dll; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMOleAut32.dll; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMOlePro32.dll; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMAsycFilt.dll; DestDir: {sys};
Source: C:WINDOWSSYSTEMCtl3d32.dll; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMComCat.dll; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMCOMCTL32.OCX; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMCOMCT232.OCX; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMCOMCT332.OCX; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMMSCOMCT2.OCX; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSSYSTEMMSDXM.OCX; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:Program FilesCommon FilesSYSTEMADOmsado15.dll; DestDir: {sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:Program FilesMicrosoft Visual StudioVB98VB6.OLB; DestDir:{sys}; Flags: regserver; CopyMode: alwaysskipifsameorolder
Source: C:WINDOWSFONTSARIALN.TTF; DestDir: {fonts}; CopyMode: onlyifdoesntexist

[Icons]
Name: {group}Celestial Heir; Filename: {app}Celestial_Heir.exe
Name: {userdesktop}Celestial Heir; Filename: {app}Celestial_Heir.exe

[Dirs]
Name: {app}media; Flags: uninsalwaysuninstall
Name: {app}QPacks; Flags: uninsalwaysuninstall
Name: {app}QPacksDefault; Flags: uninsalwaysuninstall

[Setup]
AppCopyright=Copyright © 2000 Krutsch's Kreations
AppName=Celestial Heir
AppVerName=Celestial Heir 1.0
DefaultDirName={pf}Celestial Heir
DefaultGroupName=Celestial Heir
AdminPrivilegesRequired=true
CompressLevel=9
AlwaysRestart=false
AlwaysUsePersonalGroup=true
BackColor=clGreen
AlwaysCreateUninstallIcon=true
UninstallIconName=Uninstall
DisableDirPage=true
DisableProgramGroupPage=true
MinVersion=4.0.950,4.0.1381
UninstallDisplayIcon={app}Celestial_Heir.exe
UninstallDisplayName=Uninstall
DisableStartupPrompt=true
BackColorDirection=lefttoright

[_ISTool]
EnableISX=false

Install Program
Hai,

    Experts please notice.
    I have a problem,
        From my web page i want to accees the skaner or web cam connected to the client machine which is accessing the web page. If the skanner is doing any skanning process, i want to upload the photo to some where in the server. I have permission to install dll or exe in the client machine. Do any body have any idea about this situation.

any kinds of ideas are accepted.

mail me personaly or to this forum.
my mail id is :maya_nair006@yahoo.co.in

please help me.

Install Program
Does anyone knows how to create an install program for a VB.exe?

Install Program That Uses ADO And/or MSXML
Hey everyone,

I wrote a program in VB that uses a database and later maybe a XML file. So I am using ADO db controls and later MSXML for xml parsing.
Now, the point of my program is mobility, since it's run from a USB drive on computers that users don't necessarily have admin rights on.
So far, with just the ADO database, it works fine on all computers I have tested it on, but I was wondering what I had to do to use the MSXML libraries. Is there a way to include them in my .exe so users don't have to install anything?

Thank you!

Christoph

Install Program On A Non-Admin PC
I usually don't need to install my program at all. It was just a simple exe file that will run on its own. But I have added other things now like a RichTextBox which requires the comdlg32.ocx file.

How can I run my program on a non-Admin PC? I tried extracting all the required files and my program to the same folder but that didn't work. I can't copy anything into the system32 folder because I'm not an Admin in this school computer. But I do see that comdlg32.ocx is in the system folder already. Is there any way around this? I can't register the dll/ocx file either since I'm not an admin.

There's no way to incorporate the dll/ocx files directly into an exe, is there?

Thanks.

Problem When I Install A Program
my english is not good, so i´m sorry for that.
My problem is when i try to install a program that
i made, because when i execute it, it sends me
the next message "Insert disk 1" an another :"Can not find c:myprogram.cab". Insert disk
, and when
i package it i select the option : in one archive cab
and the archive is there





pd. thanks for this forum, it had help me a lot

Making An Install Program
How do I make an install program?

It needs to put my program on the C: drive
and make it run every time someone logs into the computer
or have it running since the copmuter starts, and stay running
until the computer shuts down, including through logins and logouts

Install Of Program And MDAC
*sigh*

Okay, I am having lots of problems in getting my vb6 install to work. In the end, that's all I want, is the program installation to work.

After a lot of work on a clean machine, if I install the mdac by hand and then use the install created by VS Installer, the program works. I didn't want to have this be a manual two step process, though. So, I decided to try and create an install that automatically installs the MDAC.

I couldn't even find a way to tell the VS Installer to run MDAC. Would this be the easiest? If so, how do I do it?

I tried to get an Inno Install running and found this site

http://www.jrsoftware.org/iskb-attac..._DCOM_MDAC.iss

on how to install the mdac but it didn't work. I peeled off everything except the needed mdac items and it doesn't do anything during the install.

Does anyone know how to do this? Any ideas? Anything I might try?

I merely want my program to work!

Thanks for any help! I appreciate it!

edg

How To Install And Run A Program On Other Computers?
Hi experts,

I packaged my program with Inno Setup. Prior to that, I used the P&D Wizard so as to make sure I got all dependant files, including vb6 runtime files. I installed it on my computer and the program worked fine. I also have no problem with the installation process when I installed it on my friend's computer. The problem, however, is that I can't run the program on his computer.

Do I miss something or need to do something to registry? Could anybody show me how to sort it out?

Thanks a lot,

Secure Program For One Install
Suggestion on making it where a program can only be installed once and maybe every time that the Program is installed it will send me an Email and Code Key so that I know which ones are being passed around and then at that time I could somehow cancel that program.

Maybe I could have an update option and then it would check and if there are multiple macs then would set program to remove itself.

Or I could just install a trial version and all is good just have it remove itself in a set amount of time. Losing All data they saved on program each time.

Dont know suggestions will be great.

Making An Install Program
Hello,

I wanted to know if its possible to make a Installation program with Visual Basic. I think it is, but can anyone help me with it...
You gotta store the files into the .exe and then unpack em and such x_x plz help =)

--Death Warrior

Program To Automate Install
Hey Guys,

I need to make a program that will automatically install other programs such as winzip, winamp, realplayer, etc. Is there anyway of using visual basic to simulate a user clicking the OK and next buttons of the install program? If so if anyone could help me or point in the direction of source code or tutorial it would be greatly appreciated. Even if you could tell me if it was even possible to do this.

mike

Making An Install Program.
Hi, Im fairly new to VB. Ive made a few small programs using it. But this is my biggest yet. Im trying to make an install program. A program that basicly has the files in it and installs them to a spot on the a drive of the useres choice. So far I have got all the interface pages done and the 'back' and 'next' buttons linked between them. Has this ever been done? Does anyone know of any example codes that would go with this type of program? Right now Im stuck at the part where a user can specify the spot they want the files to install into. A nudge in the right dirrection would appreciated. Mebbe someone can give me a brief walkthrough here?

Any help is much appreciated.

Thank you.

Limit Install For Program In Cd
Hi my friends
i buy many day ego and once install in my computer and todaty wanted install for friend computer but message with msgbox .
this program once install in a computer and you can install same computer(my computer) ! how is create this program and limit and what is that sourse code in vb6 ?
Explanation : my software is not connect to server and internet
and not have a hardware lock . no cd Rw . please help me thanks
reza s

Install Messed Up Other Program....
We have a purchased program called Yardi that we have installed on one of our servers that remote offices can remote in and connect to using Citrix. This was working fine until I installed a custom vb6 program on the server. Now, when people try to log in it does not launch the Yardi program. When they click on the icon, it launches citrix and looks like it is going to connect to Yardi, but it just fades away and never launches the program. When the custom program was installed on the c drive of individual computers, Yardi was never affected. The really strange thing is that two of our network admins who have administrator rights were able to launch the Yardi program remotely through Citrix.

Info: Yardi program has an Oracle database (possibly made in VB but not sure). Custom program has an Access database.

We have tried uninstalling and reinstalling all the programs and nothing seems to work. Does anyone have any ideas at all? Any ideas are welcome, we are at a loss over here.

Thank you,
Chrissy

Should I Install DLLs With My Program?
I just discovered the Inno Setup installer after having used the Package and Deplyment wizard for a while. The thing I am concerned about is DLLs.

The Package and Deployment Wizard packages the DLLs with the .CAB. I am not using any special ones, but I don't know if I can be sure that the DLLs I am using come standard on XP or if I have them because of other programs or because I have VB installed.

My quesiton is: should I use the package and deployment wizard to collect all the DLLs and then add them to my Inno installer script or just not worry about it? Or does anyone have any other suggestions.

Install A Program Along With MSDE
Does any one know if any installer program (i.e., Wise, INNO, etc.) can silently install MSDE during the install procedure?

Thanks in advance!

Program Install Location
Greetings and Salutations,


When I install a package using an MSI file it does not note the install folder name. There is a registry key for the location but it is blank.

I need to know where the the program was actually installed. Can anyone tell me?

Problem To Install Vb Program
I create a VB program setup in windows XP. and i copy the setup file to Win 98 and it work well.

but when i copy to Win Me. it always come out this problem.

'Setup cannot continue because some sytem files are out of date on your system. Click OK if you would like setup to update these these files for you now. You will need to restart windows to run setup again'.

However, when i restart windows i get the same message.


anyone can help me.
thank alot alot...........

How Do I Make An Install Program
Does anyone know how I can make it so that when you click on an icon for a program i have created it first installs a .DLL file to the system file before running the program.

Any help would be greatly appreciated.

Free Install Program
I just installed a program that used this installer. Worked well, and the GUI looked cool.

http://www.nullsoft.com/free/nsis/

Install Problem In My Program...
Hi,

I recentlly wrote a program in vb6 (this prog. open draws).

With the "Package & Deployment" I made an installation files.

For testing I installed the program in few computers (win 95/98) and it works fine !

I was requested to install the program on a pIII 600 laptop with win 95 - after the installation that worked perfectlly fine ! , I run the program but than the message : "class does not support automation... " poped up and the program shuts down - it's happens every time I try to run the program.


If someone can tell me what this message means , and what to do I'll be thankfull.


Thanks in advance , Moyalt.

Install VB Program On Various Computers
I have created a phone directory program and I am now ready to put it on other computers. Is there an easy way to do this? When I have tried to put other VB programs on other computers I keep getting asked for tons of DLL files. Can anyone help?

Thanks

Program Install On Win2k And NT
I have written a program which monitors network packets and displays them in a list box. I created the .exe using the development wizard.

The program will run on any machine using win95 but will not run on NT or 2000 properly. The program starts and seems to run fine but will not put data into the listbox. As anyone come across thisprogram and if so what is the answer.

Many Thanks

Please Help With VB6 Program Install Problem.
I recently made a program in VB6, everything compiled fine and works as exe on my machine. But when packaged and then attempted to be installed on any computer it gives an error (sometimes three in a row, entailing a “warning” description) and then asks the system to restart before installing my program. After the restart the program will install and works fine.

My program consists of only one ocx. which is a systems tray ocx. it is only one form with one webbrowser. And within the code I have ping, and a write to start up menu" code.

My question is, how do I eliminate the restart, I feel that this would deter most people from using my program....I have tried to search deja.com and all of Microsoft and I have not been able to find anything that could be of assistance. If anyone knows what I could try or has had a similar problem please let me know.

Thank you,
Tom

Make Install Program
i want to make install application to disk 1.44
application was develop to vb6
now i user installshield express 2.11 but after i make install finish, i bring diskkett install to another computer and test program run application it error "ADO CAN NOT FIND" can help me

Why Wont VB Program Install In ME
I created a VB-6 program and the distribution installs in 98 and XP but does not install in ME.

Several people have told me they get the error message .. setup can not continue, system file are out of date.

They say their hard drives are not partitioned.

I am using VB-6 with SP-3

Any suggestions ?

jerry
email@removed

AutoRun CD W/ Install Program
How can I create a CD with an autorun file that opens a window to install various .exe files? I guess what I want is something like when you load games onto your computer. You stick the CD in and a graphical window pops up with an install button, a view contents button, and a credits button. Can someone help?

Who Knows How To Use VB To Write An Application Install Program??
Hi,

Anyone knows how to use VB to write an install program?? Thanks

paul

Need Help Creating A Good Install Program!
I am a semi-newbie to VB. I need to make a professional install program. How do I make an install program that installs all the correct files. I used the P&D wizard and looked at the support files it used and found all the files, but is that the exact amount of files that I need to include in an install program to mass deploy this application?

Are there any documents on the web for the best way to deploy a VB6 application?

Thanks

Question About Making An Install Program.
I have this 2d engine dll, than I am basing my games off of.... here is my question how can I export this dll, in a program that will extract it and register it for the user... this way when I have different versions created they can just load the current version and install it.

OK Something Wired When I Start My Program When I Install It LOOK HERE
OK when i sucessfully installed my program and everything

I started it up and guess what

It came up in a CMD Prompt instead of a GUI ***

Where are my forms and crap.

Unable To Install My VB Program To Office
I have created a .dll file, which will add some new command bars to Word. I create an installation program to install this file. It works fine all the time....

However, I accidentally close Words in "task manager" while word is processing. When I reopen it, the commandbar disappeared. I tried to uninstall my program and re-install it again, but probelm can't be solved....... I also tried to delete Normal.dot, but this doesn't help also......

Do you know what's happened?

Program Doesn't Run Very Well Because Of Install Error
there is a problem during the installation of my program
that causes some troubles in the program itself

*** ERROR: No entrypoint for DllRegisterServer() was found in 'C:WINDOWSSystem32msado20.tlb'
*** DURING THIS ACTION: DllSelfRegister: "C:WINDOWSSystem32msado20.tlb"

*** ERROR: An error occurred while registering the file 'C:WINDOWSSystem32msado20.tlb'
*** ERROR: (User Responded with 'Ignore')
*** DURING THIS ACTION: DllSelfRegister: "C:WINDOWSSystem32msado20.tlb"

do you know how to solve this?

Thx in advance
Greetz
Davy

Copyright © 2005-08 www.BigResource.com, All rights reserved