Hi.
I have all my binaries to be installed in a single MSI file. I have the 
following screen in my setup:

[cid:image001.png@01C75689.2711BA50]

And the xml snippet for the 'Install control'  is:
<Control Id='Install' Type='PushButton' X='288' Y='260' Width='80' Height='22' 
Default='yes'>
        <Text><![CDATA[{\Tahoma10}&Install]]></Text>
          <Condition Action="disable">
            <![CDATA[IAgree <> "Yes"]]>
          </Condition>
          <Condition Action="enable">
            IAgree = "Yes"
          </Condition>
          <Publish Event='NewDialog' Value='FinalDialog'>1</Publish>
        </Control>

When I click on the Install button, I want the files that are packaged in the 
MSI file to get copied(my installation is just basic copying of dependent 
files) to the install share, and then the 'Final Dialog' to come up. Currently 
I am just able to navigate to the next dialog, and after closing the setup 
wizard, the files are getting copied by default.

Could you please let me know how I can go about doing this.

Appreciate your help.

Thanks
jeelan

PNG image

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to