Hi,

I have to install Office XP Primary Interop Assemblies (PIAs) as
prerequisite. I am doing following.
1) Downloading the o2003PIA self extractor.
2)Execute it through and copy to temp folder.
               <ExePackage 
                          Id="PIA2003_URL"
                          InstallCondition='NOT (VersionNT > v5.1) AND 
WordInstalledVersion =
"Word.Application.11"'
                          Compressed="no"
                          SourceFile="depPIA\O2003PIA.EXE"  
                          InstallCommand='/Q /C /T:[TempFolder]'
             
DownloadUrl="http://download.microsoft.com/download/8/3/a/83a40b5a-5050-4940-bcc4-7943e1e59590/O2003PIA.EXE";
/>
3) Now I am stuck to execute this extracted .msi from temp folder through
"MsiPackage". MsiPackage can't reference to TempFolder and giving "system
couldn't find the file specified".

So how do I dynamically execute this extracted msi on target machine?
I also tried to run a batch script but no success.

Is there any way to resolve this problem?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Office-XP-Primary-Interop-Assemblies-PIAs-as-prereq-tp7583350.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to