-
Install ImageNow 6.1.6 with components, including ImageNow Printer 6.1.6
msiexec /i "\\” Your Network location “\ImageNow 6.1.6\ClientSetup.msi" ADDLOCAL="ImageNowClient,Pixtran,SystemFiles,ImageNowPrinter,Accusoft,AdminHelp,DemoAppAndImages,KeyView,LeadTools,OneDirectory,UserHelp" /qn
-
Next copy over the configuration files to the local machine from the network (Your Network location).
xcopy "\\” Your Network location “\ImageNow 6.1.6.0\config" "C:\Program Files\ImageNow6\config\" /E /Y
copy "\\” Your Network location “\ImageNow 6.1.6.0\inausvc.ini" "C:\Program Files\ImageNow6\etc" /Y
copy "\\” Your Network location “\ImageNow 6.1.6.0\ace.dll" "C:\Program Files\ImageNow6\bin" /Y
copy "\\” Your Network location “\ImageNow 6.1.6.0\agm.dll" "C:\Program Files\ImageNow6\bin" /Y
copy "\\” Your Network location “\ImageNow 6.1.6.0\inUpdatePkgStatus.xml" "C:\Program Files\ImageNow6\etc" /Y
copy "\\” Your Network location “\ImageNow 6.1.6.0\INowSystem.ini" "C:\Program Files\ImageNow6" /Y
copy "\\” Your Network location “\ImageNow 6.1.6.0\ImageNow.ini" "C:\Program Files\ImageNow6" /Y
-
Change the permissions on the ImageNow folder.
secedit /configure /db "C:\Program Files\ImageNow6\config\ImageNow6.sdb" /cfg "C:\Program Files\ImageNow6\config\ImageNow6.inf" /areas FILESTORE
-
Does not allow ImageNow to startup on login.
del /Q "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\imagetray.lnk"
-
Removes the icon from the System Tray.
taskkill /IM ImageTray.exe
- Configuration files for Production Profile, default search range, and time out.
copy "\\Your network location\ImageNow 6.1.6\Updates\imagenow.ini" "C:\Program Files\ImageNow6\" /Y
copy "\\Your network location\ImageNow 6.1.6\Updates\etc\imagenow.ini" "C:\Program Files\ImageNow6\etc\" /Y
copy "\\Your network location\ImageNow 6.1.6\Updates\etc\inausvc.ini" "C:\Program Files\ImageNow6\etc\" /Y
copy "\\Your network location\ImageNow 6.1.6\Updates\etc\inow.ini" "C:\Program Files\ImageNow6\etc\" /Y
copy "\\Your network location\ImageNow 6.1.6\Updates\config\ImageNow.ini" "C:\Program Files\ImageNow6\config\" /Y
copy "\\Your network location\ImageNow 6.1.6\Updates\config\SearchGrid.ini" "C:\Program Files\ImageNow6\config\" /Y