Jump to content

(req)cyberlink youcam silent install


acclez

Recommended Posts


Example!

I've made an test with Cyberlink Youcam4 (Trial).

First you need to save your key an your personnal values inside the registry (Example: Myreg.reg)!

1) Extract the files for Cyberlink Youcam 4.0 inside the partition: C:\ (with Winrar or 7zip)

2) Rename the file Youcam4

Inside the folder:C:\Youcam4

3) Delete the file setup.iss

4) Launch the program Cyberlink YouCam and create a new file setup.iss with your preferences (language, etc.)

C:\YouCam4\setup.exe -r "-f1C:\YouCam4\setup.iss"

Choose at last do not open ReadMe

5) Make an archive with Winrar: Youcam4.exe (and choose the path where you want extract the files: Example C:\Youcam4; or %temp%)

Select all the files inside "C:\YouCam4" and right-click. Select Add to archive...

6) Command to install silently Youcam4 with your new setup.iss file customized:

C:\Youcam4\setup.exe -s "-f1%systemdrive%\Youcam4\setup.iss"

When you create your archive with Winrar you can add inside the folder the command "YouCam.bat":

Or you can execute after and not to add inside!

@echo off

regedit /S Myreg.reg

CMD /C Start /Wait %systemdrive%\YouCam4\setup.exe -s "-f1%systemdrive%\YouCam4\setup.iss"

echo.

RMDIR /S /Q %systemdrive%\YouCam4

Comment inside Winrar:

....... for script SFX

Path=%systemdrive%\YouCam4

SavePath

Setup=%systemdrive%\YouCam4\YouCam.bat

Silent=1

Overwrite=2

Works fine! The only trouble is that only the empty file "C:\YouCam4" isn't deleted because a program is in use; but all the files inside are deleted!?

But you can use to delete the folder "C:\YouCam4" at last with an batch file Clean.bat.

@echo off

RMDIR /S /Q %systemdrive%\YouCam4

exit

I hope that can help you!

*Edit: batch files corrected

Edited by myselfidem
Link to comment
Share on other sites

  • 2 weeks later...

hi..anyone can help me how to silent install cyberlink youcam v3 n v4...input serial number in too...thx

sry my english is not good...

youcam 4 is installshield installer.

1 : extract with universlal extractor

2: open run commad & browse run setup.exe -R command insert your key no & other thing

3 :copy setup.iss from your windows directory to the extracted setup folder click yes to replace file

4: Now make a winrar sfx of your extracted file with following rar comment

;The comment below contains SFX script commands

Setup=setup.exe /s /v /qn ENLANG=1

TempMode

Silent=2

Overwrite=1

Link to comment
Share on other sites

  • 4 months later...

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...