Jump to content

Msn Messenger 7


Recommended Posts


I made an 7-zip switchless installer from messenger 7, and only used the /qb property value and it didn't install anything else (just didn't test the homepage)

how are you calling the .msi within the 7-zip?

Directly using 7-zips config.txt because you cant start MSI's from that. If you want to start an MSI you need to include another program called StartX within the archive and use the switches to call the msi. Search for them on here as I dont remember.

Or use a command file to call the msi, which is what I do :yes: :

install.cmd

CMDOW @ /HID
@echo off
MsnMsgs.msi IAGREE="Yes" ADDEXPLORERTOOLBAR="" SETSEARCHENGINE=""
exit

config.txt

;!@Install@!UTF-8!
RunProgram="install.cmd"
;!@InstallEnd@!

Link to comment
Share on other sites

I am completely new to the "Messenger-scene", so please forgive my ignorance.

I am trying to install MSN7 silently using this batch:

ECHO.

ECHO Installing MSN Messenger Version 7.0 (build 7.0.0777)

ECHO Please wait...

start /wait %systemdrive%\install\Applications\MSN\MsnMsgs.msi IAGREE="Yes" ADDEXPLORERTOOLBAR = "" SETSEARCHENGINE = "" SETHOMEPAGE = "" /qb

But it doesn't work.

Instead a window pops up with info about the Windows Installer.

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