Install driver and copying files before Installation runs

Posted by Kazoom on Stack Overflow See other posts from Stack Overflow or by Kazoom
Published on 2009-08-12T00:34:58Z Indexed on 2010/03/17 1:01 UTC
Read the original article Hit count: 463

I have created installation package for my project, but before or after installation is complete i need to install some drivers and copy some files to target machine, before my software can run. Is it possible for me to do all this action in the MSI installer setup project of visual studio 2005. One option i have explored is using autoITscript, is there a better approach than that? i feel able to do the whole thing in visual studio would be an ideal way? any suggestions?

Thanks

© Stack Overflow or respective owner

Related posts about installation

Related posts about visual-studio-2005