View Poll Results: Works

Voters
10. You may not vote on this poll
  • Yes

    7 70.00%
  • Needed a tweak or two

    1 10.00%
  • No

    2 20.00%
+ Post New Thread
Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
Educational Software Thread, GUIDE: Promethean ACTIV software MSI conversion steps in Technical; I will have a look and post if I find the change. Thanks for the tip Big-Jon...
  1. #16

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,673
    Blog Entries
    1
    Thank Post
    681
    Thanked 1,017 Times in 591 Posts
    Rep Power
    264

    Re: GUIDE: Promethean ACTIV software MSI conversion steps

    I will have a look and post if I find the change.
    Thanks for the tip Big-Jon

  2. IDG Tech News

  3. #17
    PEO
    PEO is offline
    PEO's Avatar
    Join Date
    Oct 2007
    Posts
    2,050
    Thank Post
    422
    Thanked 147 Times in 92 Posts
    Rep Power
    66

    Re: GUIDE: Promethean ACTIV software MSI conversion steps

    Hi ZeroHour

    just created the msi package with the new info. cheers for the little tutorial. I have a quick question how did you know to add COMPANYNAME, PIDKEY etc and not COMPANY or PRODUCTKEY. just i'm sure some point I will come across a smiliar task and would like to know how you found out the correct information to add to the msi file.

    cheers bud

  4. #18
    PEO
    PEO is offline
    PEO's Avatar
    Join Date
    Oct 2007
    Posts
    2,050
    Thank Post
    422
    Thanked 147 Times in 92 Posts
    Rep Power
    66

    Re: GUIDE: Promethean ACTIV software MSI conversion steps

    *bump*

  5. #19

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,673
    Blog Entries
    1
    Thank Post
    681
    Thanked 1,017 Times in 591 Posts
    Rep Power
    264

    Re: GUIDE: Promethean ACTIV software MSI conversion steps

    Hi
    Sorry for the belated reply.
    Basically I just sniffed around the msi using orca to see what was checking what.
    For this I viewed the dialogues and then had a look in the "Control" table after I got the invalid serial dialogue to appear. Look at the keys titled "CustomerInformation" and you will notice a property of one of them is PIDKEY which was a big clue. Its been a while since I made the guide but basically trial and error and reading the msi logic gives you clues. Anything thats a property can be set in the properties table so I just tried adding it in there.
    You will also notice that the property "COMPANYNAME" is used in that "Control" table as well so I tried that.
    Its not guaranteed to work for all but I hope it gives you some idea how it works.

    Cheers

  6. #20
    FatBoy's Avatar
    Join Date
    Oct 2007
    Location
    Kent, UK
    Posts
    223
    Thank Post
    50
    Thanked 16 Times in 13 Posts
    Rep Power
    12
    Hi People,

    Just wanted to say thanks for all the help in creating this mst file I have just finished it and it works great. Many thanks Zerohour and all others that contributed

  7. #21
    hit
    hit is offline
    hit's Avatar
    Join Date
    Mar 2008
    Location
    London
    Posts
    191
    Thank Post
    19
    Thanked 28 Times in 28 Posts
    Rep Power
    43

    ActivPrimary 3.5.27

    FYI,

    It appears that the shared resources for ActivPrimary 3.5.27 should be...

    ACTIVPRIMARY31 = {UNC OF SHARED RESOURCES DIRECTORY}
    instead of
    ACTIVPRIMARY3 = {UNC OF SHARED RESOURCES DIRECTORY}

    Took me a day or so to notice! DOHHHH!

  8. #22
    cromertech's Avatar
    Join Date
    Dec 2007
    Location
    Cromer by the coast
    Posts
    605
    Thank Post
    118
    Thanked 90 Times in 84 Posts
    Rep Power
    34
    Just thought i'd drag this thread up again as I'm having issues with this.

    I can't get the shared resources to work. We have just got a load of new promethean boards and I really don't want to fork out the network install when i've just paid loads of money for a site licence. Version 3.7 was shipped with the boards we have and the rest of the procedure above works fine.

    I've set the property for the shared resources but it does not pick it up. I get no error from the group policy deployment but when i open the settings of activstudio the shared resources are pointing to the All Users document folder not the UNC path I specified.

    Do you know of any other fix I can use maybe copying the settings file post install to set some global settings

  9. #23
    cromertech's Avatar
    Join Date
    Dec 2007
    Location
    Cromer by the coast
    Posts
    605
    Thank Post
    118
    Thanked 90 Times in 84 Posts
    Rep Power
    34
    Ok got it working problem was with me not reading carefully enough


  10. #24

    Join Date
    Jun 2009
    Location
    Orlando
    Posts
    1
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Thanks for the write up on how to do a network installation. I'm trying to Deploy the software now through Altiris and not having a good time. I don't see an exe file to use so I'm using the MSI but the MSI won't find the MST and do a unattended installation. The script that I'm using is: msiexec /i "\\eaums04\Activstudio v3.7\Distribution Point\ActivstudioPE3\ActivstudioPE3.msi" /quiet What else could I be doing wrong and how do I get it to install the software. If I remove the /quiet it does allow me to install it but I need to prompt it on the workstation.

    Thank you for your help
    Bob Walker

  11. #25
    hit
    hit is offline
    hit's Avatar
    Join Date
    Mar 2008
    Location
    London
    Posts
    191
    Thank Post
    19
    Thanked 28 Times in 28 Posts
    Rep Power
    43
    I don't know Altiris, but can you not just set up a group policy object (GPO) on the server?

    Create a GPO in Group Policy Management, then edit it
    Computer Configuration -> Software Settings -> Software Installation
    Action -> New -> Package
    Point to the MSI
    In the deploy software box, check Advanced then OK
    On the Modifications tab add the MST
    Thats about it, OK out then close the policy

  12. #26

    Little-Miss's Avatar
    Join Date
    Oct 2007
    Location
    Birmingham
    Posts
    3,838
    Blog Entries
    2
    Thank Post
    1,674
    Thanked 307 Times in 222 Posts
    Rep Power
    244
    My turn to revive an old thread.

    I created my very first software install using GPO, feeling pleased my self, although i've yet to check it!

    So now it's ActivPrimary 3's turn....so just wanted to see if there were any other updates or tips to this before i go ahead with the install?

    Also gonna give ActivInspire a go too, see if i can shove the staff into the present.

    Thanks!

  13. #27

    Join Date
    Oct 2007
    Posts
    128
    Thank Post
    16
    Thanked 14 Times in 14 Posts
    Rep Power
    12
    Hi has any one been able to install active studio 3.7 on a CC4 network when I install it, it if fails as I can't apply a transform file to the msi as cc4 won't let you has any one got any ideas?

SHARE:
+ Post New Thread
Page 2 of 2 FirstFirst 12

Similar Threads

  1. SMART to Promethean conversion
    By budgester in forum Educational Software
    Replies: 7
    Last Post: 10th December 2010, 08:56 AM
  2. Help write a guide for Software restriction policies for USB
    By ChrisH in forum How do you do....it?
    Replies: 7
    Last Post: 28th January 2010, 10:40 AM
  3. Help with Promethean software resources download.
    By tosca925 in forum Educational Software
    Replies: 1
    Last Post: 15th May 2007, 12:02 PM
  4. Promethean to Smart conversion tool.
    By tscnmuk in forum Windows
    Replies: 7
    Last Post: 9th May 2007, 02:45 PM
  5. Promethean Software
    By tosca925 in forum Educational Software
    Replies: 1
    Last Post: 19th May 2006, 07:56 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •