Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.