Jump to content

Recommended Posts

Posted

When I want to install Acrobat Reader, WPI trys to install the updates first. Can u tell me why?

pn=1;
prog[pn]=['Acrobat Reader 7.0']
uid[pn]=['ACROBATREADER']
picw[pn]=['128']
pich[pn]=['128']
desc[pn]=['Acrobat Reader 7.0']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[35]
cmd1[pn]=['\\\\Nt_fima_s\\service\\Support_Software\\Acrobat\\AdobeReader.msi /qn']
cat[pn]=['Utilities']
pn++

prog[pn]=['Acrobat Reader Update 7.1']
uid[pn]=['ACROBATREADERUPDATE71']
deps[pn]=['ACROBATREADER']
picw[pn]=['128']
pich[pn]=['128']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[36]
cmd1[pn]=['\\\\Nt_fima_s\\service\\Support_Software\\Acrobat\\Acro-Reader_701_Update.exe /S /v/qb']
cat[pn]=['Updates']
pn++

prog[pn]=['Acrobat Reader Update 7.2']
uid[pn]=['ACROBATREADER72UPDATE']
deps[pn]=['ACROBATREADER']
picw[pn]=['128']
pich[pn]=['128']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[37]
cmd1[pn]=['\\\\Nt_fima_s\\service\\Support_Software\\Acrobat\\Acro-Reader_702_Update.exe /S /v/qb']
cat[pn]=['Updates']
pn++


Posted (edited)
Have you tried useing ' ' around the ordernumbers? (ex. ordr[pn]=['35'] )

I never touched the config.js by hand. Its the work from wpi.

But i´ll try the ''

*edit*

I tried it now, but it didnt work with '' too.

Thx glent for the hint but i think the acrobat reader isnt the problem ... and i want to fix that now, maybe i get the same problem with other programms too and than i cant use your solution.

Edited by Fiasko
Posted

Could you try it this way? It may just be a temp. workaround until the problem is really fixed.

cmd1[pn]=['\\\\Nt_fima_s\\service\\Support_Software\\Acrobat\\AdobeReader.msi /qn']

cmd2[pn]=['\\\\Nt_fima_s\\service\\Support_Software\\Acrobat\\Acro-Reader_701_Update.exe cmd3[pn]=['\\\\Nt_fima_s\\service\\Support_Software\\Acrobat\\Acro-Reader_702_Update.exe /S /v/qb']

Posted (edited)

Thats working ... funny i had that kind of configuration before i switched to the other but it wasnt working...

Well everything works for now.

Thx for ya help

Edited by Fiasko
  • 1 month later...
Posted

Sorry to bring back an old thread but in looking at this I noticed two things and this may be useful for other proggies

1 All three files do not have the same category. WPI will probably not worry about the order with default settings. (someone correct me if I am wrong)

2 You should change the dependency on the 7.0.2 update to depend on the 7.0.1 update as well as Acrobat.

Fixing number 1 would probably solve your problem. Although Ghost suggestion is probably the best way to do it.

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