home *** CD-ROM | disk | FTP | other *** search
/ VIPER Paradice / VIPER.ISO / pc / UNI / UNISTALL.EXE / UNISTALL.DXR / 00024.ls < prev    next >
Encoding:
Text File  |  2002-07-01  |  666 b   |  12 lines

  1. global choosefolder, language
  2.  
  3. on exitFrame me
  4.   gioco = the moviePath & language
  5.   data = the moviePath & "data"
  6.   ok = baxcopy(gioco, choosefolder & "paradice\bin", "*.*", "Always+", 1)
  7.   ok = baxcopy(data, choosefolder & "paradice", "*.*", "Always+", 1)
  8.   ok = bawriteregstring("\Software\Microsoft\Windows\CurrentVersion\App Paths\VPRunner.exe", "path", choosefolder & "Paradice", "HKEY_LOCAL_MACHINE")
  9.   ok = bawriteregstring("\Software\Microsoft\Windows\CurrentVersion\App Paths\VPRunner.exe", EMPTY, choosefolder & "Paradice\Bin\VPRunner.exe", "HKEY_LOCAL_MACHINE")
  10.   ok = bawriteregstring("goku", "path", choosefolder & "Paradice", "HKEY_LOCAL_MACHINE")
  11. end
  12.