Revision 7293 trunk/install/launcher/izpack-launcher-1.3/src/launcher.h

View differences:

launcher.h
117 117
  void fixSystemJREConfig();
118 118
  
119 119
  bool downloadFileHttp(const wxString urlOfFile, const wxString filePath, const wxString msg);
120

  
121
  bool copyFile(const wxString urlOfFile, const wxString filePath, const wxString msg);
120 122
  
121 123
  bool checkInstallerFile(const wxString filePath, const wxString urlDownload, const wxString fileDescription);
122 124
  
......
127 129
  void calculateJavaExePath(const wxString aJavaHome);
128 130

  
129 131
  wxString parseCommand();
132

  
133
  bool copyRequiredFiles();
130 134
  
131 135
public:
132 136

  

Also available in: Unified diff