Packaging? Programming Software Development by red_evolve … obtain some advice on this. How do I go about packaging (if this is the right word to use) the whole… Re: Packaging? Programming Software Development by Buff … obtain some advice on this. How do I go about packaging (if this is the right word to use) the whole… Re: Packaging? Programming Software Development by mnemtsas Use the packaging and deployment wizard. Or try innosetup which is much more configurable (and comes with a much steeper learning curve). Packaging A C# Application Programming Software Development by Sarama2030 … apps for a while now and when it comes to packaging(not clickonce),deployment with cd/dvd, I publish using visual… to place the resources or which tool can do proper packaging. thanks packaging and transfering VB6 and MS acess database Programming Software Development by TOROOOLOLOOLO Hi I have problem with packaging and transferring VB6 and MS Access database from one computer where it is designed to another computer. I need some help. thank you. Re: packaging and transfering VB6 and MS acess database Programming Software Development by TOROOOLOLOOLO Re: packaging and transfering VB6 and MS access database. I think i don't know my way around it because the last time i tried it, i could'nt access the information after the transfer. I think i need a complete guidance on it. Re: packaging and transfering VB6 and MS acess database Programming Software Development by selvaganapathy Hi, I think your problem may be "Your database does not include in Package and Deployment" > Include your DB file when Packaging wizard > In the Installation Path choose your Application Path Re: Packaging? Programming Software Development by Toba Seeing that this is the QB/VB forum and this is a windows app you're talking about, I'll assume that you're using a recent version of Visual Basic. I know what I'm about to tell you works in VB6, I don't know about other versions. On the main menu bar in VB, click the Add-Ins menu. The "package and deployment wizard" should be on … Re: Packaging? Programming Software Development by red_evolve [QUOTE=Toba]Seeing that this is the QB/VB forum and this is a windows app you're talking about, I'll assume that you're using a recent version of Visual Basic. I know what I'm about to tell you works in VB6, I don't know about other versions. On the main menu bar in VB, click the Add-Ins menu. The "package and deployment wizard" … Re: Packaging? Programming Software Development by Toba Oh, I forgot - there are some things you have to be careful about when you make a package in the wizard. Make SURE that all system DLL's that you install are marked as [I]shared[/I] in the Setup.Lst file. If they are not, any uninstallation from the control panel will REMOVE the DLL's from the user's system, causing all sorts of problems. I hope… Re: Packaging? Programming Software Development by red_evolve Erm yeah, thanks for the reminder. Yup, I ticked that "shared" selection when I was building the package a while ago. On the way to test it in another computer. Thanks a lot, Toba! Re: Packaging? Programming Software Development by red_evolve Hi, I've tried using the "package and deployment wizard" but I got the error number 3706: Provider could not be found. I've tried searching on the msdn library for a solution but to no avail. I'm using Access 97 with Jet350. Please advise. Re: Packaging? Programming Software Development by Toba When did you get the error? Was it during installation of your app or did it happen when you ran your app? Re: Packaging? Programming Software Development by red_evolve Okay, during installation files like mshtml.tlb and uxtheme.dll could not be copied, and I ignored the error to complete the installation. When I run the application later, I could see my start page but as I navigate to another form, which requires connection to the database, the error message "Error 3706: Provider not found" was raised.… Re: Packaging? Programming Software Development by Toba I don't know what those files were for. I suspect that the missing files (the ones that errored) were part of the "provider" that was "not found". I'd try remaking the installer, rebooting the target system, and trying again. Those errors happen sometimes for some unknown reason. Re: Packaging? Programming Software Development by red_evolve Okay, thanks anyway. I've tried remaking the installer for almost 4-5 times already. I thought with the installer, every dependent files would be included already, isn't that right? But why would something like this occur? Hmph, I've done some search over the Internet, and most of them suggest that it's something wrong with the MDAC. I've … Re: Packaging? Programming Software Development by mnemtsas Hi There, I've usually found that the 3706 error is related to Jet rather than ADO. If the MDAC 2.7 download doesn't work I'd try the Jet 4.0 SP8 update that available from MS. Cheers, Mark Re: Packaging? Programming Software Development by red_evolve Ok, thanks. I've tried downloading the MDAC 2.7, but it's not working either. [quote] I'd try the Jet 4.0 SP8 update that available from MS. [/quote] Which means I've to change the connection string in my project entirely to Jet 4.0? Actually, I've tried before. The reason I change to Jet 3.51 was because, only part of the forms could work … Re: Packaging? Programming Software Development by mnemtsas I dont think so, you should be able to keep the 3.51 connection stirng. Give it a go! Re: Packaging? Programming Software Development by red_evolve Morning! Just saw your reply this morning. During the weekend, I've tried changing all my connection strings to the Jet 4.0 one. And now all the forms could work. I previously mentioned that some forms won't work with Jet 4, I've figured out why. I've noticed that all those defect forms had trouble opening a particular table, and the table name … Re: Packaging? Programming Software Development by red_evolve Another question, is msado20.tlb an important file? During installation, msado20.tlb and 2 more files caused an interrupt. Re: Packaging? Programming Software Development by mnemtsas msado20.tlb is the type library for ADO 2. Whats the error message? Re: Packaging? Programming Software Development by red_evolve Err, it just says that it could not copy this file into the system folder (along with other files, namely, mshtml.tlb and uxtheme.tlb) because the file is being used by another application, when that is not true, as there were no other applications running on my desktop at that moment of installation. Re: Packaging? Programming Software Development by mnemtsas Ignore it then, the files are there, or reboot the computer and try reinstalling. I always say you can be 80% of a PC Support person by just saying ''' have you rebooted?" Re: Packaging? Programming Software Development by red_evolve LOL. Alright, then. Thanks a lot for your help! Re: Packaging other Jar Files into Runnable Jar Programming Software Development by TheWhite Is there a command-line tool that you might recommend that does this? The reason I don't use an IDE is because I'm compiling and packaging right from the command-line using bat and shell scripts. [Concept] Jug - Resource Packaging for the Web Programming Web Development by NardCake … application. Jug would function as multiple things, resource packaging for requests from the server (all examples below)…lt;head> <title>Jug - Resource Packaging</title> <link rel="stylesheet"…<head> <title>Jug - Resource Packaging</title> <link rel="stylesheet"… javascript: addContent - Packaging Options Programming Web Development by Bryan Fox … the utility of an ADD button but avoid using the packaging of FORMS? Thanks for any help! Bryan <EMAIL SNIPPED… Java interview exercise. Question regarding, 'packaging and communication'. Programming by Mark_54 … developers communicate and work together (you show that by your packaging and communications patterns)" Think is I haven't worked… Re: Java interview exercise. Question regarding, 'packaging and communication'. Programming by rubberman … documentation of the code, interfaces, class structures, etc. As for packaging of your code, research the java ant tool. You build…