I have written a powershell module.
I can install it from command line by using InstallUtil.exe
However I don't want my users to do this. So I want to develop a WIX package which will install my powershell module.
In my wix package I try to launch installutil but it does not work. I also found some articles on web which told me not to use installutil.
So the questions is how to develop a wix package which will install a powershell module.
My objective is
- install powershell module from wix
- edit Profile.ps1 and add the new snapin.