holyone Posted November 2, 2004 Share Posted November 2, 2004 Hi everyone I have create a bat file that install a number of software's…But I don't know why, I have several problems with that.Problem 1: (Program: WinZip)Bat command for install WinZip:echo Installing WinZipecho.echo Please wait...echo. cd "Winzip" start "winzip32.exe" /noqp /autoinstall echo Cleaning Up... Please Wait del "%allusersprofile%\start menu\WinZip.lnk" del "%allusersprofile%\desktop\WinZip.lnk" del "%allusersprofile%\start menu\Programs\WinZip\Uninstall WinZip.lnk" del "%allusersprofile%\start menu\Programs\WinZip\Help Manual.lnk" del "%allusersprofile%\start menu\Programs\WinZip\ReadMe.txt.lnk" del "%allusersprofile%\start menu\Programs\WinZip\What's New.lnk" regedit /s registerwinzip.reg cd ..The problem is that when I try to uninstall WinZip, the computer wants to delete the installation files form the cd… and not form "C:\Program Files\Winzip\".How come?Problem 2: (Program: Lava soft Ad-Aware SE Professional)How can I create an silent installation to "Lava soft Ad-Aware SE Professional"?I have the full version…Waiting for responses,Lior. Link to comment Share on other sites More sharing options...
bucketbuster Posted November 2, 2004 Share Posted November 2, 2004 Problem 2:This link is for the free version, but it might help you with the PRO version:http://www.msfn.org/board/index.php?showto...839&hl=lavasoftDid you use the /? switch? Link to comment Share on other sites More sharing options...
holyone Posted November 2, 2004 Author Share Posted November 2, 2004 Another Problem (Office2003 Interface):I have a silent installation of the office 2003, but I am also installing a Language interface,My question is how can I do an silent installation for my language interface of office 2003?B.T.WThe "Ad-Aware SE Professional" problem was fix by the switch /s.So thanks bucketbuster. Link to comment Share on other sites More sharing options...
ixion Posted November 2, 2004 Share Posted November 2, 2004 have you tried another version of Win Zip, I cant see how using a silent install would caue these problems unless its an issue with the winzip installer... Link to comment Share on other sites More sharing options...
holyone Posted November 2, 2004 Author Share Posted November 2, 2004 No i didne't try another installation of WinZip...but i don't think that the problem is on the installer.... Link to comment Share on other sites More sharing options...
BrandonS_Mil Posted November 3, 2004 Share Posted November 3, 2004 Yes, the problem is the installer....I also tryed to do an autoinstall of winzip. According to Winzip Website: http://www.winzip.com/xsiteins.htm#unattendedYou will have problems unless you get a network version. Link to comment Share on other sites More sharing options...
holyone Posted November 3, 2004 Author Share Posted November 3, 2004 Of thanks,But form where I can download WinZip network version?Thanks,Lior. Link to comment Share on other sites More sharing options...
ixion Posted November 4, 2004 Share Posted November 4, 2004 This may help...http://www.winzip.com/xsiteins.htm Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now