How to Create Custom Installation location ?

How to Create Custom Installation location ?

Dear,

I am Repackaging an application which is installing 4 servies, after installing services i need to call a web application to perform some action (It will pop up a box with some fields, need to enter some information).Then i have to copy some file into installation location as the application is not installing these files.while installing the application, client wants the application to ask for the installation location (not to install to default location) I have done installaing servies, calling web application from a custom action, but not able to give the custon installation location drive as it is not asking for any location,

Please Guide me as i am very new to MSI.

Thanks
Kiran

Use VBScript

piyushnasa's picture

Hi,

You can use VBScript to ask for a popup where the user can give the installation location. This you can enter to a property and use that as setting the directory for your file to be installed. Let me know if you face any problem in it..

YOu can do as above by

YOu can do as above by using vb script else you can pass the install directory [INSTALLDIR] property with the value where you want install the files by command line at the time of installing msi....

Syndicate content