Jump to content

Problem installing Applications


Recommended Posts

Hello

After I installed Windows, the Applicatins seems to start the installation.

I do this Work, Made folder called my $OEM$ to sources .In this way :

sources\$OEM$\$$\SETUP\SCRIPTS

and write Commands to run Install Application in to SETUPCOMPLETE.CMD .Programs that will be installed with this command I call.

cc711f58e74f47a893d2.jpg

But some programs are not installed, such as:

Adobe Photoshop CS4

Yahoo Messenger.exe

Google Toolbar.exe

Of course, all programs are installed as Sylnt. I want to know this way is correct or not?

If there is a better method please guide me. B)

THANKS A LOT

Link to comment
Share on other sites


...

But some programs are not installed, such as:

Adobe[whitespace]Photoshop[whitespace]CS4

Yahoo[whitespace]Messenger.exe

Google[whitespace]Toolbar.exe

...

Hello,

I edited your quote above replacing some whitespace with [whitespace] for display only.

All 3 commands that failed have [whitespace]. CMD will terminate at the 1st whitespace encountered and consider the next part of the string as a parameter (sometimes known as a switch with installers). If the command or parameters include whitespace then you may need to use double quotes to inform CMD that the command or parameter string is one complete command or parameter.

Example:

"path\to\some file.exe" "parameter 1" "parameter 2"

So you could try this instead:

"%SYSTEMROOT%\setup\scripts\Adobe Photoshop CS4.exe"
"%SYSTEMROOT%\setup\scripts\Unlocker.exe"
"%SYSTEMROOT%\setup\scripts\WinRAR.exe"
"%SYSTEMROOT%\setup\scripts\Google Toolbar.exe"
"%SYSTEMROOT%\setup\scripts\Yahoo Messenger.exe"

Link to comment
Share on other sites

I use this Commands , it work very nice.but after install my Applications don't create Shortcut from software.While I have defined them Shortcut.

Please tell me where is the problem?

THANKS A LOT

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...