View Single Post
  #2  
Old 06-07-2016, 22:46
Prince4 Prince4 is offline
Registered User
 
Join Date: Mar 2015
Location: India->Delhi->Rohini
Posts: 121
Thanks: 109
Thanked 19 Times in 15 Posts
Prince4 is on a distinguished road
Quote:
Originally Posted by Vivekkumar07032003 View Post
I firstly had a problem with archives, but tried and got a fix…
But now when I compile the setup, the setup launches with the tasks page.
Does not show any welcome or dirselection pagepage

Please help
Check :
[CODE]
Code:
 function ShouldSkipPage1 (PageID: Integer): Boolean;
 begin
   if (PageID=wpSelectProgramGroup) or (PageID=wpReady) or     (PageID=wpSelectComponents) then Result:=true; 
 end;
Reply With Quote