Applying 9.1.2 to existing admin install point

I am trying to patch my existing admin install point of Adobe Reader 9.1.1 to 9.1.2 but get this error:
The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program.  Verify that the program to be upgraded exists on yoru computer and that you have the correct upgrade patch.
I get the same error on my PC when I double click the msp file
This is the msi log from when I tried to patch the existing admin install of 9.1.1:
MSI (c) (00:58) [16:18:02:876]: Final Patch Application Order:
MSI (c) (00:58) [16:18:02:876]: Other Patches:
MSI (c) (00:58) [16:18:02:876]: Unknown\Absent: {AC76BA86-7AD7-0000-2550-7A8C40000912} - C:\CustomInstalls\AdobeReader\patches\adobe912.msp
The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer an
d that you have the correct upgrade patch.
C:\CustomInstalls\AdobeReader\acroread.msi
MSI (c) (00:58) [16:18:02:876]: Product: Adobe Reader 9.1.1 - Update '{AC76BA86-7AD7-0000-2550-7A8C40000912}' could not be installed. Error code 1642. Additional information is available in the log file c:\adobe.log.
MSI (c) (00:58) [16:18:02:923]: Product: Adobe Reader 9.1.1 -- Installation failed.
Any help is greatly appreciated.

I don't even know why I continue to use adobe products. Adobe software development is a joke. So are their UIs.
First, this forum crashed my FireFox 3.0.10 browser, twice. The second time, I figured out it was Adobe's fault. Why doesn't Adobe learn to script AJAX properly so it doesn't crash browsers? So here I am in IE8 typing a reply.
All of you guys were beating around the bush in regards to the "solution" to this problem. I have found a way to apply the patch and use an MST generated by the Adobe Customization Wizard. Granted, it would be much better if Adobe would just generate their patches correctly to begin with.
As you all have found out, you cannot create an MST using the ACW (Adobe Customization Wizard) and then use the following command
msiexec /i AcroRead.msi /p AdbeRdrUpd912_all_incr.msp /t
This will cause the aforementioned problem. Below is the proper sequence of events:
Make a backup copy of the 9.1.0 AcroRead.msi (just in case).
Run the following command: msiexec /a AcroRead.msi /p AdbeRdrUpd912_all_incr.msp This command will create an Administrative Install Point (AIP) in the directory you choose. I will place it in a directory called Patched The AcroRead.msi file will be rewritten and will be version 9.1.2 (check the Property table with ORCA and look at the value ProductVersion). In addition, the files that were in Data1.cab will be expanded and patched and are in the Patched folder I specified above. At this point, we no longer need the Data1.cab file. If you know how, you could compress all the files back into a cab and insert them back into the media table, but that is overly complicated and I forget how to do it successfully. In any event, the major benefit would be some space savings. If you had a lot of apps like this, it would be beneficial; but for one, not so much so.
Open AcroRead.msi with ACW. Make any changes you want for your installation. However, the following changes must be made or browser integration will be broken (per an earlier post in this thread):
Go to the Registry item in the left-hand menu.
Under the Destination Computer section, navigate to the following key: HKEY_CLASSES_ROOT\acrobat\DefaultIcon.
Modify the (Default) value to the following: [READER]AcroRd32.exe. NOTE: This only applies if you are installing Adobe Reader. If you are installing Acrobat, this may not apply, but I am not sure. YMMV.
This step was updated 10 July 2009 11:30:00 EST (GMT-05:00). If your are performing application virtualization, you will want to make te following changes to the MSI (via ORCA or ACW). I'm making these changes from ACW. The installer will fail during application sequencing during the installation of the Adobe Updater Manager (AUM). For virtualized applications, this component is unnecessary and should not be installed. Other sites lead you through a lengthy, risky process to eliminate the installation of the AUM. This step will eliminate the installation of AUM with two simple changes to the MSI.
In ACW, select the Direct Editor node from the left hand side.
Select the Feature table.
On the right side, locate the features named AUM and Updater. Note that the Level field for both features are 1. Change the Level field for both fields to be 200. Actually, any number greater than 100 will do, but 200 is a nice round number. Since the installer defaults to INSTALLLEVEL=100 (see the Property table), any feature with a Level value of 100 or less will be installed. Since we have now given these features an install level of 200, these features will not be installed. Generally, this tactic can be used on any component you wish not to have installed (for Adobe Reader and some other applcations with simple installers), such as AIR and Acrobat.com. Those are the only two changes that need to be made to not have AUM installed.
To make sure your users don't encounter an error while running Adobe Reader, make sure, in ACW, to uncheck the box Disable all updates under the Online and Acrobat.com Features section.
Save the package (in ACW, File->Save Package). This modifies the setup.ini file so that it will use the changes you just made (saved by default in AcroRead.mst).
I left my original instructions below, but marked as deleted. Please see step 5 below these deleted instructions. This is a new step. If you are performing application virtualization, you want to make the following changes to the MSI (via ORCA or ACW). I'm making these changes via ACW. The installer will fail during application squencing due to not being able to create to two certain registry keys. This is the easiest way that I can think of to get this to work.
Start your sequencing machine (in my case, a VM).
Install Adobe Reader 9.1.x (do not sequence, simply install).
Once installation completes, open the Registry Editor (assuming Windows Vista; if using WinXP or below, try RegEdt32.exe).
Browse to HKEY_CLASSES_ROOT\Installer\Win32Assemblies\Global
Double click the following entry (make sure you get the right one, there are two similar entries!): Microsoft.VC80.CRT,publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.762", processorArchitecture="x86".
Copy the value of the entry (on Vista, the value is already highlighted,simply right-click and choose Copy. Otherwise, right-click and choose Select All and then right-click again and choose Copy.).
Paste this value into Notepad. Save the file, making sure to select the Unicode encoding type from the Encoding drop-down list. Save it with the name Microsoft.VC80.CRT.txt
Back in the registry editor, double-click the following entry: policy.8.0.Microsoft.VC80.CRT,publicKeyToken="1fc8b3b9a1e18e3b",type="win32-policy",versio n="8.0.50727.762",processorArchitecture="x86".
Copy the value of the entry (on Vista, the value is already highlighted,simply right-click and choose Copy. Otherwise, right-click and choose Select All and then right-click again and choose Copy.).
Paste this value into Notepad. Save the file, making sure to select the Unicode encoding type from the Encoding drop-down list. Save it with the name policy.8.0.Microsoft.VC80.CRT.txt
Close the registry editor.
Reset your VM so it is clean for the sequencing (i.e. revert to a snapshot).
Back in the ACW, at the Registry portion, navigate to HKEY_CLASSES_ROOT.
Right-click HKEY_CLASSES_ROOT and selet New->Key. Name the new key Installer.
Right-click the Installer key and select New->Key again. Name the key Win32Assemblies.
Create a new key in Win32Assemblies called Global.
Select the Global key you just created.
On the right-side of the editor, right-click and choose New->Multi-String Value. Name the new value: Microsoft.VC80.CRT,publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.762", processorArchitecture="x86".
Right-click the new value and select Modify
Open the text file Microsoft.VC80.CRT.txt you created aboe.
Press CTRL+A or Edit->Select All (in Notepad) and then press CTRL+C (or Edit->Copy).
Back in ACW, paste the value from the clipboard and click OK.
Now right-click the editor and choose New->Multi-String Value again. Name it policy.8.0.Microsoft.VC80.CRT,publicKeyToken="1fc8b3b9a1e18e3b",type="win32-policy",versio n="8.0.50727.762",processorArchitecture="x86".
Open the policy.8.0.Microsoft.VC80.CRT.txt file created above.
Copy the file contents as the value of the new entry in the ACW.
Save the package. You should now be ready to install Adobe Reader via Setup.exe for sequencing.
Updated 10 July 2009 12:00:00 EST (GMT-05:00). We have one more step to perform just to clean things up bit. I'm going to create another AIP using the patched MSI and our newly created MST. However, this does not work quite as one would expect.
Run the following command: msiexec /a AcroRead.msi /t <Your_transform.mst>. I created this AIP in a folder called PatchedTransformed.
The above step created another AIP in the PatchedTransformed folder. What's different about this AIP compared to the one made at the beginning of this procedure is that the MSI file was copied to the PatchedTransformed folder as well. However, the MSI is not merged with the changes from the MST as I expected. There are two things you can do:
Modify the setup.ini file and add the following line to the [Product] section: CmdLine=TRANSFORMS="<Your_Transform.mst>", or
Use ORCA. Open your patched MSI in ORCA. Choose Transform->Apply Transform... and select the transform generated by the ACW. Then choose File->Save Transformed As... and give the transformed MSI a new name, e.g. Custom-AdobeReader-9.1.2.msi.
That's it. You now have a fully patched and modified Adobe Reader installer ready for installation or application virtualization.
At this point, you should have an MSI and MST. If you want, you can use ORCA to merge the MST into the MSI. If you're using Setup.exe, you're going to have to change th Setup.ini file.
To test that everything works, you can copy the files to a test directory and perform the following command: msiexec /a <AdobeReader.msi> [/t <Your_transform.mst>] Replace with the name of your MSI file and optionally, pass in your transform (definitely do this if you made a separate MST!). If all goes well, the installation should go well, too. During sequencing, you will still get an MSI installer error (actually, 2), number 1406, about not being able to write to two registry keys. These were the registry keys we added in the steps above. This does not happen on normal installatons.
Please also note that I don't know whether the roaming user profile problem menioned in http://kb2.adobe.com/cps/404/kb404597.html is fixed in version 9.1.2. It was not fixed as of 9.1.0.163. This is all posted AS-IS. YMMV.
UPDATE:
In case you don't know, I will share a bit of enlightenment I had with my procedure above. This specifically relates to application virtualization and sequencing Adobe Reader for MS App-V.
In step 4, I had you install Adobe Reader on a clean machine and obtain some registry information because otherwise, the installation may not be successful for virtualization. These steps are unneccessary. Here's why: you cannot "patch/upgrade" vitualized applications within the application itself. To patch/upgrade a virtual application, you have to use (in the case of MS App-V) the Application Virtualization Sequencing MMC to load the virtualized app, then run the upgrade/patch so that MS App-V can detect the changes and properly update the package. So what does this mean? Two things. First, whenever I use the ACW, under the Online and Acrobat.com Features section I always uncheck <b>Disable all updates</b>. However, checking this does not necessarily mean Adobe Reader does not install the Adobe Update Manager (AUM); in fact, it does install AUM, which is the feature that contains the component that attempts to write those registry entries and therefore, which is causing the error.
Therefore, the solution (and what should be step 4) is to disable the installation of AUM. Now some have posted at various sites how to disable the installation of AUM by deleting a whole bunch of stuff in the MSI. This is not necessary. The steps are outlined in the new step 4 above. This should resolve sequencing issues.
UPDATE 10 July 2009 12:00:00 EST (GMT-05:00) - Pertains to virtualizing Adobe Reader only.
This doesn't work for virtualizing the application. When importing the application into MS App-V Server Management Console, the application version is still 9.1.0.163 even though the splash screen says 9.1.2. I think that my assessment is correct because of two reasons: 1) I still got the MS VC++ Runtime error when using a normal user with a roaming profile which Adobe said the latest 9.1.1 release fixed (and hence 9.1.2) (the AppData folder included) and for which Adobe's solution is a joke; 2) When I installed my "patched" Reader (as a normal install) with AUM and proceeded to go to Help->Check for Updates, the 9.1.2 update appeared in the list of updates (again, even though the splash screen said it was version 9.1.2). Adobe has got to get their patchng correct!!!
For application virtualization, I'm going to recommend that you sequence the 9.1.0 version through to completion. Then, save the sequence and close it. Then re-open the sequence project for upgrade and applythe 9.1.2 patch. Whether you can use an ACW transform on the 9.1.0 installation and then patch, that's debatable. I sure hope so. If not, perhaps there's a way I can fudge it, namely, create an MST via ACW. Then, manually create an MST with the pertinent settings via ORCA and see if that works, instead.
Having said all that, I seriously doubt this works at all even for GPSI deployment. Sorry all. Will post again when I finally get this application to sequence. Hopefully, the same principles will apply to GPSI deployment.
Message was edited by: TTEConline on 10 July 2009 12:00:00 EST (GMT-05:00)

Similar Messages

  • Error 1308.Source file not found with 9.4.2 Admin Install point

    I'm including as much information in this post as possible to help narrow down my problem, so if it's too wordy I appologize.
    I've created an Admin install point for Acrobat 9 patching it up to Acrobat 9.4.2 using the following commands in a batch file:
    D:
    cd \Adobe\Acrobat\AcrobatPro9
    md \Adobe\Acrobat\AcrobatPro9AIP
    start /wait msiexec /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP /Liv D:\Adobe\Acrobat\AcrobatPro9AIP\install900.log /qn
    cd \Adobe\Acrobat\AcrobatPro9AIP
    start /wait msiexec /p D:\Adobe\Acrobat\AcrobatPro9\AcroProStdUpd910_T1T2_incr.msp /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP PATCHAIP=1 /Liv install910.log /qn
    start /wait msiexec /p D:\Adobe\Acrobat\AcrobatPro9\AcrobatUpd912_all_incr.msp /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP PATCHAIP=1 /Liv install912.log /qn
    start /wait msiexec /p D:\Adobe\Acrobat\AcrobatPro9\AcrobatUpd920_all_incr.msp /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP PATCHAIP=1 /Liv install920.log /qn
    start /wait msiexec /p D:\Adobe\Acrobat\AcrobatPro9\AcrobatUpd930_all_incr.msp /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP PATCHAIP=1 /Liv install930.log /qn
    start /wait msiexec /p D:\Adobe\Acrobat\AcrobatPro9\AcrobatUpd932_all_incr.msp /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP PATCHAIP=1 /Liv install932.log /qn
    start /wait msiexec /p D:\Adobe\Acrobat\AcrobatPro9\AcrobatUpd933_all_incr.msp /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP PATCHAIP=1 /Liv install933.log /qn
    start /wait msiexec /p D:\Adobe\Acrobat\AcrobatPro9\AcrobatUpd940_all_incr.msp /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP PATCHAIP=1 /Liv install940.log /qn
    start /wait msiexec /p D:\Adobe\Acrobat\AcrobatPro9\AcrobatUpd941_all_incr.msp /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP PATCHAIP=1 /Liv install941.log /qn
    start /wait msiexec /p D:\Adobe\Acrobat\AcrobatPro9\AcrobatUpd942_all_incr.msp /a AcroPro.msi TARGETDIR=D:\Adobe\Acrobat\AcrobatPro9AIP PATCHAIP=1 /Liv install942.log /qn
    I rename the folder "AcrobatPro9AIP" to reflect the current version (e.g. "Acrobat9.4.2"), copy the folder to my DFS, create an MST with the Customization Wizard, and then deploy with Group Policy.
    Before I deploy I always run a few test installations on two Windows XP 32-bit machines, and two Windows 7 64-bit workstations. I've been using this method to build my install point for the last 5 Adobe patches without a problem, but suddenly with version 9.4.2 my test workstations pop up with the following error during the installation via the standard installation method "msiexec /i acropro.msi TRANSFORMS=acropro.mst":
    I built my installation package for acrobat9.4.1, 9.4.0 and 9.3.3 exactly the same way and the installations did not have this error. The file in question "Adobe.Acrobat.Dependencies.manifest" does not exist in my 9.4.1, or 9.4.0 package folders, nor does it exist in the 9.4.2 folder. Any suggestions?

    I am having the same problem, all the relevant info was already covered in the "thewaker" post above.   I too have made a script to make a Admin install with patches up to 9.4.2.  The script worked for 9.3.3 but when I remade the AdobeAIP for 9.4.2, I too got this error when installing it, even manually.  (Error 1308.Source file not found.  Adobe.Acrobat.Dependencies.manifest ) Running on Windows 7 32bit.
    Here is my Script.
    C:
    cd\AcroBatPro9
    md \AcrobatPro9AIP
    start /wait msiexec /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv c:\AcrobatPro9AIP\install900.log /qn
    cd \AcrobatPro9AIP
    start /wait msiexec /p c:\AcrobatPro9\AcroProStdUpd910_T1T2_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install910.log /qn
    start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd912_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install912.log /qn
    start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd920_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install920.log /qn
    start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd930_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install930.log /qn
    start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd932_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install932.log /qn
    start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd933_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install933.log /qn
    start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd940_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install940.log /qn
    start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd942_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP PATCHAIP=1 /Liv install942.log /qn
    I did notice though that the "thewaker" has added AcrobatUpd941_all_incr.msp to his script, which is a security update. Which may be "a" problem, but I don’t think this is related to the problem we are having.
    Administrative deployment
    Administration Installation Point (AIP) deployments must not apply a quarterly update AIP in which a security update was the most recently applied update. Because a quarterly update includes the changes implemented in all recent security updates, the quarterly update forcibly bypasses those updates entirely. To deploy a quarterly update from an AIP, create a AIP which includes only quarterly updates as follows:
        Acceptable:      Acrobat 9.0.0 -> 9.1.0 (Quarterly) -> 9.1.2 (Quarterly) -> 9.2.0 (Quarterly) -> 9.3.0 (Quarterly) -> 9.3.2 (Quarterly) -> 9.3.3 (Quarterly) ->  9.4.0 (Quarterly) -> 9.4.1 (Security)
        Acceptable:      Acrobat 9.0.0 -> 9.1.0 (Quarterly) -> 9.1.2 (Quarterly) -> 9.2.0 (Quarterly) -> 9.3.0 (Quarterly) -> 9.3.2 (Quarterly) -> 9.3.3 (Quarterly) -> 9.4.0 (Quarterly) -> 9.4.2 (Quarterly)
        Unacceptable:  Acrobat 9.0.0 -> 9.1.0 (Quarterly) -> 9.1.2 (Quarterly) -> 9.2.0 (Quarterly) -> 9.3.0 (Quarterly) -> 9.3.2 (Quarterly) -> 9.3.3 (Quarterly) -> 9.4.0 (Quarterly) -> 9.4.1 (Security) -> 9.4.2 (Quarterly)
    Anyway.. Any help with this would be helpful as I would like to deploy it soon.
    Thanks.

  • CS4 Admin Install Point

    I have been through the "adobe creative Suite 4 Enteprise Manual Deployment Guide" and configured SCCM and pushed out CS4. However, it doesn't work as advertised on Vista. Big supprise !!!!!
    Can anyone please clue me in on why I am seeing multiple "Interactive Service Dialog" boxes appear for Adobe Air and Air Application Runner. The gist of that doc is to have a silent install.
    Is there some suppression setting that I didn't enter that isn't in the document? Please help, I can't find squat on this anywhere. Yes, I could be blind.

    You may try the forum for enterprise installation.

  • Applying Reader 11.0.5 update to admin install

    The 11.0.5 patch for adobe reader won't install on my admin install.  I've been able to update 11.0.xx up to 11.0.4 by applying a the patch from a command line.

    The answer is that I somehow got into the Acrobat updates rather than the Reader updates.  The Acrobat update was not able to update the Reader install - duh! on me.
    It will work with my script to install updates to the Reader MSI file.  All is well in the world when you pay attention!
    Solved.

  • Windows Server 2008R2 running Remote Desktop Services reports printer process does not exist when installing PDF printer

     Windows Server 2008R2 running Remote Desktop Services reports printer process does not exist when installing PDF printer, And when Installing network printers from the domain controller it reports it cannot connect to printer.  I can ping all
    network devices. I can connect to the internet.
    On boot I get a netlogon 5719 error followed by service control manager errors 7023,7001 and a group policy error 1129.
    Clients can connect to the remote application and RDP operates to connect to the server internally and externally.
    The domain controller is another server 2008r2 box. I have scoured the internet but have not found any solutions that work yet.

    Hi,
    After referring to your post, it can be identified that the issue which you are facing is mostly due to some network issue in your environment. Please recheck your network connection issue between computer and domain controller. 
    Can you able to ping with IP address and also with fully qualified name of a domain controller in the users' and computers' domain. If it fails states that name resolution issue with computer and domain controller. Are you using MS DHCP Relay agent then there’s
    available Hotfix for the particular Event ID. Please go through this KB 2459530 to fix the error event ID.
    As per the net logon error 5719 which you are facing states that the client component of Netlogon was unable to locate a DC for the domain it was trying to perform an operation against. Below is one of the reason. If this is being logged on a DC and the event
    refers to the DC's own domain, something might be preventing the client component of Netlogon from starting a network session (to itself or to another DC in the domain). The following event 7001 & 7023 states start & stop operation service. Please
    go through beneath article for more details.
    1.  Event ID 5719 is logged when you start a computer
    2.  Netlogon 5719 and the Disappearing Domain [Controller]
    3.  Event ID 1129 — Microsoft-Windows-GroupPolicy
    Hope it helps!
    Regards.

  • How to create a WMI filter in order to apply to machines that have Skype already installed with deploying a newer version of Skype

    Hi there,
    I was wondering whether anybody could tell me how to create a WMI filter in order to apply to machines that have Skype already installed with deploying a newer version of Skype.
    Your help would be much appreciated.
    Many thanks,
    Timbuctoo

    Hi,
    To create a WMI filter
    1.In the Group Policy Management Console (GPMC) console tree, right-click
    WMI Filters in the forest and domain in which you want to create a WMI filter.
    2.Click
    New .
    3.In the
    New WMI Filter dialog box, type a name for the new WMI Filter in the
    Name box, and type a description of the filter in the Description box.
    4.Click
    Add .
    5.In the
    WMI Query dialog box, either leave the default namespace (root\CIMv2) or enter another namespace by doing one of the following:
    ◦ In the
    Namespace box, type the name of the namespace that you want to use for the WMI query.
    ◦ Click
    Browse , select a namespace from the list, and then click
    OK .
    6.Type a WMI query in the
    Query box, and then click OK .
    7.To add more queries, repeat Steps 4 through 6 to add each query.
    8.After adding all queries, click
    Save .
    In the Query box, type the following WMI query:
    Select * from Win32_Product where Name LIKE “%Skype%”
    Best Regards,
    Erin

  • Pavilion dv6 - the search for WLAN doesnt exist after installing windows 7 ultimate

    pavilion dv6 - the search for WLAN doesnt exist after installing windows 7 ultimate
    after installing windows 7 my computer only displays the LAN on my quicklaunch bar and I can even search for open WLAN networks =(

    Hi:
    You probably need to install the wireless card driver.

  • Applying a template to an existing document in Pages '09

    Can you apply a template to an existing document that has no template?

    goldfilm,
    Pages Templates can not be applied to existing documents in the way that you propose. They are basically sample documents.
    Jerry

  • German Admin Install ACROPRO.MSI

    Hi,
    i have a multilanguage Installation Disc of Acrobat Pro 9.0
    Unfortunately only the SETUP.EXE allows me to install in german.
    I have to create an admin install of the MSI to integrate the hotfixes to 9.3.2.
    If I  do so i get an english version. How can I get the german one?
    Cheers
    Carsten

    Hi,
    You can install AcroPro in German using the following steps:
    1. Create an AIP for Acrobat 9x using the command: msiexec /a <Path of AcroPro.msi> /p <Path of patch_file>
    2. Copy the "1031.mst" from the installation disc to the machine
    3. Run the installation using the following command:
    msiexec /i <path of Acroat 9 msi present inside the AIP> TRANSFORMS="<path of .mst file>"
    Thanks,
    Vinod

  • Admin install of reader 9.4.1 doesn't update authplay.dll

    I made an admin install of adobe reader 9.4.1
    I went to ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/ and downloaded 9.4.0 msi and the 9.4.1 patch
    I opened a cmd prompt as an admin and ran msiexec /a 9.4.0.msi /p 9.4.1.msp
    that gives me an .msi that installs 9.4.1, but one of the files doesn't change.
    C:\Program Files\Adobe\Reader 9.0\Reader\authplay.dll stays as the older version
    When I run 9.4.0.msi and then patch the install later the file changes to the correct version.
    I have tried to package this on vista 32 and 64 and win 7 32 and 64.
    any suggestions?

    I made an admin install of adobe reader 9.4.1
    I went to ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/ and downloaded 9.4.0 msi and the 9.4.1 patch
    I opened a cmd prompt as an admin and ran msiexec /a 9.4.0.msi /p 9.4.1.msp
    that gives me an .msi that installs 9.4.1, but one of the files doesn't change.
    C:\Program Files\Adobe\Reader 9.0\Reader\authplay.dll stays as the older version
    When I run 9.4.0.msi and then patch the install later the file changes to the correct version.
    I have tried to package this on vista 32 and 64 and win 7 32 and 64.
    any suggestions?

  • Cannot update admin install with 8.2.2 patch

    I have created an admin installer with update 8.2.1 and now trying to patch with 8.2.2.
    I am getting the following error:
    I am fairly new to this process, but had no problem patching to 8.2.1, but 8.2.2 is giving me a problem.
    I have also tried patching a machine that was running 8.2.1 with the latest 8.2.2 msp file and I get the same error. Can I not upgrade machines this way?
    Any suggestions would be much appreciated.
    Thanks

    I was hoping someone could answer this. I am having the same problem.  I couldn't
    update my admin install either, so I ended up recreating it and leaving the 8.2.1 update out.
    That worked and I have an 8.2.2 admin install, but it won't reinstall on workstations with 8.2.1.
    Anyone have any ideas?
    TIA

  • Adobe 9 admin Install

        Hallo,
    ich habe einen Admin Install für Adobe9 erstellt. einfach mit msiexec acropro.msi /a danach habe ich die hotfixe integriert.
    jetzt ist die Installation aber Englisch. Wie kriege ich die auf Deutsch?

        Hallo,
    ich habe einen Admin Install für Adobe9 erstellt. einfach mit msiexec acropro.msi /a danach habe ich die hotfixe integriert.
    jetzt ist die Installation aber Englisch. Wie kriege ich die auf Deutsch?

  • How do I add ReaderExtensions to an existing LiveCycle install?

    I would like to eval ReaderExtensions by adding to my existing LiveCycle install. How do I do that?
    From http://www.adobe.com/devnet/livecycle/trial/, I gather
    http://www.adobe.com/go/reader_ext_cert
    gives me the certificate for ReaderExtension. Where do I install this certificate? Appreciate any help.
    Balu

    Hi,
    You can import credentials during the installation process.
    You can choose to skip importing the Reader Extensions ES credential during the installation process and install the credential at a later time using the Trust Store Management in the LiveCycle Administration Console.
    To access Trust Store Management:
    1. Open a web browser and enter this URL:
    http://localhost:8080/adminui (local deployment using the default port)
    2. Log in using the default user name and password:
    User name: administrator
    Password: password
    3. Click Settings > Trust Store Management > Local Credentials.
    Click on Import icon.
    For information about importing credentials, click Help in the upper-right corner of the Local Credentials page.
    To access Reader Extensions ES web application:
    1. Open a web browser and enter this URL:
    http://localhost:8080/ReaderExtensions (local deployment using the default port)
    2. Log in using the default user name and password:
    User name: administrator
    Password: password
    Igor

  • Existance of decimal point in String using UDF

    hi,
    How would i know the existance of decimal point in String using UDF in SAP XI message mapping?
    Regards,
    Sanghamitra

    public String calculate(String var1, Container container) throws StreamTransformationException
    Boolean b=var1.contains(".");
    if(b)
    return "true";
    else
    return "false";
    Also using standard function IndexOf you can achive this.

  • Applying new license file for existing installation

    Hi experts,
    I have installed Sybase ASE 15.7 SP110 Developer Edition (DE) on a VM running RHEL 6.2 for x86_64. Now my company purchased a license for Enterprise Edition and my manager sent me a license file (*.lic). Now I'm wondering if I can apply this new license on my existing installation. If yes, could someone point me to the detailed steps to do that?

    re: lmutil lmhostid ...
    Make sure you've sourced the $SYBASE/SYBASE.sh script before running lmutil lmhostid; also make sure you've sourced this file before trying to start up your dataserver and backupserver.
    re: license 'upgrade' ...
    Making quite a few assumptions (eg, this is a unserved license; the manager entered the correct hostid when generating the license; the license is appropriate for your vm in terms of license type and number of licenses; the new license isn't a subcapacity license; etc, etc, etc) ...
    If your dataserver is up and running you can use the sp_lmconfig stored proc to change your license information.  In particular you're looking to reset the edition type (PE) and license type (LT) settings to match the settings in your new license.
    If your dataseerver is down/not-running, you can make the same changes by updating the $SYBASE/ASE*/sysam/<DSQUERY>.properties file. Using an ascii text editor (eg, vi) you want to change the PE/LT values to match what's in your license. [I typically go ahead and remove all of the lines that look like hex code values.] [Obviously (?) make a copy of the <DSQUERY>.properties file before you edit it.]
    Where it starts getting tricky is when my list of assumptions are incorrect, eg, manager generated a served licensed (so you may need to setup a license manager), manager used the wrong hostid (in which case the license will need to be turned in and regenerated with the correct info), you've got a subcapacity license (in which case you'll likely need to make some other changes to the <DSQUERY>.properties files ... assuming the correct subcap license tag/id was provided when the license was generated), etc, etc, etc. [And you may want to find a few chickens ... for sacrifices to the SYSAM gods ... just in case.]

Maybe you are looking for

  • HT5554 how is the best way to recover deleted texts on an iPhone5s?

    I would like to know if there is a product or simply take to Apple?

  • How to extract cpio file ?

    Hi all, We are trying to install application server and download file is .cpio file. How do we extract this file. I have tried the following command and its just hanging. cpio -i (Filename) cpio -idmv (file_name) cpio -idcmv (filename) cpio -Hhpodc -

  • Excel import wizard

    Hello, I would like to import excel files by using a configuration file. Normally I do this using the Excel import wizard. I want to find out if it is possible to write a command in the script so I can just drop in any excel files and it automaticall

  • Error passing bool/categorical parameter into web service

    I am working on publishing a web service to produce a prediction based on a model.  One of my parameters is whether or not a given day is a holiday, which was a boolean (TRUE / FALSE) that was calculated during an R script.  When I preview the output

  • Selected line in VA02/VA42

    Dear Colleagues ! I  develop user exit functions for VA02 and VA42 in MV45AFZB and MV45AFZZ. I need for it the selected line from dynpro. I wanted to get it in the internal table IVBAP but the field SELKZ is empty ! Do You know an another solution fo