JeffreyFlint
New member
- Joined
- Aug 14, 2008
- Messages
- 3
- Programming Experience
- 10+
"No public installers with the RunInstallerAttribute.Yes attribute could be found"
This error can occur if the statement
<RunInstallerAttribute(True)>
is modifying an installer class within a module.
Apparently, this modifier must be at the global namespace level.
This error can occur if the statement
<RunInstallerAttribute(True)>
is modifying an installer class within a module.
Apparently, this modifier must be at the global namespace level.