Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

Educational Software

Educational sofware forum sponsored by

Having a problem with the high quality code which populates most educational software titles? Post it here for either a solution, or sympathy from a fellow sufferer.

Go Back   EduGeek.net Forums > Technical > Educational Software
Reply
 
LinkBack Thread Tools Search Thread Language
Sponsored Links
Old 22-08-2005, 01:07 PM   #1
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,986
uk uk lancashire
Thanks: 3
Thanked 43 Times in 37 Posts
Rep Power: 22 ChrisH has a spectacular aura aboutChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Multimedia Science School 11-16 V2.0

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
  Reply With Quote
Old 22-08-2005, 01:14 PM   #2
 
Dos_Box's Avatar
 
Join Date: Jun 2005
Location: Preston, Lancashire
Posts: 3,707
uk uk lancashire
Thanks: 7
Thanked 131 Times in 60 Posts
Blog Entries: 6
Rep Power: 41 Dos_Box is a splendid one to beholdDos_Box is a splendid one to beholdDos_Box is a splendid one to beholdDos_Box is a splendid one to beholdDos_Box is a splendid one to beholdDos_Box is a splendid one to beholdDos_Box is a splendid one to behold
Send a message via MSN to Dos_Box
Default Re: Multimedia Science School 11-16 V2.0

Educational software, my favorite! Sorry mate, I've not played with that piece of software, but I can sympathise completely.
  Reply With Quote
Old 22-08-2005, 01:40 PM   #3
 
Ric_'s Avatar
 
Join Date: Jun 2005
Location: Lancashire
Posts: 5,578
uk uk lancashire
Thanks: 30
Thanked 151 Times in 132 Posts
Rep Power: 44 Ric_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to behold
Send a message via MSN to Ric_ Send a message via Skype™ to Ric_
Default Re: Multimedia Science School 11-16 V2.0

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.
  Reply With Quote
Old 22-08-2005, 02:01 PM   #4
 
SteveT's Avatar
 
Join Date: Jun 2005
Location: Kendal, Cumbria
Posts: 365
Thanks: 2
Thanked 8 Times in 5 Posts
Rep Power: 10 SteveT will become famous soon enough
Default Re: Multimedia Science School 11-16 V2.0

been there, done that, etc

I resorted to including it in the base image having tried everything else.
  Reply With Quote
Old 22-08-2005, 02:10 PM   #5
 
ajbritton's Avatar
 
Join Date: Jul 2005
Location: Wandsworth
Posts: 1,414
Thanks: 7
Thanked 15 Times in 10 Posts
Rep Power: 11 ajbritton will become famous soon enough
Default Re: Multimedia Science School 11-16 V2.0

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.
  Reply With Quote
Old 22-08-2005, 02:14 PM   #6
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,986
uk uk lancashire
Thanks: 3
Thanked 43 Times in 37 Posts
Rep Power: 22 ChrisH has a spectacular aura aboutChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Re: Multimedia Science School 11-16 V2.0

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
  Reply With Quote
Old 22-08-2005, 02:46 PM   #7
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,986
uk uk lancashire
Thanks: 3
Thanked 43 Times in 37 Posts
Rep Power: 22 ChrisH has a spectacular aura aboutChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Re: Multimedia Science School 11-16 V2.0

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.
  Reply With Quote
Old 23-08-2005, 09:25 AM   #8
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,986
uk uk lancashire
Thanks: 3
Thanked 43 Times in 37 Posts
Rep Power: 22 ChrisH has a spectacular aura aboutChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Re: Multimedia Science School 11-16 V2.0

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.
  Reply With Quote
Old 23-08-2005, 11:42 AM   #9
 
ajbritton's Avatar
 
Join Date: Jul 2005
Location: Wandsworth
Posts: 1,414
Thanks: 7
Thanked 15 Times in 10 Posts
Rep Power: 11 ajbritton will become famous soon enough
Default Re: Multimedia Science School 11-16 V2.0

If it's the case that you need to install it from a CD...

<HeathRobinson>
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?
</HeathRobinson>

Just a thought...Have you talked to the vendor
  Reply With Quote
Old 23-08-2005, 01:32 PM   #10
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,986
uk uk lancashire
Thanks: 3
Thanked 43 Times in 37 Posts
Rep Power: 22 ChrisH has a spectacular aura aboutChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Re: Multimedia Science School 11-16 V2.0

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.
  Reply With Quote
Old 23-08-2005, 09:22 PM   #11
 
ajbritton's Avatar
 
Join Date: Jul 2005
Location: Wandsworth
Posts: 1,414
Thanks: 7
Thanked 15 Times in 10 Posts
Rep Power: 11 ajbritton will become famous soon enough
Default Re: Multimedia Science School 11-16 V2.0

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...
  Reply With Quote
Old 24-08-2005, 08:04 AM   #12
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,986
uk uk lancashire
Thanks: 3
Thanked 43 Times in 37 Posts
Rep Power: 22 ChrisH has a spectacular aura aboutChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Re: Multimedia Science School 11-16 V2.0

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.
  Reply With Quote
Old 24-08-2005, 08:47 AM   #13
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,986
uk uk lancashire
Thanks: 3
Thanked 43 Times in 37 Posts
Rep Power: 22 ChrisH has a spectacular aura aboutChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Re: Multimedia Science School 11-16 V2.0

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!!!
  Reply With Quote
Old 09-09-2005, 09:00 PM   #14
 
davidT's Avatar
 
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 davidT is an unknown quantity at this point
Default Re: Multimedia Science School 11-16 V2.0

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 www.macromedia.com/downloads.
Plato Learning are in Maidenhead, Berkshire and really are quite helpful if you log a problem on their web forum.
  Reply With Quote
Old 16-09-2005, 08:53 AM   #15
 
Frazer's Avatar
 
Join Date: Sep 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 Frazer is an unknown quantity at this point
Default Re: Multimedia Science School 11-16 V2.0

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?
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
AQA e-Science How Science Works Plug-In NickJones Educational Software 0 10-10-2007 08:01 AM
Keyboard for multimedia PVR SpuffMonkey General Chat 6 05-06-2007 07:41 AM
Multimedia localzuk Thin Client and Virtual Machines 5 18-04-2007 04:32 PM
Paragon Multimedia Face-Man Recommended Suppliers 30 20-07-2006 02:35 PM
Multimedia Science School v1 Network Install Ric_ Educational Software 2 13-06-2006 10:39 AM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 09:08 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net