Param ([String]$Commandline) #-------------------------------------------------------------------------- #TODO: Add initialization script here (Load modules and check requirements) Add-Type -AssemblyName "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" [void][System.Windows.Forms.MessageBox]::Show('TODO: Add script to the Main function of Startup.pss', 'TODO') #-------------------------------------------------------------------------- $script:ExitCode = 0 #Set the exit code for the Packager } ]]>