x10a Posted November 14, 2006 Posted November 14, 2006 (edited) hi I'm new and I want to make a program install silently. After some search I found the application switch for the the program I want.the program is downloadable in the following link: http://www3.firstclass.com/ClientDownloads...es/FC8200US.exeFirst Class:Extract downloaded file:FC8200US.exe -extract_all:"C:\Temp"Create setup.iss (from the extracted folder):setup.exe /rThe answerfile will be in C:\WindowsSilent install:X:\FC82\Setup.exe /s /sms /f1X:\FC82\Setup.issor\\SRVNAME\SHARE\Setup /s /sms /f1\\SRVNAME\SHARE\Setup.issHowever I tried in cmd typing the silent install line just for testing. It attempt to load and then nothing happend . Did a quick read in the setup file created at the same folder as setup.iss adn found these.[installShield Silent]Version=v7.00File=Log File[ResponseResult]ResultCode=-3What am I doing wrong? And also I want to know what is /1X:\pathsince it will be make as installer later what do I have to change there?Thanks a ton! Edited November 14, 2006 by x10a
Shark007 Posted November 14, 2006 Posted November 14, 2006 Silent install:X:\FC82\Setup.exe /s /sms /f1X:\FC82\Setup.issWhat am I doing wrong? And also I want to know what is /1X:\pathThanks a ton! you're heading in the right direction.in this line, X:\FC82\Setup.exe /s /sms /f1X:\FC82\Setup.issThe x's need to be replaced with drive letters, like this,C:\FC82\Setup.exe /s /sms /f1C:\FC82\Setup.issof course, the appopriate files need to be placed to these locations for the commands to work.shark
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now