Changeset 25185


Ignore:
Timestamp:
2012-03-05T18:11:38+13:00 (12 years ago)
Author:
ak19
Message:

Committing trial fix from a month ago that worked for a GS mailing list member: Setup.exe was an old Windows binary used when running GS off a CDROM. Since this does not work on Win 7 64-bit (registration fails), this is no longer called in the Autorun.inf file. gssetup.exe is called directly instead, instead of getting called by Setup.exe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/exportcol.pl

    r22849 r25185  
    270270    print AUTORUNINF "OPEN=server.exe\n";
    271271    } else {
    272     print AUTORUNINF "OPEN=Setup.exe\n";
     272    print AUTORUNINF "OPEN=gssetup.exe\n"; # no longer autorun Setup.exe, since it fails on Win 7 64 bit
    273273    }
    274274    close AUTORUNINF;
     
    303303    if (!$noinstall) {
    304304    &util::cp ($gssetupexe, $topdir);
    305     &util::cp ($setupexe, $topdir);
     305    &util::cp ($setupexe, $topdir); # unused, since Setup.exe does not work on Win 7 64-bit
    306306    }   
    307307   
Note: See TracChangeset for help on using the changeset viewer.