Free cookie consent management tool by TermsFeed Policy Generator

Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#640 closed task (done)

Remove UpdateLocalInstallation from post-build event

Reported by: swagner Owned by: swagner
Priority: lowest Milestone: HeuristicLab 3.3.0
Component: General Version: 3.2
Keywords: Cc:

Description

Usually the folder "HeuristicLab 3.0" in the "Program Files" folder is write protected for users in Windows Vista due to its permission settings. Therefore, the UpdateLocalInstallation command fails.

As it is not necessary to keep a local installation of HeuristicLab in the Program Files folder, this command should be removed from the post-build event.

Change History (8)

comment:1 Changed 15 years ago by swagner

  • Status changed from new to assigned

comment:2 Changed 15 years ago by swagner

  • Resolution set to fixed
  • Status changed from assigned to closed

Done in r1887.

comment:3 Changed 15 years ago by swagner

  • Resolution fixed deleted
  • Status changed from closed to reopened

Instead of called a fixed script for all users (such as UpdateLocalInstallation.cmd), it should be possible to execute a custom post-build script Custom.cmd. However, this script should not be added to the repository, so that each user can provide his own.

comment:4 Changed 15 years ago by swagner

  • Status changed from reopened to new

comment:5 Changed 15 years ago by swagner

  • Status changed from new to assigned

comment:6 Changed 15 years ago by swagner

  • Resolution set to fixed
  • Status changed from assigned to closed

Added mechanism for executing CustomPostBuild.cmd in r1970. Additionally, renamed the UpdateLocalInstallation.cmd to CustomPostBuildTemplate_UpdateLocalInstallation.cmd, so it can be used as a template for creating a custom post build script.

comment:7 Changed 13 years ago by swagner

  • Milestone changed from Iteration 4 to Current

Milestone Iteration 4 deleted

comment:11 Changed 13 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.