MSFN Forum: installing software silenlty with serial key - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

installing software silenlty with serial key Rate Topic: -----

#1 User is offline   deathdragon 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 29-September 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 30 December 2010 - 12:28 AM

im new to forum,so i wan help,i wan to install Adobe photoshop CS5 extended silent with serial key,(others software too), although i cant install software silent with winrar it ask for serial key,which is annoying so i want to install software with serials key silently,i don't have any knowledge to programing


#2 User is offline   deathdragon 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 29-September 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 01 January 2011 - 02:53 AM

View Postdeathdragon, on 30 December 2010 - 12:28 AM, said:

im new to forum,so i wan help,i wan to install Adobe photoshop CS5 extended silent with serial key,(others software too), although i cant install software silent with winrar it ask for serial key,which is annoying so i want to install software with serials key silently,i don't have any knowledge to programing


doesnt anyone have sloution to my problem????

#3 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 757
  • Joined: 29-September 05

Posted 01 January 2011 - 12:32 PM

Try a manufacturer tool: Creative Suite Enterprise Deployment
http://www.adobe.com...deployment.html

#4 User is offline   deathdragon 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 29-September 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 03 January 2011 - 08:57 AM

View Postcdob, on 01 January 2011 - 12:32 PM, said:

Try a manufacturer tool: Creative Suite Enterprise Deployment
http://www.adobe.com...deployment.html

thats only for photoshop what i do for other softwares

#5 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 January 2011 - 11:45 PM

each manufacturers software is different. you can look at the unattended windows guide there are some there http://www.msfn.org/...-windows-guide/ or appdeploy.com, the other option is to search the manufacturers support site for more information.

#6 User is offline   quakeon 

  • Group: Members
  • Posts: 3
  • Joined: 01-August 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 13 January 2011 - 06:11 AM

View Postdeathdragon, on 30 December 2010 - 12:28 AM, said:

im new to forum,so i wan help,i wan to install Adobe photoshop CS5 extended silent with serial key,(others software too), although i cant install software silent with winrar it ask for serial key,which is annoying so i want to install software with serials key silently,i don't have any knowledge to programing



Please can someone help or just redirect as on some tutorial that we can see exemple

Thank You.

#7 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 January 2011 - 08:16 AM

View Postquakeon, on 13 January 2011 - 06:11 AM, said:


Please can someone help or just redirect as on some tutorial that we can see exemple

Thank You.


There is no one cure all tutorial for this issue. It is different for every different type of installation method, MSI, InstallShield, Adobe, etc. So it will depend upon what software you want to deploy. Best result google "app title" silent install and you will likely find your answer in the first 5 results. Most of them I have looked for I find at appdeploy.com

#8 User is offline   Geej 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 572
  • Joined: 01-January 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 13 January 2011 - 09:20 PM

You can also try reading here

#9 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 242
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 February 2011 - 04:36 AM

Here's the guide:
1. create an xml file as follow, save it as "whatever.override" format, don't forget to replace the "xxxxxxxxxxxxxxxxxxxxxxxxxx" with your serial number(without any separator)
for 32-bit CS5
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload adobeCode="{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}">
  <Data key="Serial" protected="0">xxxxxxxxxxxxxxxxxxxxxxxxxx</Data>
  <Data key="Registration">Suppress</Data>
  <Data key="EULA">Suppress</Data>
  <Data key="Updates">Suppress</Data>
</Payload>
</Configuration>



for 64-bit CS5
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload adobeCode="{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}">
  <Data key="Serial" protected="0">xxxxxxxxxxxxxxxxxxxxxxxxxx</Data>
  <Data key="Registration">Suppress</Data>
  <Data key="EULA">Suppress</Data>
  <Data key="Updates">Suppress</Data>
</Payload>
</Configuration>



2 .create a deployment answer file, save it as "Deployment.xml", for other languages other than en-us, refer to the examples within "Deployment" folder of CS5 setup media.

for 32-bit en-US CS5
<?xml version="1.0" encoding="utf-8"?><Deployment>
  <Properties>
    <!--Note that the INSTALLDIR value is machine specific.  The value below is a suggested default value but may need to be overriden.-->
    <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
  <Property name="mediaSignature">{15FEDA5F-141C-4127-8D7E-B962D1742728}</Property><Property name="driverAdobeCode">{15FEDA5F-141C-4127-8D7E-B962D1742728}</Property><Property name="installLanguage">en_US</Property></Properties>
  <Payloads>
    <Payload adobeCode="{15FEDA5F-141C-4127-8D7E-B962D1742728}">
      <Action>install</Action>
    </Payload>
  <Payload adobeCode="{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}">
      <Action>install</Action>
    </Payload></Payloads>
</Deployment>



for 64-bit en-US CS5

<?xml version="1.0" encoding="utf-8"?><Deployment>
  <Properties>
    <!--Note that the INSTALLDIR value is machine specific.  The value below is a suggested default value but may need to be overriden.-->
    <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
  <Property name="mediaSignature">{15FEDA5F-141C-4127-8D7E-B962D1742728}</Property><Property name="driverAdobeCode">{15FEDA5F-141C-4127-8D7E-B962D1742728}</Property><Property name="installLanguage">en_US</Property></Properties>
  <Payloads>
    <Payload adobeCode="{15FEDA5F-141C-4127-8D7E-B962D1742728}">
      <Action>install</Action>
    </Payload>
  <Payload adobeCode="{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}">
      <Action>install</Action>
    </Payload></Payloads>
</Deployment>



3. now use the following command line to silently install your cs5
Set-up.exe --mode=silent --deploymentFile="your Deployment.xml file path" --overrideFile="your .override file path"

4. If you want to install CS5 from removable media, create a folder named "Adobe CS5" under the root of media, and place all of the CS5 setup source files (including folders "Deployment", "packages", "payloads", "resources" and Set-up.exe file) into it.

5. Most official CS5 updates and plugins can be install silently with "--mode=silent" switch, but I don't figure out how to install them directly from removable media, currently I need to copy them to harddisk and delete them after installation.

This post has been edited by Rico.JohnnY: 05 February 2011 - 05:07 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy