Hi All,
I installed my application setup (default windows installer of VS2005) with auto launch option, Some of my application data is present at setup folder location so i want to make my application intelligent enough to pick the data automatically while launch.
Is there any way to retrieve setup.exe path from where i started the installation process through code.
Thanks in advance,
Loading
vivek kulkarniPosted Apr 15, 2009, 10:38 AM
Hi,
Please use the Customs action for your requirement.
http://msdn.microsoft.com/en-us/library/aa368066(VS.85).aspx
there are situations where the developer of an installation package finds it necessary to write a custom action. For example:
Thank you