Installer Package
What is the best install program for VB6
EGG
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Microsoft Installer Vs. SetUp Package Deploy Wizard: How To Edit Forms In Installer.
I'm using Installer to put together an installation program for an application. I know in the Setup/Package/Deploy Wizard there was a SetUp.vbp that allowed you to actually change the look of the forms and all that but I cannot find a similar project in Microsoft Installation.
In Microsoft Installation I cannot alter the appearance of the form. (I need to left justify a logo) Where is the project that will allow me to make these changes to the forms the user sees while installing the application.
Like I said, I know where that is in SPD wiz but not for Microsoft Installer.
How To Add Another Installer Into My Own Package
I have an already compiled installation program (3rd Party) as an .exe that I want to have called by my own Visual Studio Installer .wip. When my installer completes installing its own files, I need my installer to run this 3rd Party installer. I have never had to do this but I do understand VB and the general functions of the Visual Studio Installer. Any help would be appreciated. FYI - I am using Visual Studio 6.
Add A MSI Package To A New Installer
I created a installer for a project of mine but the project also requires MSXML 4.0 to be installed.
I've added it (msxml.msi) to the files in the installer project but How do I get it to install itself without the user actually having to start it them selves?
Thanks
App Installer Package
Hello together,
Could someone help telling me how to make an Installer package of my VB App that include all needed files to make it run properly on other Windows machines.
Thanks.
Askia.
Including Other Installer Into My Package
Is possible including other installer into my package?, i mean for example, including MSAgent into my application package, in order that when install my app, could install de MSAgent at the same time......(or other app...)
Could Inno Setup do it???
thanks....
Including Additional Installs In Installer Package
I need my user to install MDAC 2.5 on their computer before my main program can install. Is there anyway around this. I'm using visual installer 1.1. Should i just include this on the disk. if so, how would i launch mdac 2.5 before my main prog.
system
---------
xp
visual installer 1.1
How To Make Package With Visual Studio Installer
Earlier I was making my packages with the "Package and deployment wizard" but now it is giving me problems, the window disappears as soon as i click at finish to make the package.
Now I have downloaded Visual Studio Installer but i don't know how to use it? Can someone provide me step by step discription for using VS installer?
Thanks
Visual Installer Vs. Package And Deployment Wizard
I finished my program and I'm ready to deploy it to users. But I'm confused about what the difference is between Visual Installer and Package and Deployment Wizard. Can someone explain? I need to make CDs of my system and mail them.
Robert
Visual Installer - Cannot Delete Files From MSI Package
I have one VB application packed in a MSI installation package creted with Visual Installer.
After having installed the application on the target PC, the user cannot delete nor rename any of the files included in the package, because windows installer tries to restore them next time you start the application.
Some of the files (like sample files, readme etc) are NOT vital and I want them to be freely deletable.
I can't find the property into Visual installer - Vital flag doesn't work- Can anybody help?
Free Package And Deployment Wizard To Inno Setup Script Converter - (Setup/Installer)
********** will take a PDW Setup.lst or a VB Project (.vbp) file and convert it to a simple Inno Setup Script that can be compiled straight away with Inno Setup, with no modifications (if you like) or modify it to include other parameters. It gets you out the gate fast.
Like Inno Setup this utility is totally free.
All who want a copy can download it from:
http://www.***********/downloads.htm
Current Version 1.0.23 - November 3, 2003
Please let me know if this helps and if I can add any features to help the migration. Your request actually get into the software!. Let me know by email if you would like to be on the update mailing list.
email: **********@***********
webpage: http://www.***********/**********/**********.htm
VB6 Wizard Installer. Not Picking Up Files Using Package And Deploy Wizard.
Hope I am in the right place, but I see not section on the VB6 installer Program that comes with vb6 Pro.
All is well, with the exception that it does not pick up all the files in the directory. I cannot believe I have to individually select each file one by one using the add. How do I mark all files for transfer vice adding one by one.. that will take all day..
Thanks Tom
VB Installer (Visual Studio Installer) -Adding File
Hi,
I created my installation package using VB installer.
How to add our company webiste link as menu option in ProgramFiles, just below the shortcut to invoke our application.
I want to have the final links (shortcuts) after running setup on client machine as follows:
ProgramFIles -> OurProject.exe ( this is done automatically)
-> Visit our website ( Should open IE with our website. How to implement this in the VB installation package).
Thanks in advance,
Jagan
Windows Installer / Office 2000 Installer
Hi people:
maybe this is not 100% VB, but i hope somebody can give a clue with this one:
i have a laptop with windows 2000 in an NT network. my user is part of the administrators group.
with my user i install a program X.
when i try to run that pogram, the office 2000 professional installer pops-up, asking me for the CD.
any ideas why this sh*** is happening???
thanks!
Better Installer??? Installshield/Wise Installer
Hey fellas,
Which of the mentioned installers do you people think is the better one???
Which one would be appropriate for me (I develop both database driven applications as well as system utilities.)
Plus, should one go for Windows Installer based install systems???
Thanks,
Creating An MSI Installer - Advanced Installer?
Hi,
I have an application that needs some of the VB6 runtime files (not surprisingly), and some other components (OCX/DLL etc). The full list is as follows:
asycfilt.dll
COMCAT.DLL
dao360.dll
msado25.tlb
MSCAL.OCX
mschrt20.ocx
mscomctl.ocx
MSHFLXGD.OCX
MSSTDFMT.DLL
msvbvm60.dll
MSWINSCK.OCX
MSWORD8.OLB
oleaut32.dll
olepro32.dll
RICHED32.DLL
Richtx32.ocx
stdole2.tlb
VB6STKIT.DLL
I used the ‘Package and Deployment Wizard’ to generate the list of dependencies above and a setup file (along with the associated CAB file and Setup.lst). The setup file seems to work OK (registering the components and installing the application) but I have been asked to make the installer MSI based, so that it can be installed via Active Directory.
So far, the easiest (and possibly cheapest) way of creating an MSI is to use a trial version of ‘Advanced Installer’ by Caphyon. Does anyone have any experience using this package?
I have had a look at ‘Visual Studio Installer’ but I feel completely out of my depth with it – I wouldn’t know where to start. It would be easier if I could tell Visual Studio Installer to convert my setup files from Package and Deployment Wizard to an MSI, but is that possible?
Looking at ‘Advanced Installer’ it seems I need to copy the files to the System32 folder and then set them to ‘autoregister’ – however Caphyon say:
Quote:The self registration method of registering components has many drawbacks (like not being able to roll back the changes if something fails later in the install) and it is against Microsoft guidelines. The preferred way to register a component is to install all its registry keys separately. You can author them in the Registry page.
It seems odd that ‘Advanced Installer’ has no System32 folder by default (but it has a System, System 16 and System 64 option). Also I’m not sure if the auto register will work with tlb or olb files (how should you treat these file types?).
Sorry if this post is a bit rambling – I think I’ll also post about it on the Caphyon website, but I was just wondering if anyone had used ‘Advanced Installer’ or if there was an alternative (but easy) way to create an MSI.
Thanks
Edited by - MegaFelix on 11/3/2005 7:35:11 AM
Package && Deployment Hangs At Loading Package Types
Using VB6 on Vista. I haven't used my package and deployment for a while but today I recompiled my application and tried to ceate a new package for deployment. It got as far as "loading package types..." and quit. I reinstalled the program a couple of times without success. I noticed at the top of my 'Add-in Manager' there is an item that says "<MISSING>AFVBAddinConnect" if that makes any difference. Hopefully, someone has a solution or reason why this is occurring. Thanks.
Jim S.
Edited by - jschuchert on 8/17/2008 7:05:58 AM
Oracle Package.Procedure Works But Package.Function() Does Not ?
Hi,
I am trying to call a function in a package in Oracle, from VB. I am using the traditional ADODB with connection, command and parameter objects. The function has 6 input parameters and it returns a string value.
We have no problems reaching the similar Procedure under a package, but when it comes to accessing the function, it gives errors. I got "no descriptor found", after some changes "object stored Procedure does not exist" .
Any suggestions on how differently to access a function within a package as opposed to a procedure ?
Thanks,
Arch
Edited by - Archvile on 9/14/2004 3:07:01 PM
Package And Deployment Wizard Not Generating Package
Hi,
I am trying to generate a package, for a Visual Basic application I wrote, through the Package and Deployment Wizard utility. PDW seems to work great until it gets to the last step. When I click the "Finish" button, instead of generating the package, with its setup and library files, it bombs out/exits without giving any clue/error message why.
I would appreciate any help you could give me on that.
Thanks,
TM
Package && Deployment No Error But Package Not Create
I tried to package my vb program but after i have completed the package and deployment wizard, the wizard just exited without creating the installation package for me. I have check the folder, it only create the setup folder and support folder without files. please advise what could be wrong.
I have tried using the package and deployment for another VB Project without any problem.
Package 'cannot Find File' - L:Package\@test.exe
Hi,
I created a package for my software (written in VB6), but when I try to install, it tells me that a file: L:Package\@test.exe cannot be found (L:Package is the location of the package). Test.exe is supposed to be built into the package, but I get this error. Also, when it tries to remove the installed files, it just gets stuck and crashes.
Anyone got any ideas? - a quick reply would be greatly appreciated.
How Can I Change The Package Size Of Winsock Package.
I have a satellital connection. That´s requieres one maximun package size, the server send a notification of this to the client, but the client forget this.
I need read this notificartion and change the maximun package size!!
TIA
VB Package Using Package And Deployment Wizard
I am trying to create VB Package using Package and Deployment Wizard.
Earlier I have created Package successfully
But recently I have installed .Net in my system. From onwards I am getting
“The exception unknown software exception (0xc06d007e) occurred in the application at location 0x7c59bbf3” error while creating VB application package. This is coming at the end of process.
But still I am getting Package. But while installing this package this is giving following error.
“The operating system is not presently configured to run this application”.
I have created this package on Win 2000 operating system.
Please help me. This very urgent.
Thanks,
Kumar
Calling An Oracle Package.Procedure Works But Calling A Function In The Package Does Not ?
Hi,
I am trying to call a function in a package in Oracle, from VB. I am using the traditional ADODB with connection, command and parameter objects. The function has 6 input parameters and it returns a string value.
We have no problems reaching the similar Procedure under a package, but when it comes to accessing the function, it gives errors. I got "no descriptor found", after some changes "object stored Procedure does not exist" .
Any suggestions on how differently to access a function within a package as opposed to a procedure ?
Thanks,
Arch
Execte DTS Package From VB Doesn't Run "Execute Package"
Hey!
I am executing a DTS package from VB. This DTS package has an Execute Package task which executes a child package. Or it should do!! When running from Enterprise Manager the two packages run successfully. When I try to execute them from VB it appears to run successfully, but it is only running the top package.
Any ideas?
Install An MSI Package In An MSI Package.
I'm using Microsoft Visual Studio Installer 1.1 which I find easy to use. But unfortunately it's limited. It doesn't have something like installing additional features. And by installing additional features, I mean to say like a prompt for users if MDAC would be installed or something else. I found an article in MSDN which encapsulates the installation of MDAC. Or more to say, run the MDAC_TYP.exe from the MSI package. Now I want to know if there's also a way to run an MSI package included in an MSI package. In other words, run an MSI package (mostly third party) then run my MSI package to install my application. Is this possible?
.ocx Installer
guys,
i made a programm i want to share,
but when i send the file know, he won't work before i send 3 or 4 .ocx files, does anybody has suggestions for making a installer that copies the .ocx's
Installer For Different Exe's
I'm converting an old vb3 application wich consists of a couple of exe's for different tools
The orriginal installer for the program has a form included where the different tools (Exe's) can be selected that user wants installed on his/her computer and some additional data for the database should be filled out on it.
P&D Wiz can't do it. I don't see Visual Studio Installer doing it. Can Inno do it
Or does anyone have a better idea for me?
I Need A Little Help With My Installer...
Ok I am not sure if the installer I have can do this but I would like to change a registry value so that when a certain file type is clicked it will open my program. I can't figure out how to do this through code but I am wondering if my installer can do it for me based on this screen: http://www.zerognetwork.com/~coaster...tallerhelp.JPG If my installer can do this then can some explain to me how I would do it through the options that are listed there.
Thank You
MSI Installer
Hi.
Where I could find some help or a tutorial about to use and create a MSI Installer?
Thanks
Installer
anybody knowwhere i can get a good installer like the ones for office or Act! or quicken.. or the like... I would like to have multiple screen shots of what the program can do..... like PHOTOSHOP...... install. I have Visual Installer 1.1 and whats packed with VB6 but they have many limitations.... and very little splash control....
Installer
hi could any one help me. im looking for a deployment wizard that when it installs a file in a directory, with a file with the same name already in that directory. not to delete the existing file but to rename it to backup or something.
Installer
hello guys...
i just want to know if you could help me how to install our groups work into an installer. thanks...
Installer
Hey.. does anybody here knows how to create a "Setup.exe" for programs created in Visual Basic?
An Installer
hi, man, too man posts tonight...but at least i answered some other peoples posts.
ok, my mate does mods for medal of honour(MOH), and he wants an installer, so that when run, it finds his mod file on the drive u tell it to look, and then puts it in the main MOH directory.
He doesnt have visual basic, so hes used VB in excel to get what he thinks will be the right sort of code to get it working, and then given it to me to check and then make in an exe for him. The thing is i dont really understand this sorta code, and it doesnt seem to work, so i wondered whether any of u lot would know what it is.
Code:
Dim object As String
Dim Destination As String
Dim source As String
Dim path
path = InputBox("Please enter the main directory of the unreal file", "path", "C:")
Set fs = Application.FileSearch
With fs
.LookIn = path
.SearchSubFolders = True
.Filename = "zzuser-moh_vietnam"
If .Execute(SortBy:=msoSortByFileName, _
SortOrder:=msoSortOrderAscending) > 0 Then
MsgBox "File found preparing to install"
For i = 1 To .FoundFiles.Count
MsgBox .FoundFiles(i)
TextBox1 = .FoundFiles(i)
Next i
Else
MsgBox "The file: zzuser-moh_vietnam.pk3 was not found"
End If
End With
If TextBox1 > "" Then
source = TextBox1
filesystemobject = "zzuser-moh_vietnam"
Destination = "C:Program FilesEA GAMESMOHAAmainzzuser-moh_vietnam.pk3"
FileCopy source, Destination
MsgBox "Installation successful"
Else
MsgBox "Please unsure the contents of the zip folder are move into a non compressed folder and the correct path is given."
End If
If u could tell me how to do something basic like this it would be helpful.
I was also wondering whether it would be easier to install the file from the same folder as the exe, rather then searching for it?
any help welcomed
Installer
I read somewhere that you could compile an ocx into your exe (it might of involved resource files) instead of having to use an installer, is this true? If not, is there any way at all that you could release a program without having to use an installer?
I've been using delphi for this very reason but I prefer vb.
Installer
how can I distribute a vb application using the windows installer?
Installer
hey yall im looking for a good installer for my program. i used to use setup factory but i cant seem to find it. i dont like the program that comes with vb6. any ideas on what i can use? ive been lookin on the net for like 2 hours and cant find anything. any help ill greatly appreciate.
Installer For Vb 6.0 Or Other
Hello, I'm hamka. Where i can get the installer for the software visual basic(free download). That's all. Hopefully, anyone can help...ok.
Installer For Vb 6.0 Or Other
Hello, I'm hamka. Where i can get the installer for the software visual basic(free download). That's all. Hopefully, anyone can help...ok.
VB Installer
Hey guys, I would like to know how to create an installer(like Setup.exe) that install my program on the hard disk with VB.
VB 6.0 Installer
Ei, good day.. can anyone provide me a link to download the VB 6.0 (Visual Studio)
Installer
Hi i have two questions
first, i want to make an installer for a file, it is for a game MOD and so must be placed in the game directory, i want to make the mod a self installer in VB but as a single .EXE, how can i compile the VB code and the mod [single file] into a single .EXE?
second, i need to find the game directory in the registry, i know its place is:
my computerHKEY_LOCAL_MACHINESOFTWAREEA GAMESBattlefield 1942
and the key is called:
GAMEDIR
and currently holds the value
"C:gamesBF1942"
ive looked allover google for a simple answer but they all seem to say check your API text viewer - which im not sure if i have or not :S
any help, thanks
Installer
can anyone tell me if theres an installer in vb6 and where i can find it
please would love to see how it works
Vb Installer
Is there a way to make a kind of custom installer for a program i wrote in vb, by creating a installer that would create all the files like a installer using a progress bar to show progress?
Installer
this is more advice than a problem
say i have a program that uses 3 or 4 different ocx files and 3 or 4 .dll files like custom controls or something for talks sake.. what would be the best installer to use so that the program installs to say c:program filesexample or wherever the user chooses to install it but also register the DLL and OCX files to the C:windowssystem32 folder and registers them properly to save the user doing it themselves? uninstaller too by the way for it all
any one got any advice
ive tried a few and they dont see to register the ocx/dll files properly
Installer Changes.
Ok this is my situation:
I have a program that I am distributing, (which by the way is being downloaded like hot cakes, and I need more bandwidth). But anyways for it to be installed (the downloaded program which installs the whole thing), I want to entirely uninstall it first (to get rid of some dlls which are now not needed). I am using this EXTREMELY bad (good for begginers like I WAS) software called clickteam install creator to pack it into an EXE installer. I can't find the option to get rid of old files before install (it just overwrites). Now because of this I want to swith to NSIS (least overhead and I can make it so that it can check if the system will be ok for downloading and will give me more control). How would I go about doing this in the fasion that when this installer finishes, the previous installation is deleted in the Add/Remove programs list in windows, and then the installation is installed with the New NSIS (effectively updating it). I want it to be seamless.
I believe I have to have a registry update key to provide or something. Anyways I'm just starting with NSIS (and don't know a clue about it) and the old program just did everythign for you (so I'm clueless). I'm posting this here because I need immediate help (my program is freeware: the program is on download.com and I don't want to spend like $200 bucks for one day updating, so I have to wait 15 days for it to be done. Because of this I need to come up with an update (it's ready, I just need to make an installer) really soon. My host made me pay 120 extra because of bandwidth (I've tried to keep it small, but it still gets 300+ downloads a day and it's a 1.6mB file packed with this previous installer.
THANKS ALOT for your time and help and reading that huge post and my rambling. It's greatly appreciated.
Installer
How do i go about installing my vb apps (as in i want to ditribute them with an installer, that registers any ActiveX controls [.ocx] and inserts data into registry).
|