Extract the MSIs you need and include those in your bootstrapper at build
time instead of using the exe. It'll work much better too.

-----Original Message-----
From: Yawar Khan [mailto:yawar.k...@live.com] 
Sent: 04 February 2013 11:39
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Office XP Primary Interop Assemblies (PIAs) as prereq.

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-Prima
ry-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
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
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