Page 1 of 1 1
Topic Options
#168108 - 2006-09-20 01:44 AM OT - (Photoshop CS2) MST creation (with Orca)
Witto Offline
MM club member
*****

Registered: 2004-09-29
Posts: 1828
Loc: Belgium
Has anybody experience creating an MST file with Orca (or another tool). I would like to incorporate registry keys to the installation as described here: Perform a silent installation of Photoshop (CS2 on Windows XP). Most of all I want to Suppress the Registration dialog box.
Top
#168109 - 2006-09-20 03:42 AM Re: OT - (Photoshop CS2) MST creation (with Orca)
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
http://www.msfn.org/board/index.php?showtopic=71802&hl=photoshop
Top
#168110 - 2006-09-20 06:51 AM Re: OT - (Photoshop CS2) MST creation (with Orca)
Witto Offline
MM club member
*****

Registered: 2004-09-29
Posts: 1828
Loc: Belgium
Thanks Rad,
I also found this modified msi installer that I can download. But I was looking about explanations how to use Orca (or other free mst creator tools) so I would have more advantage of it afterwards.
It would feel better using the original MSI and a custom self tailored MST.

Top
#168111 - 2006-09-20 11:52 AM Re: OT - (Photoshop CS2) MST creation (with Orca)
Witto Offline
MM club member
*****

Registered: 2004-09-29
Posts: 1828
Loc: Belgium
I think I got it.
To everybody who is interested: just share my knowledge ***AS IS***

How to run a silent mode installation:

Edit the Abcpy.ini (this file is in the same directory as "Adobe Photoshop CS2.msi")
Modify the "OEM Install" section
Code:

[OEM Install]
SERIALNUMBER=1234-5678-9012-3456-7890-1234
SERIALNUMBERTRYOUT=
USERNAME=Your Name
COMPANYNAME=The Company
INSTALLDIR=



How to suppress the Registration dialog box:

With Orca, open the installer "Adobe Photoshop CS2.msi"
Create a new transform file
In the column "Table", go to "Registry"
Add four keys
Code:

Registry = Custom1
Root = 2
Key = SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\[ProductCode]
Name = EPIC_REGS_TYPE
Value = #00000004
Component = Reg_HKLM

Registry = Custom2
Root = 2
Key = SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\[ProductCode]
Name = EPIC_REGS_STATE
Value = #00000002
Component = Reg_HKLM

Registry = Custom3
Root = 2
Key = SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\[ProductCode]
Name = EPIC_REGS_LANG
Value = #00000000
Component = Reg_HKLM

Registry = Custom4
Root = 2
Key = SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\[ProductCode]
Name = EPIC_REGS_COUNT
Value = #00000000
Component = Reg_HKLM


Little explanation
  • Registry: Choose a name
  • Root: (this is how I think it is...)
    0 = HKCR
    1 = HKCU
    2 = HKLM
    3 = HKU
    4 = HKCC
  • Key: Do not forget to delete the preceeding "HKLM\"
  • Name: The Entry name in the registry
  • Value: The value for the Entry
    If you want to add a DWORD (like in this example), you will need a preceeding #-sign
  • Component: I get the impression this can be different depending on the MSI. In this case, "Reg_HKLM" seems to work.

Now launch your installation, p.e.
Code:

@msiexec.exe /i "\\Server\Share\Deeper\Adobe Photoshop CS2.msi" TRANSFORMS="\\Server\Share\Deeper\Adobe Photoshop CS2.mst" /qb!


Or create a group policy in your active directory that you only apply to a group of (users or) computers.

Top
Page 1 of 1 1


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 323 anonymous users online.
Newest Members
Audio, Hoschi, Comet, rrosell, PatrickPinto
17880 Registered Users

Generated in 0.051 seconds in which 0.023 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org