Discussion:
[Unattended-Dev] [unattended:code] New commit by mythrix
Juanjo Pablos
2015-09-09 11:28:28 UTC
Permalink
Hi,
This change does not work on Windows XP. We need to split
adobe-reader.bat into x86-adobe-reader.bat and AMD64-adobereader.bat

what do you think?


El 09/09/15 a las 13:20, Unattended, A Windows deployment system SVN
Adobe Reader DC (v12), new file.
By mythrix on 09/09/2015 11:20
*View Changes* <http://sourceforge.net/p/unattended/code/3966/>
------------------------------------------------------------------------
Sent from sourceforge.net because you indicated interest in
https://sourceforge.net/p/unattended/code/
To unsubscribe from further messages, please visit
https://sourceforge.net/auth/subscriptions/
Johan Ho
2015-09-09 13:41:04 UTC
Permalink
Huh, but the DC/12 version of Adobe Reader is also 32-bit? It is
installed in %PROGRAMFILES(x86)% and the executable is also called
AcroRd32.exe.

I'm guessing DC just checks the OS version when installing and stops if
it's not at least Windows 7.

That's why I thought it was just as well to call the new file by version
name.

Johan Ho
Post by Juanjo Pablos
Hi,
This change does not work on Windows XP. We need to split
adobe-reader.bat into x86-adobe-reader.bat and AMD64-adobereader.bat
what do you think?
El 09/09/15 a las 13:20, Unattended, A Windows deployment system SVN
Adobe Reader DC (v12), new file.
By mythrix on 09/09/2015 11:20
*View Changes* <http://sourceforge.net/p/unattended/code/3966/>
------------------------------------------------------------------------
Sent from sourceforge.net because you indicated interest in
https://sourceforge.net/p/unattended/code/
To unsubscribe from further messages, please visit
https://sourceforge.net/auth/subscriptions/
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
unattended-devel mailing list
https://lists.sourceforge.net/lists/listinfo/unattended-devel
Juanjo Pablos
2015-09-10 00:23:30 UTC
Permalink
Post by Johan Ho
Huh, but the DC/12 version of Adobe Reader is also 32-bit? It is
installed in %PROGRAMFILES(x86)% and the executable is also called
AcroRd32.exe.
I did notice just on the XP machines, I do not know.
Post by Johan Ho
I'm guessing DC just checks the OS version when installing and stops if
it's not at least Windows 7.
That's why I thought it was just as well to call the new file by version
name.
Well I do not know what to do. Quite possibly there will be no new
version for windows XP/2003. So I could transform adobe-reader.bat

IF HKLM\Software\Microsoft\Windows NT\CurrentVersion==5.1 then
adobe-reader11.bat
IF HKLM\Software\Microsoft\Windows NT\CurrentVersion==6.1 then
adobe-reader-dc.bat

This way will not break anyone scripts. But Maybe some people will like
to stay on acrobat reader11 on new systems.

Can anyone else give some feed back?
Johan Ho
2015-11-04 08:25:38 UTC
Permalink
Post by Juanjo Pablos
Post by Johan Ho
Huh, but the DC/12 version of Adobe Reader is also 32-bit? It is
installed in %PROGRAMFILES(x86)% and the executable is also called
AcroRd32.exe.
I did notice just on the XP machines, I do not know.
Post by Johan Ho
I'm guessing DC just checks the OS version when installing and stops if
it's not at least Windows 7.
That's why I thought it was just as well to call the new file by version
name.
Well I do not know what to do. Quite possibly there will be no new
version for windows XP/2003. So I could transform adobe-reader.bat
IF HKLM\Software\Microsoft\Windows NT\CurrentVersion==5.1 then
adobe-reader11.bat
IF HKLM\Software\Microsoft\Windows NT\CurrentVersion==6.1 then
adobe-reader-dc.bat
This way will not break anyone scripts. But Maybe some people will like
to stay on acrobat reader11 on new systems.
Can anyone else give some feed back?
Oops, I thought I had sent this e-mail, but it was still in my Drafts
folder.

Anyways, to be honest I'm not overly impressed by DC / v12. There are a
few "premium function" buttons that nags people to buy the "full version"...

Maybe it would be good to give people the option to choose which version
they want?

But I'm not sure how long Adobe Reader v11 will still be patched with
security updates. According to their Downloads page
(https://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows)
they do have an update for v11 from October at least.

Johan Ho

------------------------------------------------------------------------------
Juanjo Pablos
2015-11-04 11:49:35 UTC
Permalink
Post by Johan Ho
Anyways, to be honest I'm not overly impressed by DC / v12. There are a
few "premium function" buttons that nags people to buy the "full version"...
Maybe it would be good to give people the option to choose which version
they want?
That is why there is an adobe-reader-dc.bat

------------------------------------------------------------------------------
Loading...