Jump to content

Photoimpact X3


MitsuMan

Recommended Posts


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
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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