Windows Installer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Every One

I wanna to access the [TARGETDIR] in my Installer. I don't want to save the
Target Dir in to Registry. Becuase I have to use it once.

Thanks
 
Access it from what? An application or script of yours that is run during the
installation? If so... you can simply pass it to that app/script as an
argument.

Brendan
 
hi
I have an installer class in my orignal project. because I want to run the
project when it installed. So I override OnAfterInstall and want to get the
application path to start it.

Thanks
_________________________________________________________________

Brendan Grant said:
Access it from what? An application or script of yours that is run during the
installation? If so... you can simply pass it to that app/script as an
argument.

Brendan


Akbar khan is a Senior Database develope said:
Hi Every One

I wanna to access the [TARGETDIR] in my Installer. I don't want to save the
Target Dir in to Registry. Becuase I have to use it once.

Thanks
 
Back
Top