Has anyone been able to ThinApp Adobe Reader X and have Protected mode work? I have the ThinApp, but each time I open it I get the prompt asking how I want to proceed. Open one time with Protected mode disabled, Always open disabled, or Never open disabled (which closes the program).
I see on Adobe's site that it could be an issue with opening from a network share. I thought that when it it opened, the OS could not distiinguish where it was running from, and thought it was running locally as a native account. I would like to have this work, because our regular desktops will be deployed with this feature turned on (they are running a native install for now).
The referenced article is about when the user runs a ThinApp that then calls a locally installed Reader. I do see this last post and will try the following and post the results (I'm working in XP pro SP3 but needs to have the ThinApp in Protected mode for 64-bit Windows 7 as well):
Re: Acrobat Reader X Protected Mode
I ran in to the protected mode issue in native Acrobat Reader X while launching attachments from a virtual app. I decided to add a couple of lines to Package.ini :
ChildProcessEnvironmentExceptions=acrobat.exe;acrord32.exe
ChildProcessEnvironmentDefault=Virtual
In addition to these lines, if your application's file system isolation modes are Full and WriteCopy, then you may need to make one more tweak. Our application was outputting files to its own temporary directory in the sandbox instead of using the Windows TEMP or TMP settings. We had to find that folder and set it to merged. We can now open PDF attachments from our ThinApp application and Acrobat X is able to see the files when the application extracts them to its temporary directory. We did not need to disable Acrobat Reader X protected mode within the ThinApp registry.
Both Acrobat executable names are in the list because some users have Acrobat and some have Reader.
This was tested on Windows 7 Pro 64-bit.
The post above was in reference to a ThinApp that was calling to locally installed versions of Adobe Reader and Acrobat. Not what this issue is.
I have a ThinApp Adobe Reader 10.1 built with ThinApp 4.6.1-361923 where Protected Mode works. I am trying to get 10.1.1 with ThinApp 4.6.2-467908. I need to try with both I guess to see if there is an issue here, or identify the differences.
Adobe Reader 10.1.1 Thinapped with the older version of ThinApp mentioned above. I chose acrord32.exe as the insertion point, but it did not set the file associations like the previous attempts. I had to copy this part from the [Adobe Reader X.exe] section:
Icon=%SystemRoot%\Installer\{AC76BA86-7AD7-1033-7B44-AA1000000001}\SC_Reader.ico
FileTypes=.fdf.pdf.xdp.xfdf
Protocols=acrobat
ObjectTypes=AcroExch.acrobatsecuritysettings;AcroExch.acrobatsecuritysettings.1;AcroExch.Document;AcroExch.Document.7;AcroExch.FDFDoc;AcroExch.pdfxml;AcroExch.pdfxml.1;AcroExch.XDPDoc;AcroExch.XFDF
Doc
Shortcuts=%Programs%
Then the file types registered correctly. I still have to try agan with the current version of ThinApp.
OK. Now it gets fun.
Took a working Adobe Reader 10.1.1 Thinapp created in 4.6.1 and relinked it to 4.6.2 and now it won't open in protected mode. I will be deploying the 4.6.1 version this week due to time constraints, but would like to know if anyone has a fix for the 4.6.2 version.