home *** CD-ROM | disk | FTP | other *** search
- global choosefolder, language
-
- on exitFrame me
- gioco = the moviePath & language
- data = the moviePath & "data"
- ok = bawriteregstring("Software\goku", "Paths", choosefolder & "hobibox\paradice\", "HKEY_LOCAL_MACHINE")
- ok = bawriteregstring("Software\goku", "Path", choosefolder & "hobibox\paradice\Bin\VPRunner.exe", "HKEY_LOCAL_MACHINE")
- ok = bawriteregstring("Software\goku", "UninstallString", choosefolder & "hobibox\unistall.exe", "HKEY_LOCAL_MACHINE")
- ok = baxcopy(gioco, choosefolder & "hobibox\paradice\bin", "*.*", "Always+", 1)
- ok = baxcopy(data, choosefolder & "hobibox\paradice", "*.*", "Always+", 1)
- ok = baxcopy(the moviePath & "uni", choosefolder & "hobibox\", "*.*", "Always+", 1)
- end
-