INSTALL PROVIDER PROJECT REVIEW – II FEB 2004 S.RAMESH

Slides:



Advertisements
Similar presentations
Rclis in vision and reality Thomas Krichel
Advertisements

Computer Science & Engineering 2111 Text Functions 1CSE 2111 Lecture-Text Functions.
ASP Tutorial. What is ASP? ASP (Active Server Pages) is a Microsoft technology that enables you to make dynamic and interactive web pages. –ASP usually.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Chapter 12: Network Programming Desktop Publishing Translator models Latex Documentation Preparation Postscript programming language WYSIWIG Editors.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Collections Management Museums EMu 3.1 / 3.2 – New Features EMu 3.1 / 3.2 New Features Bernard Marshall Chief Technology Officer KE Software.
Chapter 1: Python Basics CSCI-UA 0002 – Introduction to Computer Programming Mr. Joel Kemp.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
A First Program Using C#
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
© Janice Regan, CMPT 128, Jan CMPT 128 Introduction to Computing Science for Engineering Students Creating a program.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
An Introduction to Visual Basic
Introduction to Visual Basic. Quick Links Windows Application Programming Event-Driven Application Becoming familiar with VB Control Objects Saving and.
9 Chapter Nine Compiled Web Server Programs. 9 Chapter Objectives Learn about Common Gateway Interface (CGI) Create CGI programs that generate dynamic.
A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.
Program documentation Using the Doxygen tool Program documentation1.
Computer Science & Engineering 2111 Lecture 9 Data Validation, Worksheet Protection, and Macros 1CSE Data Validation and Macros.
Fundamental Programming: Fundamental Programming K.Chinnasarn, Ph.D.
E-Books Presentation. Hard Copy (Book) Scanning OCR Text Document HTML Conversion Text Formatting Linking Image Insertion Final QC Soft Copy (JPG/TIFF)
LBSC 690 Session 5A Programming. Languages How do we learn a language? Learn by listening Then reading Then writing How do we teach programming? Learn.
LBSC 690 Session 5A Programming. Languages How do we learn a language? Learn by listening Then reading Then writing How do we teach programming? Learn.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
MCE 372 Engineering Analysis MATLAB Review. M ATLAB – What Is It ? Where Is It? Name is from matrix laboratory Powerful tool for – Computation and visualization.
Web Application Programming Presented by: Mehwish Shafiq.
PYP002 Intro.to Computer Science Microsoft Word1 Lab 04 - a Microsoft Windows Applications Common Features.
M ATLAB – What Is It ? Name is from matrix laboratory Powerful tool for – Computation and visualization of engineering and science mathematics – Communication.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
ACES User Interface Workshop #1 Prototype Inspection 22. November 2011.
Working with your migrated content. Tabs and Topics.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
Topic 2: Hardware and Software
Active Server Pages Computer Science 40S.
CSCI-235 Micro-Computer Applications
* Lecture # 7 Instructor: Rida Noor Department of Computer Science
1. Introduction to Visual Basic
Lecturer: Dalia Mirghani
INSTALL PROVIDER PROJECT REVIEW – I JAN 2004 S.RAMESH R.SENTHIL NATHAN
Dynamic Web Pages (Flash, JavaScript)
Visual Basic Project Development Environment
Part 3 Creating basic HTML web pages
Assembler, Compiler, Interpreter
Compiler Construction
Computer Science I CSC 135.
Compilation VS Interpretation
Social Media And Global Computing Introduction to Visual Studio
SOEN 343 Software Design Computer Science and Software Engineering Department Concordia University Fall 2005 Instructor: Patrice Chalin.
MCE 372 Engineering Analysis
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
BTA MID-TERM EXAM STUDY GUIDE
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
Learning Outcome 2 – Assignment
ICEweb 2 a new way of compiling high-quality web-based components for ICE corpora Martin Weisser Center for Linguistics & Applied Linguistics, Guangdong.
Part 3 Creating basic HTML web pages
Introduction to Computer Software
8 6 MySQL Special Topics A Guide to MySQL.
Assembler, Compiler, Interpreter
Teaching slides Chapter 6.
What is Perl? PERL--Practical Extraction and Report Language
Islamic University of Gaza
EXPLORING THE INTERNET
Using Script Files and Managing Data
12th Computer Science – Unit 5
Database Management System
Human-computer interaction
ME 123 Computer Applications I Lecture 38: More on HTML 5/20/03
Presentation transcript:

INSTALL PROVIDER PROJECT REVIEW – II FEB 2004 S.RAMESH Work Done By S.RAMESH R.SENTHIL NATHAN A.MOHAMED ASLAM KHAN

SETHU INSTITUTE OF TECHNOLOGY Guided By Ms.G.RAJAJOTHI B.E., Lecturer. Done For DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING SETHU INSTITUTE OF TECHNOLOGY (Affiliated to Madurai Kamaraj University) Pulloor, Kariapatti, Virudhunagar Dt.

Modules First : Visual Basic Front Page design Help file generation and linking with VB Page Second : Collecting the information from front page and producing a NSIS script. Compiling the script and Generating the final output of “Setup.exe”.

First Module

Visual Basic Front Page design: The Front end for the “INSTALL PROVIDER” is designed in Visual Basic 6.0. It is chosen because it has user friendly menus and controls,various controls can been kept for user interaction. Our Front end has three forms and the first form has eight frames.These Frames are designed in such a way that a user can move the Tab strip and give his options.

Help file generation and linking with VB Page: A Context Sensitive Help has been written for “INSTALL PROVIDER”,so that user can have a guidance in using this software. The Help File is been written in “Rich Text Format” in MS-Word and has been given to Microsoft HTML Help Workshop to generate the help file. This Help file is been linked with the Front End VB Form.User can use this help file to a get a idea of what kind of data is to be given as input.

Second Module

Collecting the information from front page and producing a NSIS script : The information collected from the front page which is provided by the user and is converted into a NSIS Script File (.nsi). NSIS, which stands for "Nullsoft SuperPIMP Installation System" or "Nullsoft Scriptable Installation System. A NSIS script is just a regular text file with a special syntax. You can edit scripts with every text editor. A NSIS Script File (.nsi) is just a text file with a series of commands.

Compiling the script and Generating the final output of “Setup.exe” :

Thank You