Hi Guys, How can i check if a third party application is installed in the
system and propose a message ok proceed to Install & cancel to quit the
installation.

Please share me some example. It's really important for my project. Thank
you

This the Bootstrapper bundle:

[code]
    <Chain>
      
      <PackageGroupRef Id="PrintInstaller" />
       
      <MsiPackage  SourceFile="$(var.SourceDirImages)\Product.msi" />
      
    <ExePackage Id="AddingSize6x9" Cache="no" Compressed="yes"
PerMachine="yes" Permanent="yes" Vital="yes" InstallCommand="/q /norestart" 
              SourceFile=".\prerequisites\AddSize.exe" />
    
    </Chain>
 
  </Bundle>

  <Fragment>
     
      
    <PackageGroup Id="PrintInstaller">
      
      <ExePackage Id="PrintInstaller"
                DisplayName="PartyPrint"
                Compressed="yes"
                Cache="yes"
                PerMachine="yes"
                Permanent="yes"
                Vital="yes"
                SourceFile=".\prerequisites\Print_v1.5.exe"              
                InstallCommand="/q /ACTION=Install /hideconsole
/norestart/S"
                 
                    />
    </PackageGroup>

  </Fragment>
  [/code]



-----
Wix 3.8 users
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-add-custom-action-in-BootStrapper-tp7593098.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to