Product(s):XMetaL Author version 5.5
Note: The silent installation functionality was broken in the
5.1.1.017 release with no workarounds possible. Silent installation does work in versions prior to that release and separate instructions are available on this forum. For the 5.5 release an updated version of InstallShield has been used and the instructions here apply specifically to that version.
Description:The standard InstallShield 2008 silent installation method is used.
Unpack the Web Installer:If you obtained XMetaL Author on CD you can skip this section. If you obtained a single EXE file (sometimes referred to as the "web installer") you will need to unpack it to obtain the "real" installer as follows.
1. Run the installer's EXE.
2. When you are prompted for a location to unpack the installer to, specify a location you can easily locate and interact with at a command prompt.
3. The EXE will unpack the installer to the location you specified and the dialog should say "Extracting Files" (or something similar). You will know all files have been unpacked when the "real" installer has launched itself and is displaying a splash screen with the XMetaL logo and options similar to the following.
* View Installation Guide
* Install XMetaL Author
* Exit
4. Terminate this process once all files have been unpacked by selecting the Exit option.
5. Confirm the location you specified in step 2 contains a number of folders and files, including a file called setup.exe and possibly a file called autorun.inf among others. These files and folders are what you would obtain if you obtained the product on CD.
Silent Installation:This process is performed at a command line and therefore may be integrated into anything capable of running a command line process (such as a batch file or another installer). You need to supply the product serial number as a parameter value. If the software will be used from multiple login accounts the ALLUSERS parameter should be provided. Without the ALLUSERS=1 parameter the software is only usable from the account active during installation. The syntax is as follows:
setup.exe /s /v"/qn SERIALNUMBER={serial number} ALLUSERS=1"
Silent Uninstallation:Use the following syntax to silently uninstall:
setup.exe /s /x /v"qn"
or
setup.exe /s /v"qn REMOVE=ALL"
Note: The "setup.exe" referred to above is the file
within the 'xmetal' folder (step 5 from section "Unpack the Web Installer" above) not the setup.exe
beside the 'xmetal' folder.