home *** CD-ROM | disk | FTP | other *** search
- global choosefolder, language
-
- on exitFrame me
- gioco = the moviePath & language
- data = the moviePath & "data"
- ok = baxcopy(gioco, choosefolder & "paradice\bin", "*.*", "Always+", 1)
- ok = baxcopy(data, choosefolder & "paradice", "*.*", "Always+", 1)
- ok = bawriteregstring("\Software\Microsoft\Windows\CurrentVersion\App Paths\VPRunner.exe", "path", choosefolder & "Paradice", "HKEY_LOCAL_MACHINE")
- ok = bawriteregstring("\Software\Microsoft\Windows\CurrentVersion\App Paths\VPRunner.exe", EMPTY, choosefolder & "Paradice\Bin\VPRunner.exe", "HKEY_LOCAL_MACHINE")
- ok = bawriteregstring("goku", "path", choosefolder & "Paradice", "HKEY_LOCAL_MACHINE")
- end
-