MSFN Forum: CoreAVC Professional silent install help - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

CoreAVC Professional silent install help Rate Topic: -----

#1 User is offline   Gremo 

  • Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 24-May 05

  Posted 25 March 2008 - 08:14 PM

Hi,
anyone knows how to do a silent install?

thanks!


#2 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 25 March 2008 - 11:26 PM

Doyou have an installer? or just the *.ax file?

If you have an installer, the silent switch is /S (case sensitive).

If you just have the *.ax file, you need to use a cmd file with similar to this one:

@echo off
START /WAIT regsvr32 /s "C:\Program Files\CoreAVC Pro\CoreAVCDecoder.ax"

You can use WinRAR or 7-zip to make an SFX archive. Read the forums to learn how to do that.

#3 User is offline   Gremo 

  • Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 24-May 05

Posted 26 March 2008 - 07:14 PM

View Postelajua, on Mar 26 2008, 06:26 AM, said:

Doyou have an installer? or just the *.ax file?

If you have an installer, the silent switch is /S (case sensitive).

If you just have the *.ax file, you need to use a cmd file with similar to this one:

@echo off
START /WAIT regsvr32 /s "C:\Program Files\CoreAVC Pro\CoreAVCDecoder.ax"

You can use WinRAR or 7-zip to make an SFX archive. Read the forums to learn how to do that.


I have the installer, and of course also the .ax file. I prefer to install with .exe setup, however i get "incorrect serial number" (means no serial number passed). How do i pass the serial to the exe?

thanks a lot!!

#4 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 27 March 2008 - 05:18 PM

i didn't remember that. my bad.

you need to use the ax file as i explained above and import a registry file with your serial. this is the way i install it, but in my case i made an msi installer for it.

use this info for your installation:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\CoreCodec\CoreAVC Pro]
"User"="YOUR NAME"
"Serial"="xxxxx-xxxxx-xxxx-xxxxx-xxxxx"

hope this helps you.

#5 User is offline   Gremo 

  • Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 24-May 05

Posted 27 March 2008 - 07:07 PM

View Postelajua, on Mar 28 2008, 12:18 AM, said:

i didn't remember that. my bad.

you need to use the ax file as i explained above and import a registry file with your serial. this is the way i install it, but in my case i made an msi installer for it.

use this info for your installation:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\CoreCodec\CoreAVC Pro]
"User"="YOUR NAME"
"Serial"="xxxxx-xxxxx-xxxx-xxxxx-xxxxx"

hope this helps you.


Ok, got it. However doing this i have to (manually) also create start menu entries (for AVC configuration...). this is boring!

are we sure there is no way to pass user/serial to the .exe? import this registry before running setup.exe /s didn't work

#6 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 27 March 2008 - 11:34 PM

I don't know if there is some switch to specify the serial number in the setup. Try searching for Nullsoft Install System documentation.

You can always use a shortcut file inside you SFX archive and then copy it to the start menu.

If you want to create an installer for it, you can use the trial version of Caphyon Advanced Installer, this is the program i use almost all the time to author my setups. Also you can try with Inno Setup or Nullsoft Install System. This is, if you have the time and the will to do it.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy