Administrative Installation

vinshas1 created the topic: Administrative Installation
Please explain elaborately about administative installation.

InstallerGeek replied the topic: Re: Administrative Installation
The Windows Installer can perform an administrative installation of an application or product to a network for use by a workgroup. An administrative installation installs a source image of the application onto the network that is similar to a source image on a CD-ROM. Users in a workgroup who have access to this administrative image can then install the product from this source. A user must first install the product from the network to run the application. The user can choose to run-from-source when he installs and the installer uses most of the product’s file directly from the network.

Administrators can run an administrative installation from the command line by using the /a command line option.

The ADMIN action is the top-level action used to initiate an administrative installation. When this action is executed the installer calls the actions in the AdminExecuteSequence and AdminUISequence tables to perform the administrative installation.

The AdminProperties property is a semicolon delimited list of properties that are set at the time of an administration installation. The installer uses these properties during a post administration installation of the application from the administrative image.

Users who do not have continuous access to the network may install an application from an administrative image and then at times have to rely on media, such as CD-ROM disks, as their backup source. In these cases the length of the file names in the administrative image and on the media must match. Both must use long file names or both must use short file names. For example, a CD-ROM that only supports short file names could provide both the original media for installing the administrative image and a backup source.

If the SHORTFILENAMES property is set during an administrative installation, this property may need to be set again by a user subsequently applying a patch to the administrative image. When using Windows Installer version 2.0 or later versions to apply the patch, the installer automatically sets the SHORTFILENAMES property if the administrative image uses short file names. With Windows Installer versions earlier than version 2.0, the user applying the patch must set the SHORTFILENAMES property.

If an administrator uses a package having a Word Count Summary property of 2 or 3 to perform an administrative installation, users of the administrative image cannot automatically reinstall from the original media source. If the administrative image becomes unavailable, users who have installed from the administrative image are prevented from reverting to the original media.

The application of transforms during the creation of an administrative image has no valid effect. To make a customized version of a product available to a work group, apply the transform during the installation of the product from the administrative image.

During an administrative installation, the installer creates a source image for all features in the product except those feature with 0 in the Level column of the Feature table.

Tagged :

Addsource and addlocal

vinshas1 created the topic: ADDSOURCE and ADDLOCAL
Explain elaborately about ADDSOURCE and ADDLOCAL Feature configuration properties.

InstallerGeek replied the topic: Re: ADDSOURCE and ADDLOCAL
ADDSOURCE Property
The value of the ADDSOURCE property is a list of features that are delimited by commas, and are to be installed to run from the source. The features must be present in the Feature column of the Feature Table. To install all features as run from source, use ADDSOURCE=ALL on the command line. Do not enter ADDSOURCE=ALL into the Property Table, because this generates a run-from-source package that cannot be correctly removed.
Remarks

The feature names are case sensitive. If the LocalOnly bit flag is set in the Attributes column of the Component Table for a component of a feature in the list, that component is installed to run locally.

The installer always evaluates the following properties in the following order:

ADDLOCAL
REMOVE
ADDSOURCE
ADDDEFAULT
REINSTALL
ADVERTISE
COMPADDLOCAL
COMPADDSOURCE
FILEADDLOCAL
FILEADDSOURCE
FILEADDDEFAULT
For example:

If the command line specifies: ADDLOCAL=ALL, ADDSOURCE = MyFeature, all the features are first set to run-local and then MyFeature is set to run-from-source.
If the command line is: ADDSOURCE=ALL, ADDLOCAL=MyFeature, first MyFeature is set to run-local, and then when ADDSOURCE=ALL is evaluated, all features (including MyFeature) are reset to run-from-source.

The installer sets the Preselected Property to a value of “1” during the resumption of a suspended installation, or when any of the above properties are specified on the command line.

ADDLOCAL Property
The value of the ADDLOCAL property is a list of features that are delimited by commas, and are to be installed locally. The features must be present in the Feature column of the Feature Table. To install all features locally, use ADDLOCAL=ALL on the command line. Do not enter ADDLOCAL=ALL into the Property Table, because this generates a locally installed package that cannot be correctly removed.
Remarks

Feature names are case sensitive. If the SourceOnly bit flag is set in the Attributes column of the Component Table for a component of a feature in the list, that component is installed as run from source.

The installer always evaluates the following properties in the following order:

ADDLOCAL
REMOVE
ADDSOURCE
ADDDEFAULT
REINSTALL
ADVERTISE
COMPADDLOCAL
COMPADDSOURCE
FILEADDLOCAL
FILEADDSOURCE
FILEADDDEFAULT
For example:

If the command line specifies: ADDLOCAL=ALL, ADDSOURCE = MyFeature, all the features are first set to run-local and then MyFeature is set to run-from-source.
If the command line is: ADDSOURCE=ALL, ADDLOCAL=MyFeature, first MyFeature is set to run-local, and then when ADDSOURCE=ALL is evaluated, all features (including MyFeature) are reset to run-from-source.

The installer sets the Preselected Property to a value of “1” during the resumption of a suspended installation, or when any of the previous properties are specified on the command line.

Tagged : /

How to resolve Windows Installer Error1619 on your computer

rajeshkumar created the topic: How to Resolve Windows Installer Error 1619 on your computer
The 1619 error is usually displayed when you install, uninstall or update various softwares on your computer via” Windows Installer”. The reason behind this problem is due to an issue with the NTFS file system which is the way in which Windows stores files in your system. In order to resolve this error and prevent it from coming again and again, it is necessary for you to ensure that all the settings of the hard drives in the computer are in the right order and Windows is running smoothly.

he common error that would be displayed is about being unable to open the installation package. It will ask you to verify the existence of package and your access to the package. In case, if you are unable to access it, it will ask you to contact the application vendor and confirm the validity of the Windows Installer package.

The problem is mainly caused due to the way in which Windows tries and installs various files in the computer which is related to the hard drive you possess. Each time you are using the Windows Installer Application, it is continuously adding and updating hundred’ s of files and settings to your hard drives in order to install some of the softwares . However, there might be a case that the file setup of your system might end up causing your installer to show error and it would not place the files in the locations it

There are a number of reasons behind the 1619 error, but the most common are that the Windows and Windows Installer are outdated. This can become a big issue when you install the softwares and if they are out of date, the installed softwares might become complicated and cause errors. It is therefore necessary to ensure that both the Windows system and the Windows Installer packages are updated. You can check so by clicking on Start and then on All Programs and then selecting Windows Update. Then you can use it to download all the updates to your computer.

It is also recommended that you should regularly clean your registry system as well. To define it, a registry is a database which all Windows computers use to store significant information about your computer and system, i.e. everything ranging from the desktop wallpapers to the bookmarks contained in it. All the softwares require the registry database to enable them to run, and when you install a program and the software will also look to install a series of registry files and settings as well. Unfortunately, many registry settings might either get corrupted or damaged, consequently leading the Windows to be unable to see the files it requires to run efficiently.
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :

Windows Installer Window Pops Up With Message Every Time I Log On to Windows Exp

rajeshkumar created the topic: windows installer window pops up with message every time i log on to windows exp
Operating System:Windows XPVersion:Internet Explorer 8
Sign In to Vote
0
Sign In to Vote
i run windows xp–this installer window appears several times –stating i’m trying to acess a resource that is unavailable-i keep closing this message and eventually get ie operating–also the ie logo is not normal in appearance on the start menu-more like a sheet of paper with 3 dots in middle
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :

How to Install a Wireless Modem in a Desktop PC

rajeshkumar created the topic: How to install a wireless modem in a desktop PC
For a more practical type of Internet connection, wireless modem is a good addition to your gadget up. You can connect to the desktop and move your desktop anywhere in your home without worrying about LAN connections. Moreover, this network offers easily if you have multiple computers at home. It can be tedious with the wiring if you have children at home can be omitted.

First, you need to find a good brand of modem. E ‘There are a variety of reliable brands, and you can have a variety of choices. The main features of more expensive. A good entry-modem is enough choice for home use. This has security features in addition to small networks and connect to other computers.

The desktop should also wireless ready. This means you must have installed the wireless card in it. Otherwise, you must connect the modem with a LAN cable, but still completely defeated thePurpose, is not it? The latest brands of desktops already built-in wireless cards.

Step 1: If you have not installed yet install wireless network card. Then you must connect the antenna to the wireless modem. This is usually the case with the package when you buy the modem.

Step 2: It ‘s also available with a USB wireless modem. Combine this with the computer’s USB port and then connect the AC adapter to power the modem slotHelp.

Step 3: When the USB modem is on, it is already back signals of the Internet. You must configure the time settings. Configuration settings, closely related to the manual that came with the package. You may be on the official website of the brand you are using a modem. You also have the details like username and password so that this key can be placed on the website. If there is no username or password, try the default as “admin”, but stilldoes not work, contact customer service.

Step 4: There are a couple of types of Internet connection for you to choose, but choose a dynamic IP address setting as was done immediately get a connection to the provider’s server and IP address from there. Enter the details requested by the computer as a static IP address, IP address, subnet mask, gateway address, ISP, and so on. You can find this in the manual.

Step 5: After entering the required information, click the Finish button. You justThe installation of the wireless modem.
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :

Carefree Profits With Commission Blueprint 2.0 Review Using PPC In your Affiliate Marketing Question

created the topic: Carefree Profits With Commission Blueprint 2.0 review Using PPC in Your Affiliat

In my Commission Blueprint 2.0 review I wrote that it is a issue that is designed to indoctrinate and empower pay-per-click and Clickbank entrepreneurs, who may be struck by rarely grasp of what they uncommonly be in want of to do to charge money with these systems online. What It Can Do As far as something You You can see at Commission Blueprint 2.0 review product can commandeer you learn the aggregate that you basic to recognize in the matter of affiliate marketing, and how to turn real profits with it online. The amount of dough that you oblige using the strategies outlined in the way is up to you. The amount of time and travail that you are docile to consign into making the program industry are usual to be what determines your good, sooner than what the program itself is doing. The tidings that is noted with this offshoot has been acquainted with not later than people around the great to intimate more pelf online. The Commission Blueprint combination comes with fourteen videos, four manuals, and diverse templates that you can speak pro your own marketing campaign. You can learn nearby the proletarian problems encountered in this category of business, along with the a- solutions for these problems. If you are righteous sporadically inception your pay-per-click or Clickbank rush, this program can plagiarize you avoid the most routine problems, to come you set start out working. Proven Results Not just is Commission Blueprint a validate program, there are proven results that accord that this program extraordinarily works. You can light upon oceans of guy reviews of this offering online. There are people who have in use accustomed to this program successfully to make more small change on their Clickbank and pay-per-click accounts. If you are complete of the people who are investing more and more in your affiliate marketing area, and not till hell freezes over seeing any returns, this program is excellent for the benefit of you. You can rather commence to see results of the changes that you gadget within days of learning the tips and tricks outlined in this product, although you will have to career allowing for regarding the money that you earn. You may show your profits begin to base gradually, or set off within legitimate a scattering months. There are people who brand as much as $100,000 with Commission Blueprint and you can, too with a little hard work and dedication. If you’re in position to dedicate yourself to creating a advantageous affiliate marketing program middle of the capitalize on of Commission Blueprint, visit Commission Blueprint 2.0 in search more poop.

inoloinjehouM replied the topic: Carefree Profits With Commission Blueprint 2 0 review Using PPC in Your Affiliat
I dont even recreate tutorials while watching them, dont see any sense in that.
I just want to see how they do it, isnt that the idea behind these dvd´s? ;
Offtop, I’m a happy owner of
www.ps2netdrivers.net/motherboard/asus.p5gl-mx/

Tagged :

What is MSI Studio and its use?

created the topic: what is MSI Studio and its use?
#MSI Studio Standard Edition

Create, edit, manage, and re-package MSIs.

# MSI Studio Pro

All the features of the Standard MSI Studio plus Zero Touch Testing and Conflict Resolution. Resolve problems with conflicting application installers before they occur.

# MSI Studio for Configuration Manager

MSI Studio can pass that package to Configuration Manager and automatically add package details to the management database.

Popular Features

Discover all the features that make MSI Studio the most complete software packaging and application installer.

*
Repackage On Any Machine

Connect to a target computer to monitor the files and settings changed by a legacy application installer and capture them in an MSI.
*
Comprehensive MSI Editor

Intuitive graphical interface to change installation preferences. Components and Features are displayed in a tree view allowing easy drag-and-drop of resource items between them.
*
Wizards

Walk through many of the most common MSI management tasks with a easy to use Wizard.
*
Compare MSI Packages

View the difference between 2 MSI files by viewing the changes in the table view with color coded rows, or export the differences to a text file.
*
Legacy Application Support

Monitor changes from a legacy application installer and create a well structured MSI.
*
Completely Customizable Projects

The Custom Action wizard allows you to create any type of custom action and add them to your sequence. Easily set the processing type, execution and scheduling.
*
Access to Deleted Project Components

A recycle bin allows you to reintroduce any deleted rows.
*
Complete COM Entry Management

Convert registry table entries to COM table entries and back to registry tables. Extract COM entries from the files in your project and add to the registry table.
*
Modular Design Architecture

Create merge modules from files in your project. Once stored as modules, you can search for merge modules to add to new projects.
*
Access to CAB Contents

Easily extract cab files and their contents from within MSI files.
*
Multiple Validation Options

Projects can be validated (ICE or MCE) and errors are displayed in the output window.
*
Self-Extracting Options

Create a self-extracting bootstrapped executable for your MSI. Check and install the windows installer runtimes from the bootstrapper.

MSI Studio Pro

Includes all the features from MSI Studio Standard edition plus these great features:

*
Zero-Touch Testing

Easily create a special MSI package which simulates the effect of the application installer on the target computer, but without actually making any changes.
*
Conflict Resolution

Add a repository for storing MSI packages, which allows for easy reporting on where each package might conflict with others. Find and resolve problems with conflicting application installers before they occur!

Reference
www.scriptlogic.com/Products/msi-studio/

Prasad replied the topic: Re: what is MSI Studio and its use?
Prasad replied the topic: Re: what is MSI Studio and its use?

Tagged :

Installer Fails: The Windows Installer Service Could not be Accessed

deployexpert created the topic: Installer fails: The Windows Installer Service could not be accessed
On a fresh installed Windows Server6.0.6002 I attempt to install an application created with Visual Studio 2008. We receive an error message “The Windows Installer Service could not be accessed.” The Windows Installer service is running.

How can I install a programm created with Visual Studio 2008 on a Windows Server?

Tagged :

Installshield 1607

deployexpert created the topic: Installshield 1607
Installshield 1607 “Unable To Install Installshield Scripting Runtime” – Fix !

If you are here to learn how to fix an installshield 1607 runtime error then i will let you in on the most advanced yet fool-proof technique, so you can stop searching for an answer. Most people have encountered these errors and, like you, know what a bore it can be to spend hours or days looking that someone out there can help you. Read on to nip this problem in the bud – we’ll get to the root of the problem and a quick and easy solution to ensure an error-free future.

Click here to fix an installshield 1607 runtime error now!

Your computer and its windows system are inherently complex, and to its disadvantage, a normal quirk of this type of complexity is the possibility of failure in one of its parts. Most people discover that Computer failures can spring from files that are “awol,” incorrect settings, and a damaged windows registry. Ensuring that your registry is unharmed and clean purges your computer of ongoing errors and deters others from occurring.

In simple words, if you’re called on to fix an installshield 1607 runtime error you need to examine and fix your registry. Tinkering with a registry that is “out of order” demands a skilled technician, but many budgets don’t allow for this. Happily, there are quite a few user-friendly and powerful software that will do the complex work of fixing your registry. These “registry fixing utilities,” as they have been termed, have a very useful application – they efficiently scan, detect, and then fix damaged pc’s registry.

When you have to fix an installshield 1607 runtime error It is advised to “test drive” a professional registry fixer today! I think you’ll agree that the scan and repair process is quick and easy, and resembles many anti-malware software out there. Before you try such a tool, you should verify that you can set for automatic scans by selected dates and times, in order to keep your computer running at its best. You will see that most registry fixers are easy enough for anyone to use; with just a few clicks of your mouse you can be on your way. As a bonus, registry repair utilities will not only eliminate these troubles – but also a variety of other glitches that may not have made themselves known yet. With your new knowledge of the cause of these errors and how to handle it, now all you need to do is download a tool and get started – easily, instantly, and all by yourself!

Tagged :

Windows Installer Error

deployexpert created the topic: Windows Installer Error
Recently my Microsoft Office was trying to go through an automated update, was given an error. I really need that updated.
Today I tried updating Skype, was told that there was an error accessing Windows Installer? I’m assuming that is the issue that was with the Office upgrade, too.

I’m on Vista x86 Home Basic. How can I go about repairing the Windows Installer so these services can continue to receive updates?

Tagged :