mrbios Posted September 26, 2013 Posted September 26, 2013 Our music teacher went out and bought some software called RehearScore for an upcoming show called Little shop of horrors. This software is only small and is meant to play the midi files of some music in the show (i think) so that they can learn it, BUT the software is dreadful, you run the installed and it installs all the files needed for the program into the users Roaming Appdata folder (o_O) and just puts the executable into program files. Which means you have to install it for every individual who wants to use it.....which isn't possible seeing as our students are on mandatory profiles and the profiles are wiped off the machines on logoff. So....has anyone solved this yet? I've got an email of the guy the teacher bought the software from and I'm going to complain about the way in which this installer works, as frankly i think installing files into the users appdata in order to use the software is an incredibly **** way of doing things. Very fitting for the educational software section i think.
Tefters Posted November 15, 2013 Posted November 15, 2013 Exact same scenario here only a month later than you. Crap software, crap install, crap crap crap... Still looking for solution.
X-13 Posted November 15, 2013 Posted November 15, 2013 Exact same scenario here only a month later than you. Put the files in a shared folder on the server and add a link in the madatory folder's appdata? [And add any registry keys that are needed on the machine.] Could trick it into thinking it's installed.
FishCustard Posted November 15, 2013 Posted November 15, 2013 (edited) We had exactly the same problem. Installing program data into the user's profile is complete bovine turd - why on earth would it need to go there?! To prevent other users from using it? But they say that it can be installed on an unlimited number of machines, so WTF is going on? Anyway, I solved it by shoving the 'RMS' folder onto a share, putting a batch script in the program folder that copies the data to the user's profile and then runs RehearScore. Create a shortcut to the batch file as opposed to the RehearScore exe and you're good to go. @echo off robocopy "\\SERVER\SHARE\RMS" %userprofile%\AppData\Roaming\RMS /S /R:1 /W:1 "C:\Program Files (x86)\RehearScore 2.0\RehearScore.exe" You might want to block that folder from actually roaming so the files only end up on machines that the user needs to use RS on. Edited November 15, 2013 by FishCustard 3
mrbios Posted November 15, 2013 Author Posted November 15, 2013 I think i ended up taking the midi files, converting them and then just sticking them somewhere they could access them to play through VLC or on to a CD for them to play. I can't remember exactly now but it was only a group of 6th formers that needed it and they're done now. Still, I've advised that member of staff not to bother again. 1
berkshireicttech Posted October 20, 2014 Posted October 20, 2014 (edited) Just had this at my school for Hairspray. The batch file works best, just install the exe on each client you run as, then I have just stuck the batch file on the start menu. Nice handy topic this one, thanks @mrbios Edited October 20, 2014 by witch
twoods Posted December 11, 2017 Posted December 11, 2017 Hi, I know this is an old thread, thanks all for the info, it worked great, but now they are requesting it on a MAC. I used FishCustard's batch file for Windows, worked great. Anyone have any info on a MAC install? Thanks.
FishCustard Posted December 22, 2017 Posted December 22, 2017 @twoods - Wow, blast from the past, this one! I'd write a Bash script or AppleScript that did effectively the same thing and use that. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now