home *** CD-ROM | disk | FTP | other *** search
/ VIPER Paradice / VIPER.ISO / pc / SETUP.EXE / SETUP.DXR / 00024.ls < prev    next >
Encoding:
Text File  |  2002-06-30  |  715 b   |  13 lines

  1. global choosefolder, language
  2.  
  3. on exitFrame me
  4.   gioco = the moviePath & language
  5.   data = the moviePath & "data"
  6.   ok = bawriteregstring("Software\goku", "Paths", choosefolder & "hobibox\paradice\", "HKEY_LOCAL_MACHINE")
  7.   ok = bawriteregstring("Software\goku", "Path", choosefolder & "hobibox\paradice\Bin\VPRunner.exe", "HKEY_LOCAL_MACHINE")
  8.   ok = bawriteregstring("Software\goku", "UninstallString", choosefolder & "hobibox\unistall.exe", "HKEY_LOCAL_MACHINE")
  9.   ok = baxcopy(gioco, choosefolder & "hobibox\paradice\bin", "*.*", "Always+", 1)
  10.   ok = baxcopy(data, choosefolder & "hobibox\paradice", "*.*", "Always+", 1)
  11.   ok = baxcopy(the moviePath & "uni", choosefolder & "hobibox\", "*.*", "Always+", 1)
  12. end
  13.