0% found this document useful (0 votes)
173 views

VB SCript Interview Questions

This document contains questions related to scripting in application packaging. For VBScripting, it asks about the On Error Resume Next statement, Option Explicit keyword, available objects, and the object used for file/folder operations. For WiseScripting, it asks about getting environment variables, registry editing, deleting files, checking the OS bitness, executing VBScript, passing values between scripts, running MSI installs, checking install status, displaying messages, checking process status, file existence, file in use status, pausing execution, setting output file names, copying files, INST vs '.', stopping execution, reading registries, getting date/time, running scripts from scripts, installing files, and conditionally installing files.

Uploaded by

nellu
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
173 views

VB SCript Interview Questions

This document contains questions related to scripting in application packaging. For VBScripting, it asks about the On Error Resume Next statement, Option Explicit keyword, available objects, and the object used for file/folder operations. For WiseScripting, it asks about getting environment variables, registry editing, deleting files, checking the OS bitness, executing VBScript, passing values between scripts, running MSI installs, checking install status, displaying messages, checking process status, file existence, file in use status, pausing execution, setting output file names, copying files, INST vs '.', stopping execution, reading registries, getting date/time, running scripts from scripts, installing files, and conditionally installing files.

Uploaded by

nellu
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Application Packaging Interview Questions - Scripting

Following are questions related to Scripting in Application Packaging

VBScripting

What is On Error Resume Next


What is Option Explicit
What are different objects available in VBScripting?
What object is used to perform operations on Files/Folders?

WiseScripting

How to get environment variable value into a variable?


How to add/edit/remove registries?
function to delete Files?
How to check if OS is 32bit or 64bit ?
can we execute VBscript inside Wisescript?
how to pass values from VBScript to WiseScript?
How to execute MSI using WiseScript?
How to check if MSI installation using Wisescript is successful or failure?
How to display a message while MSI installation is happening using WiseScript?
How to check if a process is running using WiseScript?
How to check if file/directory exists using WiseScript?
How to check if a file is in use?
How to pause wisescript execution for sometime?
How to set the name of output file generated using WiseScript?
How to copy files from one location to another location using WiseScript?
What is the different between INST and '.'(DOT)
How to stop execution of WiseScript?
How to read Registry values using WiseScript?
How to get current Date and Time using WiseScript?
Can a wisescript runs another wisescript?
How to install files on the system using WiseScript?
How to install files if doesn't exist using WiseScript?

You might also like