I have developed an ActiveX and a cab file for that the ActiveX was install in client machine. The cab has .inf file and the msi file. The .inf file does "run=msiexec /i %EXTRACT_DIR%\file.msi"
In my company is blocking access to the "Document and Settings" folder, so I need to change the value of %EXTRACT_DIR% for that download it to another folder. How can i do?
Thanks in advance