[RESOLVED] Nees Help with VB deployment wizard
Hi every1, I just joined this board today. I hope my stay here will be fun :D.
Anyway, I need some help with this VB project. Actually my project is all done and i am trying to put it up as a setup file. This project is a "school standards and policy maker" project, which gives standards and creates a policy table of what standards are met and what are not. It has a requirements.exe file which basically has all the forms and it reads and displays couple of html files stored in the same folder as the .exe file but under a new folder. I want to wrap up this project and make a self extracting setup. exe project so that users can install this program in their computers.
I opened add-ins and selected this deployment wizard, and followed all the steps as far as i know (Or shuld i say as little as i knw). The wizard goes well and creates the package, but the html files under the new folder doesnt get included. How can I include folders into the package so that when the person installs the program into his c: drive into a random folder, it creates and copies the html files as it is in my computer?
Sorry for the long post, But I have tried to explain as detailed as possible. Any help will be really helpful. Advance thanks.
Cheers!
Kumar
Re: Nees Help with VB deployment wizard
hi... as far as i know... you can include files along the steps that the wizards guides you through... trust me... it's like... the 4th or 5th step through...
i dont really recomend P & D though... try using INNO SETUP... much easier to use! :D
Re: Nees Help with VB deployment wizard
there will be a screen which will be asking for include files in P & D...but you can only install these files in selected locations on the other computers, if you use P & D for creating setup files...
2 Attachment(s)
Re: Nees Help with VB deployment wizard
Add the extra needed files as shown in my first image. Then set the location in the second image.
http://www.vbforums.com/attachment.p...id=46939&stc=1
http://www.vbforums.com/attachment.p...id=46941&stc=1
Moved :)
Re: Nees Help with VB deployment wizard
Thanks a lot guys, But would doing this keep my folders intact?
hmmmm, Probably i am not very clear abt what i want. I will post a couple of images 2moro, so you guys can understand what I want.
Thanks a lot.
CHeers!
Kumar
3 Attachment(s)
Re: Nees Help with VB deployment wizard
Hi guys, I am back. Robdogg, your example gives some insight. thanks.
I have attached three images. If you see 1.jpg, that is my junk. The requirements.exe and the folder called Templates must be installed as it is on to the users computers. So they get into the project depolyment
And if you see 2.jpg, that is the file listing inside the "Templates" folder and you can see there is another folder called "Template_Examples" along with a few html files.
3.jpg is what the "Template_Examples" contains. It basically has the files with same names, but they are different.
Now requirements.exe reads and displays these html files from both folders. It goes according to the $apppath to access the files. So i need to keep the folder tree intact inside the users computer.
I tried add these files into the deployment wizard, but I can only add one copy of the html files as they have the same name. Should I change the names to something else or is there a way to get around it? Also i am not really sure how to make those files go into a folder during adding into deployment wizard.
I hope it is clear. :P
Thanks again.
Cheers!
Re: Nees Help with VB deployment wizard
Actually guys, no need to sweat. I was cruising through deployment faqs and saw this innosetup. Dled it and works like a charm. Got it figured out. It is so easy to use, while VB deployment wizard is just plain ****ty and complicated. My bad that i dint go thro the faq before itself, i was just plain lazy.
Thanks u guys. u rock.
Cheers!
Kumar
ps: oops, lerroux did say abt Innosetup. Thanks man, that was one smashing program.