Installation Directory Access from Installer Class

  • Thread starter Thread starter Jamie Bissett
  • Start date Start date
J

Jamie Bissett

I cannot find ant doc to indicate how to access the user selected
installation directory during the install process. I am trying to update the
application confiduration file based upon some of the responses from the
user during installation.

Thanks in advance

Jamie
 
Never mind I have already figured out the solution for this problem.

You add /DIR=[TARGETDIR] on the Custom Action Data property

Then you can access this from the installer class through

Me.Context.Parameters("DIR")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top