Help - Search - Members - Calendar
Full Version: Filemenu tools
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
hyde1113
can somebody help me create an addon of filemenu tools? thanks in advance biggrin.gif
radix
Try this
MD5: 547A1748A7EAD5686A041E56608D2265
hyde1113
thank you radix for your help... im a newbie in slipstreaming windows xp and im still studying the switches of silent installation... thanks
skavenger
Hi there,

its easy.

first install programm with the following:

CODE
FileMenuTools-setup.exe /SAVEINF="c:\silent.inf"


copy the file "silent.inf" in the same folder like the FileMenuTools-setup

create a BATCH-Script like this:

install.cmd
CODE
@echo off
start /wait FileMenuTools-setup.exe /SP- /VERYSILENT /NORESTART /LOADINF=".\silent.inf"


Now you can silent install thsi program.
If you want to create a silent addon, make just a RAR-SFX or 7ZIP-SFX.

greetz




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.