/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 7k  |  Created: 12/20/2013 by: overcasi

Average Rating: 0
Premiere Elements has 0 inventory records, 3 Questions, 0 Blogs and 5 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Windows Installer (Delivered as an EXE)
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 2 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (answer file driven)
0
Command Line

This is not too hard, but just when you get used to doing Adobe products, they change something. My fault I am sure for just doing what I thought was right.. Trick is, use the OEM.exe NOT the setup.exe

So, CMD line to install...

"%~dp0oem.exe" /UL1033 /V"SERIALNUMBER=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX COUNTRY=242"
IF NOT ERRORLEVEL 0 Exit %ERRORLEVEL%

Also, put the Application overrides into:

EO12AMTLibSupport
PRE12AMTLibSupport-64

I think there is enought notes about creating those...

Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (answer file driven)
Deployment Difficulty: Average
Platform(s): Windows
0
Note

The next thing you're going to askis ... what about that Adobe Log in box that appears when you launch the app??
You have to download the Adobe_prtk.exe kit. I could put the output of adobe_prtk.exe /? here, but you guys can do that...

Then create an XML for the serialisation.
"%~dp0adobe_prtk.exe" --tool=VolumeSerialize --generate --serial="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" --leid="V7{}PremiereElements-EMT12-Win-GM"

 

That creates an XML, then you need to apply it:
"%~dp0adobe_prtk.exe" --tool=VolumeSerialize --provfile="%~dp0prov.xml" 

However, an Adobe online log in still appears, but you can use the app with out logging in.

It is possible to do the online reg thing with the tool, but I have left that for the client site, they have a single user ID they use for these purposes, I will let them and their legal team have that discussion.

Setup Information:
Setup Type: Legacy Setup with command line support
Deployment Method Used: unspecified
Deployment Difficulty: Somewhat Easy
Platform(s): Windows
  • Regarding the serialization try adding the following to the end.
    --regsuppress=ss --eulasuppress --eulaaccept

    The full command would look like this:
    adobe_prtk.exe --tool=VolumeSerialize --generate --serial=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX --leid=V7{}PremiereElements-EMT12-Win-GM --regsuppress=ss --eulasuppress --eulaaccept - WayneMan 9 years ago
0
Note

One more thing...

When you launch the app, it goes to a wizard, asking users to choose a view type...
Wizard, organizer or the main app (premiere). The key below sets it to the main app

 

[HKEY_CURRENT_USER\Software\Adobe\Premiere Elements\12.0\WelcomeScreen]
"QuickLaunchApp"=dword:00000002

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (0)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Questions & Answers (3)

Questions & Answers related to Adobe Premiere Elements

5
ANSWERS
2
ANSWERED
0
ANSWERS

Blogs (0)

Blog posts related to Adobe Premiere Elements

Reviews (0)

Reviews related to Adobe Premiere Elements

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ