Jump to content

How can I add my .reg file with WPI silently?


Recommended Posts

hi,

My WPI run from cmdlines.txt after install windows xp professional.

I'll try for example;

with "Registry before"

"%wpipath%\Install\regTweaks\winamp.reg" /s

then my silent winamp.exe

but each time windows prompt me that would you like to add this vs. vs.

how can I do that?is there anyway?

I know a little information about silent switch but for ".reg" file I don't know which switch is true?everybody use for ".reg" file /s

"/s" is the silent switch for .reg file?

thanks:)

Link to comment
Share on other sites


kk had you searched a bit you would have found that WPI currently has a bug with regfiles.

You need to remove the quotes that are in the commandline. ie this:

"%wpipath%\Install\regTweaks\winamp.reg"

becomes this:

%wpipath%\Install\regTweaks\winamp.reg

No need for a switch as WPI does that bit for you.

Link to comment
Share on other sites

  • 2 years later...

Help I still cannot get any registry file to install silently in WPI v7.7.0

I have to click yes and ok to install each one.

I have tried the following:

"%wpipath%\Install\1 SlySoft AnyDVD\settings.reg"

"%wpipath%\Install\1 SlySoft AnyDVD\settings.reg" /S

%wpipath%\Install\1 SlySoft AnyDVD\settings.reg

Please advice and thank you.

Link to comment
Share on other sites

Perhaps run a .cmd file from the tool, and have the .cmd file call reg import .reg on all the .reg files you want to import? Seems simpler.

Hi I have try your suggestion but registry does not get imported.

without the silent options /s , i found out it has this error message refer to the jpg

Please advice and thanks

this is the batch.cmd -------------------------------------------------

@echo off

rem Hide this console window so its not shown on taskbar

cmdow @ /hid

regedit setting.reg

taskkill /im anydvdtray.exe /f

regedit remove.reg

RD /s /q "C:\Documents and Settings\All Users\Start Menu\Programs\SlySoft"

setting.reg ------------------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SlySoft\AnyDVD\Settings]

"State"=dword:00000004

"Code"=dword:00000001

"Patch"=dword:0000079f

"Transparency"=dword:00000007

"AggressiveMode"=dword:00000000

"DVDSpeed"=dword:00000000

"Navigation"=dword:00000002

"Speed"=dword:00000000

"OtherSpeed"=dword:00000000

"SpeedControl"=dword:00000000

"CheckUpdate"=dword:00000000

"HideIcon"=dword:00000000

remove.reg ---------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]

"AnyDVD"=-

post-31401-127453768629_thumb.jpg

Edited by illusions
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...