Help for this page

Select Code to Download


  1. or download this
    use Win32::RunAsAdmin qw(force);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    use File::Copy::Recursive qw(dircopy);
    dircopy($tempDir,$InstallationDir) or die("$!\n");