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]\"
> 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 .
vidishasharma@gmail.com - 21 May 2008 05:58 GMT
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]\"
vidishasharma@gmail.com - 21 May 2008 06:55 GMT
Thnanks for the hind I was able to solve it