

Similarly, if the software was advertised to machines, not users, I am assuming you could set the programs to run whether or not a user was logged in and avoid the user login altogether. For us that would require leaving the credentials for the generic in a clear text file on the deployment share so this was not an option. This would allow the application to execute the prerequisite installer, reboot, autologin, and resume the application install. If you can provide generic credentials to perform the install, you can adjust the ini file to not skip system files, allow system file reboot and specify reboot user ID, pass and domain as your generic. I am assuming you could remove the requirement to have the user log back in and execute the process from a single program ins sccm if you have access to a generic ID with local administration privileges on the machine. I execute the setup from a wrapper script passing the following: setup.exe /auto /i:KC9_ServerIni.ini. After logging in, SCCM resumes the install. WorkstationPath=C:\Program Files\Kofax\Captureįollowing the prereq reboot, the user must relog as themselves. This is the destination path on the workstation, this is the default. ServerFilesPath=\\yourkfoaxserver\CaptureSV This path represents the environment you are installing from, this path will vary based on environment. Here are the contents of my KC9_Prereq.ini - Plug in your SerferFilesPath siteservername etc as needed. I set the "after running" option in the SCCM program to "Program restarts computer." So I ran the setup from a wrapper script that passed the same parameters to the setup, returned a 0 to SCCM and restarted the machine.
#Kofax vrs 4.5 install#
Initially, I tried to run the prereq install from SCCM via the command line: setup.exe /auto /i:KC9_Prereq.ini, but the setup was returning a 1 and SCCM was interpreting this as a failure and would not subsequently launch the application install. I followed the Kofax documentation for a disconnected network install using the setup.exe and an 2 ini files - one for the prerequisites (KC9_Prereq.ini) and the other for the application install (KC9_ServerIni.ini). The programs are set to run as administrator (for SCCM the administrator is LOCALSYSTEM) and allow user to interact (so that installation progress is displayed). I created a mandatory assignment to run the the application install program and made the prerequisite install program a "run this first" requirement for the application installer. I divided the install into separate SCCM programs within the same package. The only interaction required is that the user must log back into their machine as themselves following the reboot after the prerequisite install. I am still developing, but I have had initial success in the following manner in SCCM 2007 SP2.
#Kofax vrs 4.5 professional#
The Fujitsu OEM VRS 4.5.1 Professional Bundle is a legacy version of the product that has past its End of Life / End of Support date.
#Kofax vrs 4.5 Pc#
We also create our collections in SCCM based on AD queries so the application is advertised to users and not to machines so the install had to run when the user was logged in. The fi-5650C, fi5750C, fi-6670, and fi-6770 must be connected to the PC using the scanner's native port to receive OEM Professional licensing from Fujitsu OEM Software VRS 4.5. Our deployment was complicated by the fact our users are not local administrators on their machines and we could not use a generic account to perform the installation. I am in the process of developing a package for Kofax 9.0 for our workstations. I repeat this was for version 8.0, but parhaps it will help you out as well. Kofax Vrs 4.5 It is an app designed for scanning, barcodes and indexing.Main Features:- Intuitive and user friendly interface: Kofax Express utilizes the same interface as Microsoft Office 2007 applications, with the most commonly used commands and features readily accessible from a ribbon bar atop the screen. I poured it all into 2 vbs scripts (pre- and post-reboot) and ran it with our distribution system. There's a thread on these forums that I'm sure you can find with a little search, that details all the stuff I needed to tweak. I had to remove some regkeys to trick the installer into thinking the installation could be finalised. Then I made a second script for the post-reboot part. It's possible that the ini file had to be on the local machine, not on the network, for this to work, I don't remember. Setup.exe /s /i:C:\Temp\ACInsOut.ini /NoVRS Ini file called ACInsOut.ini and the following command-line: The main install was made silent using an. What I remember from Kofax 8 (besides the fact that's it's a pain to package) is the following:ģ) Setup.exe, indeed has to be run from the server, and best of all, needed a reboot in the middle.įor version 8.0 I first had to install VRS, cause otherwise I got an error during the silent install of the setup.exe.
