o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Packaging Problem -

Hi
I'm stuck in a great problem.

I've made a Tip of the day program and have made a skin feature. Users can switch between skins. By default I've given three skins. The format is:

Application Directory
...Skins Directory
......Sun Warm (Name of skin 1)
.........FILE:main.jpg (the background of the form)
.........FILE:nextbtn.jpg (Next Button)
.........FILE:exitbtn.jpg (Exit Button)
.........FILE:skin.ini (SKIN COLORS INFORMATION FILE)
This tree is same for other skins. and the filename is also the same in different folders. Now when I create the package of the program, i give files of first skin and then when I add the first file of second Skin it says: A file named 'main.jpg' has already been added. What should I do?

Thanks in Advance

 

Packaging- Is it really possible -
I'm having real serious problem packaging my program, I created a .lst file that showed all the files needed to package my program. I'm using Inno Setup to package it, and I included all those files and when I tried to install it on another computer it started to give errors....Can any


packaging and deploying application -
while using packaging and deployment wizard for building a Vbasic project a get a error when I install the project using setup.exe file on a different computer. The error says that mssoap1.dll was not registered during deployment in c:/winnt/system32/mssoap1.dll. Can anybody t


Problem Packaging *.vbg file -
i have problem packaging vbg file via standard Visual Studio 6 tools\package & depolyment wizard. coz it only accept vbp file format. Any idea / suggestion to package vbg file format. Please advice.


VB5 & 6 Packaging -
I used to know of this packaging program that, converted vb code into a nice installer vs. the very tacky packager that is bundled with it. Someone link me please, i got a project.


Installation, Packaging and Deployment problems -
Im using VB6-MSSQL7-ADO, what all steps do I need to take at the time of running Packaging and Deployment Wizard to ensure that program runs fine ??...coz after installation my program is giving an error msg in german: RunTime Error -2147467259 (80004005) (DBMSSOCN)Allgemeiner Net


P&D + Crystal Report's controls -
My P&D crash ever since I included the control into my project for packaging. Anyone has any idea how to overcome this problem? I've even try packaging my project on another machine with newly installed VB6 + Crystal Report....still crash. Help me pls. Thanks Harddis


missing avi after packaging -
I've packaged my vb program and added the avi file to the package, but when it's installed on my compter, the avi does not work anymore, am i forgetting something in the packaging and deployment?


Question on Packaging -
Dear Friends, I wish to know how can I make the "Licensing screen" at the setup when the user install my software for the user to enter his name, title, and company name so that these information can be printed on the About and splash screens. Will this be very easy


Packaging issue -
Hi I have an application and when I start the packaging process I add additional files eg txt files etc. These files are stored in various locations. How can I package the application so that when these files are installed from the setup.exe, that they are installed in the loc


Packaging swfs in VB -
Solve this one. I have a VB6 code with a swf animation. In design time and making the executable, all works fine. But when packaging and installing, I can olny see a blank space. And.... yes I have the ocxs. Besides, the swf is installed in the same folder


totaling numbers -
When I use this code to remove items, it doesn work why doesn't it keep correct totals except for CountMap? Private Sub cmdremoveitem_Click() CountMap = txttotalitems.Text Total = txttotalprice.Text ForeignInsurance = txtinsurance.Text Packaging = txtp


packaging software then install -
after packaging software and installing it on a machien without vb I get an error. If I click ignore the program works. Is this something I should worry about?? Rob


still can't find avi after packaging -
Hi, I finished packaging my vb program and I am still having problems having my avi visible and running after I run the setup.exe. The avi is somewhere in the background, because my form displays a blank spot where my avi should be when it's running. Can anyone help me, Thank You.


Packaging Dependency Question - HELP!! -
I'm fairly new to packaging/deployment. When I go to package the application, I get a message that there is dependency information that is out of date, with 3 .OCX files listed as out of date. What do I need to do to resolve this problem so that I can successfully package this app


Can´t see my .swf after packaging -
Hi. I am new. I am working on a VB project in which I have a swf. While writing my VB code and running F5, all goes excellent. When packaging my project to make the installer, after the installation I can´t see my swf. I use something like this: FlashMovie.Movie ="route&qu


Urgent: Packaging + dll -
Hey there, I'm not too sure what is wrong with my packaging everytime i run my software on my pc which has vb it runs perfectly fine but if i install it on pc;s with out vb the part i cannot seem to open up my crystal reports as well as data reports in which i get an error... anyone


Packaging Wizard -
Doest .Does The vb Packaging Wizard wrap the DLLs along with the vb files? Thanks,


Packaging vb -
Help! i have tried to package my software which contains datareports. After packaging i get the error Application - defined Or Object_defined Error... Anyone out there knows what is wrong with the error.. Thanks once again!


Running the project from pendrive making it portable. -
I have developed a database project in Visual Basic 6 using Access. The end user wants to copy the project executables (with database of course) to a pendrive and run the project from a pen drive on any pc he wants.In short he wants it to be portable in a pendrive. Now packaging the


packaging web services -
How do I go about packaging a web service for deployment using visual basic .net? Does installing a web service this way automatically change the Machine.config file necessary for logging on to the web services?


which is better packaging wizard -
Well, I use VB package and deployment wizard. I think its reliable but I cant create option for desktop shortcut and start menu uninstaller. Now which packaging software is the best, considering both reliability and option?


packaging and deployment -
hai, I have done my project in vb.net and sql server 2000 as a back end.In packaging convertion how i in clude my database.my client machine does not have sql server 2000.please give me the details. Regards Rama srinivas kumar.p


how to include a folder while packaging -
hi Is it possible to include an entire folder while packaging my application using the package and deployment wizard?


Packaging and Deploying Apps with ODBC -
My application relies on a database, which I connect to via ODBC Data Source on the machine and OLE DB Driver for ODBC within the app. I'm having difficulty packaging my application so that the executable recognizes the database it needs when the whole package is installed on a recipie


packaging error.. -
i am packaging my app. i am using two ocx in my app. it throw a error "dependency file could not loaded" why? even if the ocx file is located in c:/winnt/system32/....what can i do? anyother possibilities... regards Rajesh ^ ^ * * V


Xp Packaging Wizard -
Is there some way to stop the setup.exe that comes from the Office XP packaging wizard from complaining about 'older' files being installed over 'newer' (but older version) files?


More Packaging/Compiling woes - Fatal Packaging Error! -
When I try to package my app, I get this message after I try to install it (to check and see if the package works) C:\windows\temp\msftqws.pdw\$(DLLSelfRegisterEx) could not be registered, because it was not found. The app does not install successfully. HELP????? I don't kn


Silent Install using VB Packaging and Deployment -
We need to deploy our application on 300 machines. Therefore we need a way to do a silent install. The installation package is built using the VB Packaging and Deployment Wizard. Can anyone help with the steps to install silently.


Installation paradox -
two different generally held opinions but one's gotta be wrong ? (1) Always package your apps on the lowest operating system that it will be used on so as to avoid files from the newer system crashing the older one, for eg. (a) Packaging on Win98 and installing on Win XP would r


Packaging and deployment wizard problem -
Hi guys, maybe someone can help? I have written a data project with VB6. It is all working, but I need to package and deploy it. I am familar with the Packaging and Deployment wizard - I have used it to deploy packages in the past, but I have encountered an error I have never seen b


option buttons - database -
I have one field in my table called "PACKAGING". If the user selects Option Button 1 then i want it to insert "1" into the PACKAGING field. If the user selects Option Button 2 then i want it to insert "2" into the PACKAGING field. If the user sele


Packaging Error realy need some help -
HI i've encountered an error during the packaging of an application at the last screen of the packing after give a name to the sript package a message box notify this error: Unexpected error number 457 appears : key alreday linked to another item's collection (be care i tr


Packaging & deploying -
I want to package my program using a good Install shield, I don't wanna use Packaging & Deploying that comes along with Visual Studio. Does anyone know of a good install shield, that can come for free..Please let me know


Install problems with Win95, etc after Packaging with XP -
Most of my VB code is to test our laser systems in our Production Dept, so it is pretty simple with an RS232 interface. However, what I write needs to work on Win 95, 98, NT, and 2000 computers. When I was 'Packaging' on a 98 based computer, the code worked fine on 95 and 98 comput


[02/03] Can't Even Package -
Hello, Folks, I am basically an EAI consultant and for my work I took an initiative to develop a windows based GUI whose functionaility would be to simply execute a couple of Oracle SELECT queries and display the results in the form. I took the help of my friend who is a VB.NET expe


VB6 Packaging -
Hi Please someone can you help me. Everytime I try to package a program VB closes at the end and nothing is created. What could be the problem


Packaging Wizard and Printers -
We packaged a VB application via the Packaging Wizard on a system whose default printer is a HP 1200 Laser. When one of our customers installed the program on his computer and tried to print a report, he got an error message related to the availability of an HP 1200, a printer which h


MSAgent problem -
I've created a little program which will read a book. It uses one of the MSagent controls to do this. The problem is that you can not hide the word balloon. The Agent characters have the method to do this , and when you use the code genie.balloon = invisible........it pops up the


Tough one!! Packaging & Deployment -
I have a database that needs to be put into a seperate file... Does any1 know how to manipulate the Packaging and Deployment Wizard so that it will install an independent file in a folder within the setup directory? Or maybe someone could tell me how I need to edit the Setup.lst


packaging an entire folder -
Using the packaging wizard, how can I add an entire folder (directory) to the .CAB file? What I want is a 'Sound' folder added to the users App Path, that will contain all the .wav files. I want the SetUp to automatically create a 'Sound' folder and put the sound files in it. Thanks