Re: [WiX-users] Why is it skipping my UI?

2007-04-06 Thread Bob Arnson
JCWrs wrote:
 Ok, I took that out, but I get the same result...no UI.  I've been trying
 different things (including not having an InstallUISequence at all) the past
 couple of days, but nothing seems to work.
   

Standard advice: Generate a verbose log; MSI records the actions and 
dialogs it runs so you can see the order it follows. You can also look 
at the InstallUISequence table to see the Sequence ordering.

-- 
sig://boB
http://bobs.org



-
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.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Why is it skipping my UI?

2007-04-05 Thread Bob Arnson
JCWrs wrote:
   InstallUISequence
   ExecuteAction Sequence=1 /
   Show Dialog=Welcome 
 After=LaunchConditions/
   Show Dialog=InstallLoc After=Welcome /
   Show Dialog=SelectFeatures 
 After=InstallLoc /
   /InstallUISequence
   

Why are you specifying ExecuteAction? By placing it at sequence number 
1, no other UI will run before it.

-- 
sig://boB
http://bobs.org



-
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.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Why is it skipping my UI?

2007-04-05 Thread Alex Steen
Ok, I took that out, but I get the same result...no UI.  I've been
trying different things (including not having an InstallUISequence at
all) the past couple of days, but nothing seems to work.

-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 05, 2007 9:56 AM
To: Alex Steen
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Why is it skipping my UI?

JCWrs wrote:
   InstallUISequence
   ExecuteAction Sequence=1 /
   Show Dialog=Welcome
After=LaunchConditions/
   Show Dialog=InstallLoc
After=Welcome /
   Show Dialog=SelectFeatures
After=InstallLoc /
   /InstallUISequence
   

Why are you specifying ExecuteAction? By placing it at sequence number 
1, no other UI will run before it.

-- 
sig://boB
http://bobs.org



-
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.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Why is it skipping my UI?

2007-04-05 Thread JCWrs



Bob Arnson-3 wrote:
 
 
 
 Why are you specifying ExecuteAction? By placing it at sequence number 
 1, no other UI will run before it.
 
 -- 
 sig://boB
 http://bobs.org
 
 
 

Ok, I took that out, but I get the same result...no UI.  I've been trying
different things (including not having an InstallUISequence at all) the past
couple of days, but nothing seems to work.



-- 
View this message in context: 
http://www.nabble.com/Why-is-it-skipping-my-UI--tf3528449.html#a9857513
Sent from the wix-users mailing list archive at Nabble.com.


-
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.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users