Jump to content

Photoshop CS 2


Guilherme

Recommended Posts

Hello,

I want to create a Photoshop Silent Install CD which install PS and PS Plugins (Plugins Folder)

so, what i have to do? configure the PS .ini only?

i want to install PS and when the installation ends, the program automatically copy the Plugins folder from the CD to the PS folder...

it's possible?

Thanks, bye :hello:

Link to comment
Share on other sites


yeah, PS i can install...

noob question:

yeah, but i will copy it from D:\Plugins to "C:\Program Files\Adobe\Plugins" <== As Shown Here

my batch file does not work when folder names have spaces....

so, can u help me?

Add double quotes around the path.

Link to comment
Share on other sites

yeah, thanks, i found the answer... (C:\Progra~1\Adobe)... i will try the "."

so, the last question:

i have 2 CD drives.... E:\ and F:\

whats the command i have to add to my batch, for it recognize automatically my CD-Rom drive?

Edited by Guilherme
Link to comment
Share on other sites

whats the command i have to add to my batch, for it recognize automatically my CD-Rom drive?

There are dozens of examples scattered about here at MSFN, with entire threads devoted to this subject alone. Please search!

Link to comment
Share on other sites

yeah, thanks, i found the answer... (C:\Progra~1\Adobe)... i will try the "."

so, the last question:

i have 2 CD drives.... E:\ and F:\

whats the command i have to add to my batch, for it recognize automatically my CD-Rom drive?

Short and sweet. A DOS batch file knows where it is, so use path addressing from it.

Set PP=%~d0

%PP% is where your DOS batch file is (including a backslash)

Use sub-folders from your RunOnceEx.cmd for ease.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...