This file tried to create a folder under user's home directory. The code is listed below.
call :SetAppinvDir "%HOMEPATH%"
if not exist %APPINVDIR% md %APPINVDIR%
This code will go wrong if you move your home directory to other drive. Therefore, I changed %HOMEPATH% into %USERPROFILE% and it started to work. It will get the same result if you substitute %HOMEPATH% for %HOMEDRIVE%%HOMEPATH%.
Thus, I issued this ticket and wish someone take care of this minor bug in the file. Thanks.
Thanks. This issue has been brought to the attention of appropriate MIT AI2 Development Team members.
I remember a post by an advanced user who has installed App Inventor
on an alternate drive. When he went to deinstall it,
he lost everything under Program Files - a major catastrophe for him.
I have not seen any posts announcing fixes for that.
I suggest taking volume backups as a precaution right before you
run any de install script.
I have the script for run-emulator.bat
Script:
|
Thanks, yes I'm working on a new setup-tools package that will fix this problem.
댓글 없음:
댓글 쓰기