Usage questions should go to the wix-users list.

On 23-Aug-10 15:56, alias_host wrote:
> Hey, im new in wix.
>
> I try out a minimal setup. I don't want to choose features. But i have an
> ini-File with a Flag. If the ini-File exists install, else dont But where
> should i inculde it? My way so far:
>
>
>      <UI Id="MyWixUI_Minimal">
>        <UIRef Id="WixUI_Minimal" />
>        <DialogRef Id="CfgIniNotFoundDlg" />
>        <Publish Dialog="WelcomeDlg" Control="Next" Event="DoAction"
> Value="ReadIniFile" Order="1">1</Publish>
>        <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
> Value="CfgIniNotFoundDlg" Order="2">
>          (WIXUI_INSTALLINI_FOUND = "0")
>        </Publish>
>        <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
> Value="WelcomeEulaDlg" Order="2">
>          (WIXUI_INSTALLINI_FOUND = "1")
>        </Publish>
>      </UI>
>      <UIRef Id="WixUI_ErrorProgressText" />
>
>
> I have a binary event ReadIniFile checking the File. If the file was found
> WIXUI_INSTALLINI_FOUND set to 1, else to 0. I check this later in the
> Publish. The problem: Where should i show the dlg? This code show it before
> WelcomeEulaDlg, but: if i do so, my msi open the WelcomeEulaDlg two times
> successively.
>
> whats the solution?
>
> thx for help!!!

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to