When i am doing a upgrade of my application. ( i am un-installing an
re-installing )
I would like to skip all the user interaction dialogs. 

Right now i have this in my setup
      <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
Value="VerifyReadyDlg">PREVFOUND</Publish>

This of course will skip the license, setuptype etc... dialogs. 
but the user still has to press next on the welcomedialog, and press next on
the verifyreadydlg

I would like to minimize the amount of clicks the user has to do. 
My best is once the msi is run, that it goes directly to the progess dialog
and starts the install. 

I do want to show the progress dialog, so the user will see the install
working. 
And during a first time install i still want to go though all the standard
dialogs. 

How do i do this?

-- 
View this message in context: 
http://n2.nabble.com/skip-almost-dialogs-on-upgrade-tp4866051p4866051.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to