Link to home
Start Free TrialLog in
Avatar of tfake75
tfake75

asked on

VSI installation folder location

I have a project I created in Visual Basic 6.0. I would like to deploy this project using the Visual Studio Installer 1.1. The vb project must be installed into a directory (i.e. C:\TestDir) in order for the application to work. In the P&D wizard it was easy enough to set the DefaultDir property in the setup.lst file to accomplish this but I cannot find an equivalant in VSI. So what I would like to do is create a installation package that skips the select installation folder dialog screen and simply forces the installation into a custom directory that I define. If anyone could help with this I eager to learn how its done.
Thanks,
Todd
Avatar of scorpio05678
scorpio05678
Flag of United Kingdom of Great Britain and Northern Ireland image

i think you cann't change the installation directory in VSI  but if you have done it please post it here for other. if possible.

cheers
SC
Avatar of tfake75
tfake75

ASKER

I have found a solution. Using Orca to edit the generated msi file from vsi you can edit the custom action table and change the line starting with DIR_CA_TARGETDIR so the target field is the directory of your applications final destination.
ASKER CERTIFIED SOLUTION
Avatar of amp072397
amp072397

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial