Location of msi Installer

  • Thread starter Thread starter vidishasharma
  • Start date Start date
V

vidishasharma

Suppose I have downloaded my msi installer in c:\Installer . When I
run my installer how can I get to know in my installer script that the
installer is being run from c:\Installer .
 
This is what I pass as the CustomActionData for the source directory.

/SrcDir="[SourceDir]\"
 
Thanks for passign me the hint.

Can you please tell em how can I do this. I have no idea how to get
the ="[SourceDir]\"
 
Back
Top