Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thanks for the workaround, Thomas! We will forward this to the concern team regarding the reinstallation issue.I changed in /Applications/Parallels Desktop.app/Contents/MacOS/inittool
line: run_as_user "$usr" test -w "$path" -a -x "$path" && continue
to: test -w "$path" -a -x "$path" && continue
works for me
Hey, please check your private message and reply.Hi, I upgraded to Parallels 12 (on Sierra) today - with every start of Parallels I am now also getting the request for re-installation. Is anybody able to explain a solution in simple words (note I am not an experienced Mac user, i.e. would really appreciate a simple explanation how to fix this). TX, Dirk
I changed in /Applications/Parallels Desktop.app/Contents/MacOS/inittool
line: run_as_user "$usr" test -w "$path" -a -x "$path" && continue
to: test -w "$path" -a -x "$path" && continue
works for me