ChrisH Posted August 22, 2005 Posted August 22, 2005 Anyone have this? We had V1.0 which took me a long time to sort due to there being a huge code for the software and then a code for every single module 20+!!!!!!! Then V2.0 lands on my doorstep.... . I browse to the CD and see its an MSI and I think fantastic!!!!! Unfortunately it's one fo those that has to be run from setup.exe !!!!!! I have tried the trick from appdeploy.com to make it forget running from the setup.exe but it doesnt work. I have literally tried every combination to get this to work but to no avail. I even shared the CD source but it bombs out after you stick the code in. Anyone sucessfully deployed this ? Im struggling as the supposrt number is American and the site knowledge base tells me nothing. Cheers Chris
Dos_Box Posted August 22, 2005 Posted August 22, 2005 Educational software, my favorite! Sorry mate, I've not played with that piece of software, but I can sympathise completely.
Ric_ Posted August 22, 2005 Posted August 22, 2005 I seem to remember v1 having an MSI too (which didn't work) and the joys I had trying to get the bilions of registration keys in... I gave up with it in the end and simply installed it on the one machine that they were ever going to use it on. I take it the usual snapshot package method doesn't work? If not, I would stick it in your image to be deployed to the machines.
SteveT Posted August 22, 2005 Posted August 22, 2005 been there, done that, etc I resorted to including it in the base image having tried everything else.
ajbritton Posted August 22, 2005 Posted August 22, 2005 If you can make it silent using the SETUP.EXE command line options, or make an AUTOIT script to enter details and make it silent, you can deploy using a Windows Installer Wrapper Wizard. This lets you turn anything into a very crude MSI.
ChrisH Posted August 22, 2005 Author Posted August 22, 2005 Thanks I may try a few of those suggestions later. Im just installing a trial copy of admin studio 6 that should convert it from as isscript install to a basic MSI one. If not I will try Auto it. Theres even a syntax file for my tool of choice which is text pad so
ChrisH Posted August 22, 2005 Author Posted August 22, 2005 Just thought Auto it wont work anyways as it wont let me do it manually accross the network I'm sure it will come in handy some day soon though.
ChrisH Posted August 23, 2005 Author Posted August 23, 2005 Well admin studio did all sorts of extra things to repackage it but in the end I get the same error about not being able to find lesson_flat or something. Going to have another look at directory permissions.
ajbritton Posted August 23, 2005 Posted August 23, 2005 If it's the case that you need to install it from a CD... 1 - Convert the CD to an ISO image and copy to network 2 - Roll out DaemonTools which allows access to ISO files as if they were real CD-ROMS 3 - Create AUTOIT script which does the following 3a - Map a DaemonTools drive to the ISO file on a server share (if this does not work, you could include the ISO image in the PC build - assuming U use RIS) 3b - Initiate the installation 3c - Intercept all dialogs and enter appropriate information 4 - Wrap the AUTOIT script with WIWW as per previous post 5 - Allocate the MSI with GP PDQ OK? Just a thought...Have you talked to the vendor
ChrisH Posted August 23, 2005 Author Posted August 23, 2005 The only number seems to be an american one!! . The MSI I built works as admin just not limited user. Im struggling to find where the files are it's moaning about. I have given up for now anyways as I have some php to get done before the results come out.
ajbritton Posted August 23, 2005 Posted August 23, 2005 Have a look at PLATO Learning. In their support pages they have information about network deployments. They talk about adding a .DAT file to the MSI, presumably this file would have the license details in it...
ChrisH Posted August 24, 2005 Author Posted August 24, 2005 All that information is for the v1.0 unfortunately. I have already looked. The V2.0 setup is different. I can now get it deployed it just wont work for restricted users. It comes up with an error which I have had before but thought it was due to me just running ti on a network drive from a short cut. I will be using filemon again later to try and find these illusive files.
ChrisH Posted August 24, 2005 Author Posted August 24, 2005 Im in touch with the UK tech support now. The UK site wouldnt come up the other day so I peumed only the .com existed!!!
davidT Posted September 9, 2005 Posted September 9, 2005 I used MSS V1 which was a pain to get right. V2 installs to the server easiliy and we created a package which we ghost out to stations. The only problem we have is that it needs the Shockwave Extras which are on their installer but not on the one from http://www.macromedia.com/downloads. Plato Learning are in Maidenhead, Berkshire and really are quite helpful if you log a problem on their web forum.
Frazer Posted September 16, 2005 Posted September 16, 2005 V2? We only just got 1.1 last term or so! V1 wasnt so much trouble, 1 permission change to the folder and 1 to the registry subkey and all worked fine for students. 1.1 works straight off a network share (yay!). Not bothered to add it to the workstation image yet. Do you guys tend to keep rebuilding ghost images with newer software, or send out a clean image and use the software rollout from group policy?
ChrisH Posted September 16, 2005 Author Posted September 16, 2005 I tend to share it on the server first if its fairly big else I package it up and deploy it. I still havent got back round to this. Everything points at permission errors but hard to track. Will have another go soon. The most annoying thing though is setup messes up after you stick the reg info in if you try to setup from a network share. That and I tried building an AUTOIT script for it and some pages on the user interface wont let you use keyboard to get around !!
browolf Posted March 27, 2006 Posted March 27, 2006 did you figure out what the permission errors are. am having a key file error for pupils but on the same machines not for staff accounts.
noah Posted February 9, 2009 Posted February 9, 2009 Ezactly the same problem as Bowolf! Anyone found a fix?
lsheldon Posted February 23, 2009 Posted February 23, 2009 We deployed 2 MSI deployments, They probably could now be put into 1 1 has the files for New Media Science, Multimedia science school 2 has the registry entries for all the licence codes. We created a shared directory for the main install files Its a long time since i did this but i can get more information if you are intrested.
Oops_my_bad Posted May 5, 2009 Posted May 5, 2009 We deploy the .MSI via GP as you would do normally, but then copy over the PLKEY and config.xml file. Seems to work OK.
Hacksawbob Posted May 5, 2009 Posted May 5, 2009 I printed out the codes gave them to the teacher and told them to get the kids to enter it when they used a module. Pain in the arse software. I built it in the image as someone else did above but not tried V2 (thank God!)
Recommended Posts