home *** CD-ROM | disk | FTP | other *** search
/ Corel Custom Photo / Corel_CustomPhoto_Disk1_1999.bin / Register / Launch.frm < prev    next >
INI File  |  1999-06-25  |  1KB  |  41 lines

  1. [Misc]
  2. token=connect
  3. NextScreen=chekremd
  4.  
  5. [OnInit]
  6. Item1=Setup,Web,1,LaunchAndWait,IQWeb2.exe
  7.  
  8. [OnExit]
  9.  
  10. Item1=*,*,*,READINI,Register,Cancel,Pipeline.ini,Defaults,Cancel
  11. Item2=*,*,*,READINI,Register,Identity,Pipeline.ini,Defaults,Identity
  12. ;If Identity=1 or Cancel=1, the user completed or exited weblauncher properly -- skip LocalSurvey screens.
  13. Item3=Defaults,Identity,1,GOTO,40
  14. Item4=Defaults,Cancel,1,GOTO,40
  15. Item5=Setup,LocalSurvey,1,GOTO,10
  16.  
  17. ;If LocalSurvey=0 and Web=0, go straight to chekremd:
  18. Item6=*,*,*,GOTO,50
  19.  
  20. ;Handle Preload (LocalSurvey only)...
  21. Item10=*,*,*,READINI,Defaults,Preload,pipeline.ini,System,Preload
  22. Item11=System,Preload,1,GOTO,16
  23. Item12=*,*,*,copyinisection,preload.ini,preload,pipedlg.dat,preload
  24. Item13=*,*,*,copyinisection,preload.ini,preload,pipedlg.dat,Register
  25. Item14=*,*,*,WRITEDAT,System,preload,1
  26. Item15=*,*,*,WRITEINI,Defaults,preload,pipeline.ini,system,preload
  27.  
  28. ;Display screen is the final execution (after all read/write flags):
  29. Item16=*,*,*,READVAR,Register,SetLanguage,VAR5
  30. Item17=*,*,*,LOADVAR,VAR6,VAR5
  31. Item18=*,*,*,APPENDVAR,VAR6,"Reg01"
  32. Item19=*,*,*,SCREEN,VAR6
  33. Item20=*,*,*,GOTO,40
  34.  
  35. ;Write Execute=1 to Register section of pipeline.ini (LocalSurvey and Web)
  36. Item40=*,*,*,WRITEDAT,Misc,Execute,1
  37. Item41=*,*,*,WRITEINI,Register,Execute,Pipeline.ini,Misc,Execute
  38. Item42=*,*,*,CLEARINISECTION,Misc,pipedlg.dat
  39.  
  40. Item50=*,*,*,NOOP
  41.