Tagged Questions
3
votes
5answers
2k views
C# Powershell snapin not registering using installutil
I've got a really simple powershell script (see below).
I've got installutil aliased using the following in my profile:
set-alias installutil ...
1
vote
2answers
135 views
No installers found when running install util on custom pssnapin
I created a very simple PSSnapin but when I go to run IntallUtil against the assembly I get the following:
No public installers with the RunInstallerAttribute.Yes attribute could be found in the ...