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
Page 1 of 1
Photoimpact X3
#2
Posted 10 November 2009 - 01:41 AM
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:
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.
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.
This post has been edited by radix: 10 November 2009 - 02:02 AM
#3
Posted 10 November 2009 - 02:29 AM
Hello
I have now testet it...
IT WORKS..
Thank you so much for the help. you are my hero
I have now testet it...
IT WORKS..
Thank you so much for the help. you are my hero
Share this topic:
Page 1 of 1



Help
Back to top








