I\'ve created an MSI windows installer that installs a plug-in which I wrote for a piece of software used at my office. However, a number of users here don\'t have admin rig
I don't have a setup to test this on at the moment, but assuming Wix, in the Package element, try setting InstallPrivileges='limited' and InstallScope='perUser'.
That said, if all you really need to do is copy some files, considered using a simple batch script instead.