PDA

Click to See Complete Forum and Search --> : package and deployment


ksuwanto8ksd
Mar 15th, 2007, 05:11 PM
I'm using package and deploymentthat come from vb6 to compile myprogram. My problem is how do I package myprogram so that when install it will go to folder C:/Program Files/myprogram folder.

Every time when I package a program and when instalal it will go to c:/Documents and setting/cesin/start menu/program/myprogram.

I don't know wheather package and depelopment from vb6 has this feature. If anyone can help me is very much appreciated.

best regards

MartinLiss
Mar 15th, 2007, 05:50 PM
After you choose Package, if you click Next 6 times you get to Package and Deployment - Start Menu Items. From there click Properties and change the Startin for the exe to $(ProgramFiles)\myprogram

MartinLiss
Mar 15th, 2007, 05:53 PM
Oh, and I moved the thread.