Jump to content

Recommended Posts

Posted

Hello

I have try to make this silent install. but nothing works for me. is there someone out there

that can help me to get this install silent.

Thanks for all help


Posted (edited)

First, run the installer with /r switch. Configure on the end for desktop icon and filetype assoc.

Go to Windows folder and grab from there the file called setup.iss.

Copy that file in the same folder with installer and a .cmd file with this content:

@echo off
start /wait upix3_tbyb_e-KEYPIX3ENPC.exe /s /SMS
ping -n 03 127.0.0.1>nul
taskkill /f /im Monitor.exe
reg add "HKCU\Software\Ulead Systems\Ulead AutoDetector\2.0\Setting" /f /v "Enable" /t REG_DWORD /d 0
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /f /v "Ulead AutoDetector v2"
reg add "HKCU\Software\Ulead Systems\Ulead PhotoImpact\13.0\WorkSpaceMode" /f /v "DisplayWelcomeScreen" /t REG_DWORD /d 0
exit

Run silent installation from .cmd file.

Note: Those registry entries disable Ulead AutoDetector to run on Windows startup and app. startup and disable the Welcome screen.

Edited by radix

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...