I am creating an installer for my project in Visual Studio. I want to change the status of the progress bar. Text at runtime. The default status text is Wait. To change the status text, I call the API method "MsiGetMode". But there are two parameters to this method: "install (access to the installation provided for the user action DLL or obtained through, or)" How can I get this first parameter in my installer class. The second parameter is "runmode (Sets the run mode)". If there is any other way, how can I do this.
Please help me
Thanks and respect,
Vipin Kumar
source
share