Hola
He realizado varias pruebas para paquetizar con thinapp office 2010 sin conseguirlo.
He probado un step by step, que os pongo abajo pero nada.
Capturing on Windows XP SP3 with MAK installer
- Copy Microsoft .NET 3.5 and Office installation files to the capture machine.
- Make sure you have access to the internet
- Install ThinApp on capture machine (or run Setup Capture from a network share)
- Run the Setup Capture wizard until you complete the prescan operation.
- On the Install Application page of the Setup Capture wizard, minimize the wizard and install Microsoft .NET 3.5
- The Microsoft .NET installation generates the mscorsvw.exe process that continues for an extended period, stop the process with the ngen.exe tool. By typing this in a cmd window: "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ngen.exe executequeueditems"
- Edit Office 2010 installation Config.xml file to enter your MAK key:
By default, the Config.xml file is stored in the core product folders in the Microsoft Office 2010 ISO (core_product_folder_name.WW folder, for example, ProPlus.WW) - Add the following line to the Config.xml file and save it to your local drive:
<PIDKEY Value="AAAAABBBBBCCCCCDDDDDEEEEE" />
Where AAAAABBBBBCCCCCDDDDDEEEEE is the 25-character product key. - To start the Microsoft Office 2010 setup wizard and apply the settings in Config.xml, at a command prompt, type the following command, and then press ENTER:
Setup.exe /config <path of Config.xml file> - Accept the terms of agreement.
- On the Choose the installation you want dialog box, click the Customize button.
- Select Microsoft Office > Run all from My Computer.
- Click Install Now to install Microsoft Office 2010.
- Run postscan
- Change the Inventory name to something appropriate for your use.
- Before building the project , move the OfficeSoftwareProtectionPlatform folder from %drive_C%\Documents and Settings\All Users\Microsoft to %Common AppData%\Microsoft
- Put the following in HKEY_CURRENT_USER.txt:
isolation_writecopy HKEY_CURRENT_USER\Environment
Value=ALLUSERSPROFILE
REG_SZ~%Common AppData% - Put the following in HKEY_LOCAL_MACHINE.txt:
isolation_full HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Search\Preferences
Value=PreventIndexingOutlook
REG_DWORD=#01#00#00#00
¿alguna idea?
gracias