#NoTrayIcon #SingleInstance OFF RegRead, path, HKEY_CURRENT_USER, Software\KISS\カスタムメイド3D2, InstallPath if (ErrorLevel == 0) { MsgBox, Please ensure your install location is correct`nas this will be changed even in the registry and will effect updating. InputBox, path, , Please enter the path to change too`n(Current:%path%), , 800, 150, , , , , %path% if (ErrorLevel != 0) { ExitApp } RegWrite, REG_SZ, HKEY_CURRENT_USER, Software\KISS\カスタムメイド3D2, InstallPath, %path% MsgBox, Registry has been changed, mission accomplished. } else { MsgBox, There is registry value for the location fo the cm3d2 installation. } ExitApp