/build/static/layout/Breadcrumb_cap_w.png

SCCM problem when deploy flash 10.3.181

Dear my friends,

i am useing SCCM2007R2. And try to deploy flash 10.3.181 . Also downloaded the .msi file from adobe.
but can't get success when push to client side.
here is so message that i hope anyone can help me.Please........
because i need to deploy it for 300 client pc in next monday (deadline) ><!

COMMAND LINE : install_flash_player_10_activex.msi /quiet /norestart

Description (report)
An error occurred while preparing to run the program for advertisement "G4120XXX" ("G410XXXX" - "Flash 10.3 ActiveX"). The operating system reported error -2147024894: The system cannot find the file specified. Additional program properties: Command line: install_flash_player_10_activex.msi /quiet /norestart Working directory: Drive letter (? = any): Possible cause: This message most commonly occurs when the program's command-line executable file could not be found, when a required drive letter connection to a distribution point could not be established, or when the program is configured to use the SMS Software Installation Account but the account is not specified, could not be found, or does not have the appropriate permissions. Solution: Check each of the items listed above.

i am sure that the location is fully access-able for client pc.
that i though , maybe there i missed some step.

Thx for all you help.

0 Comments   [ + ] Show comments

Answers (20)

Posted by: anonymous_9363 12 years ago
Red Belt
0
IIRC, SCCM is pretty dumb as far as handling registered file types is concerned. You'll need to use the full command line, i.e. including the call to MSIEXEC.
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
Thank you.
So that you mean the command line should be msiexec /i install_flash_player_10_activex.msi /quiet /norestart right?
Posted by: dunnpy 12 years ago
Red Belt
0
Nearly there, I assume that you've not produced an MST to customise the installation in anyway so:

msiexec /i install_flash_player_10_activex.msi /qn REBOOT=ReallySuppress

/qn :quiet with no user interface
REBOOT=ReallySuppress :configures the REBOOT public property on the comnandline to prevent a restart.

You might also want to set this in SCCM to only run when no user is logged in. It's a browser plugin, so if the browser is open the plugin installation may fail.

Thanks,

Dunnpy
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
but here i get new situation.
i installed the flash plugin and successful.
howevery the flash player version turn back to 10.2 not 10.3.
And the magic thing is....... if i manually install from local cash.
that will upgrate to 10.3 @@!
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
one more things that i wanta know....

i see the sccm have a cash locate in local HDD on client side.
is it any setting that allow sccm client to cash?
and any way that case the client side pc didn't cash the software on local but the policy for sccm client is allow to cash.
Thx
Posted by: anonymous_9363 12 years ago
Red Belt
0
the flash player version turn back to 10.2 not 10.3. Have you checked the actual file version information? Have you matched the installed file versus the content of the MSI? Did you use a verbose log of the install?

I'm afraid I don't understand what you're asking about in your last post about local cacheing.
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
ok. i now can success to deploy the flash player .but the problem is , the install version is 10.3 and i can verify the .msi by manually install also show me the version is 10.3
If i useing the sccm , that will only deploy the 10.2 on client side with useing the same .msi
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
more information : for testing i have already removed all flash player on my test pc before i push sccm packages.
Posted by: anonymous_9363 12 years ago
Red Belt
0
Use ProcMon to determine how the version number is displayed. Perhaps it's being called from an old registry setting which you may have overlooked? Also have you followed my advice from post #7? That is, does the installed file's properties match those in the MSI?
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
downloaded the ProcMon from M$. But don't know how it work. Just can see there is many information......
How every i got some log from my testing pc and discover that even the wmi engine on that pc ..also respon retune code = 0 (success)

i try to show you some of it ----------



<![LOG[Valid MSI Package path = C:\WINDOWS\system32\CCM\Cache\G41000C8.5.System\install_flash_player_10_plugin.msi]LOG]!><time="12:45:59.353+000" date="06-02-2011" component="execmgr" context="" type="1" thread="12384" file="msiexecution.cpp:312">
<![LOG[Found executable file msiexec with complete path C:\WINDOWS\system32\msiexec.exe]LOG]!><time="12:45:59.353+000" date="06-02-2011" component="execmgr" context="" type="1" thread="12384" file="execengnutility.cpp:264">
<![LOG[Successfully prepared command line "C:\WINDOWS\system32\msiexec.exe" /a install_flash_player_10_plugin.msi /qn REBOOT=ReallySuppress]LOG]!><time="12:45:59.353+000" date="06-02-2011" component="execmgr" context="" type="1" thread="12384" file="scriptexecution.cpp:523">
<![LOG[Command line = "C:\WINDOWS\system32\msiexec.exe" /a install_flash_player_10_plugin.msi /qn REBOOT=ReallySuppress, Working Directory = C:\WINDOWS\system32\CCM\Cache\G41000C8.5.System\]LOG]!><time="12:45:59.353+000" date="06-02-2011" component="execmgr" context="" type="1" thread="12384" file="scriptexecution.cpp:284">
<![LOG[Created Process for the passed command line]LOG]!><time="12:45:59.368+000" date="06-02-2011" component="execmgr" context="" type="1" thread="12384" file="scriptexecution.cpp:407">
<![LOG[Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistProgramStartedEvent
{
AdvertisementId = "G412026B";
ClientID = "GUID:9EAB8F0C-458E-48C4-AD38-3AEFB65887BF";
CommandLine = "\"C:\\WINDOWS\\system32\\msiexec.exe\" /a install_flash_player_10_plugin.msi /qn REBOOT=ReallySuppress";
DateTime = "20110602044559.384000+000";
MachineName = "HGIWKDRPT27XP";
PackageName = "G41000C8";
ProcessID = 1324;
ProgramName = "Flash 10.3.18.14 Plugin";
SiteCode = "G41";
ThreadID = 12384;
UserContext = "NT AUTHORITY\\SYSTEM";
WorkingDirectory = "C:\\WINDOWS\\system32\\CCM\\Cache\\G41000C8.5.System\\";
};
]LOG]!><time="12:45:59.399+000" date="06-02-2011" component="execmgr" context="" type="1" thread="12384" file="event.cpp:525">
<![LOG[Raised Program Started Event for Ad:G412026B, Package:G41000C8, Program: Flash 10.3.18.14 Plugin]LOG]!><time="12:45:59.399+000" date="06-02-2011" component="execmgr" context="" type="1" thread="12384" file="executioncontext.cpp:523">
<![LOG[Program exit code 0]LOG]!><time="12:47:07.354+000" date="06-02-2011" component="execmgr" context="" type="1" thread="13484" file="scriptexecution.cpp:547">
<![LOG[Looking for MIF file to get program status]LOG]!><time="12:47:07.354+000" date="06-02-2011" component="execmgr" context="" type="1" thread="13484" file="executionstatus.cpp:282">
<![LOG[Script for Package:G41000C8, Program: Flash 10.3.18.14 Plugin succeeded with exit code 0]LOG]!><time="12:47:07.354+000" date="06-02-2011" component="execmgr" context="" type="1" thread="13484" file="executionstatus.cpp:259">
<![LOG[Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistProgramCompletedSuccessfullyEvent
{
AdvertisementId = "G412026B";
ClientID = "GUID:9EAB8F0C-458E-48C4-AD38-3AEFB65887BF";
DateTime = "20110602044707.386000+000";
MachineName = "HGIWKDRPT27XP";
PackageName = "G41000C8";
ProcessID = 1324;
ProgramName = "Flash 10.3.18.14 Plugin";
SiteCode = "G41";
ThreadID = 13484;
UserContext = "NT AUTHORITY\\SYSTEM";
};
]LOG]!><time="12:47:07.417+000" date="06-02-2011" component="execmgr" context="" type="1" thread="13484" file="event.cpp:525">
<![LOG[Raised Program Success Event for Ad:G412026B, Package:G41000C8, Program: Flash 10.3.18.14 Plugin]LOG]!><time="12:47:07.417+000" date="06-02-2011" component="execmgr" context="" type="1" thread="13484" file="executioncontext.cpp:551">
<![LOG[Execution is complete for program Flash 10.3.18.14 Plugin. The exit code is 0, the execution status is Success]LOG]!><time="12:47:07.417+000" date="06-02-2011" component="execmgr" context="" type="1" thread="12944" file="execreqmgr.cpp:3908">
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
<![LOG[Looking for MIF file to get program status]LOG]!><time="12:47:07.354+000" date="06-02-2011" component="execmgr" context="" type="1" thread="13484" file="executionstatus.cpp:282">
<![LOG[Script for Package:G41000C8, Program: Flash 10.3.18.14 Plugin succeeded with exit code 0]LOG]!><time="12:47:07.354+000" date="06-02-2011" component="execmgr" context="" type="1" thread="13484" file="executionstatus.cpp:259">



you can see here i.
But if i run add / remove program....that is no flash play have been installed.
Thx all
Posted by: anonymous_9363 12 years ago
Red Belt
0
downloaded the ProcMon from M$. But don't know how it workYou'll find this job - or any support job, frankly - hard to do unless you learn how to use tools like this.
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
can you give me some tips / keyword for seach on ProcMon?
actually i don't know what program that it(SCCM) run.
ProcMon show me a lot of GUID which i know thats a pat of service like WMI.
And located the regedit.

Thx VBScab
Isaac
Posted by: Lucid 12 years ago
Purple Belt
0
In the logs you posted it lists: CommandLine = "\"C:\\WINDOWS\\system32\\msiexec.exe\" /a install_flash_player_10_plugin.msi /qn REBOOT=ReallySuppress";

What do you have listed as the command line in the package's Program? Are you using "/a", or are you using "/i" as shown by DUNNPY's post?
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
ok. Here i want to say sorry with Lucid , VBScab and DUNNPY.
i just take a sickleave and return office to try again.
And i though there is a misstake inside our discuess.
the CommandLine what a usually say .... that i though is under programs / properties /
and here is my currently CommandLine : "Adobe Flash Player 10.3.18.14\install_flash_player_10_active_x.msi" /qn REBOOT=ReallySuppress

There is no more msiexec /i or /a.
The sccm can transfer to "C:\WINDOWS\System32\msiexec.exe" /i "C:\WINDOWS\system32\CCM\Cache\G41000C8.11.System\Adobe Flash Player 10.3\install_flash_player_10_active_x.msi" /qn REBOOT=ReallySuppress when we are pushing on server.

And there is /a installation on sccm client side which allow you to install manually.

So i here say Thank You with all you help in my post.
And appologize with my bad communication.
Posted by: anonymous_9363 12 years ago
Red Belt
0
there is /a installation on sccm client side which allow you to install manually. No, the '/a' argument is used to create an Administrative Installation Point. It does NOT install the product.

The command line you show still doesn't include an explicit call to MSIExec.EXE.
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
i don't know.
But it really success when i useing "Adobe Flash Player 10.3.18.14\install_flash_player_10_active_x.msi" /qn REBOOT=ReallySuppress
Under the sccm report from server, it show me "C:\WINDOWS\System32\msiexec.exe" /i "C:\WINDOWS\system32\CCM\Cache\G41000C8.11.System\Adobe Flash Player 10.3\install_flash_player_10_active_x.msi" /qn REBOOT=ReallySuppress .

so i guess it may transfer something automatically.
trust me. that real.
and thx for your reply.it make me fix the problem.^^"
Posted by: donaghs 12 years ago
Senior Yellow Belt
0
ORIGINAL: dunnpy

Nearly there, I assume that you've not produced an MST to customise the installation in anyway so:

msiexec /i install_flash_player_10_activex.msi /qn REBOOT=ReallySuppress

/qn :quiet with no user interface
REBOOT=ReallySuppress :configures the REBOOT public property on the comnandline to prevent a restart.

You might also want to set this in SCCM to only run when no user is logged in. It's a browser plugin, so if the browser is open the plugin installation may fail.

Thanks,

Dunnpy





I've used the exact same syntax in my Adobe Flash SCCM deployments, "msiexec /i install_flash_player_10_activex.msi /qn REBOOT=ReallySuppress". It has always worked well. In fact, until now, I noticed, from trial and error testing, that it appeared to upgrade Flash on machines, regardless of whether people were logged in or not, and had browsers open.

But with the latest version, 10.3.181.23, I notice it returns error messages unless you specify " when no user is logged in".
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
Thx for your information Donaghs , i will write it done.
i have one more question on the deployment.
That i wonder there is some client unable to run. and i discover the ccm/cash didn't update.But chacked the server is currently enable the scours daily update.
Thx
Posted by: isaac.lex 12 years ago
Senior Yellow Belt
0
For the ccm/cash didn't update issue... that i foundout the mainpoint is the share file name : SMSSIG$

and it should be have the read only right for everyone.
Now i change to system & domain users read only.

Thx all
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

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

Sign up! or login

Share

 
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