Monday, July 19, 2010

Fully qualified path about Setup.exe in InstallScript MSI project

Sometimes we need to get the value of the directory from where we are running the setup.exe. 


For ex:
To execute some scripts placed on the CD-ROM along with the exe or msi.



GetCurrentDir()


Syntax:
GetCurrentDir( svCurrentDir );
where svCurrentDir returns the current directory.

No comments:

Post a Comment