planoleg Posted July 1, 2007 Share Posted July 1, 2007 Is there a way to make a custom automated installation? Like in winamp 5.33 Link to comment Share on other sites More sharing options...
Marsianin Posted July 1, 2007 Share Posted July 1, 2007 You can use Total Commander installation from my websiteIt installs silently with /S switch and has a lot of useful plugins and options.Hope you'll like it. Link to comment Share on other sites More sharing options...
planoleg Posted July 1, 2007 Author Share Posted July 1, 2007 Thanks, lots of cool stuff but still the same problem, I cannot configure the setup. As a result, it inserts the shortcut into toolbar, desktop and start menu, which I don't want. I have this probloem for most of the programs. After they are installed automatically my computer looks like a garbage because I have all these icons all over the place and programs are configured by default, which sucks:( Link to comment Share on other sites More sharing options...
urie Posted July 1, 2007 Share Posted July 1, 2007 Thanks, lots of cool stuff but still the same problem, I cannot configure the setup. As a result, it inserts the shortcut into toolbar, desktop and start menu, which I don't want. I have this probloem for most of the programs. After they are installed automatically my computer looks like a garbage because I have all these icons all over the place and programs are configured by default, which sucks:(You need to do more reading and learn how to delete .lnk files these can be added to cleanup.cmd or Runonce"CMD /C DEL \"%USERPROFILE%\Desktop\Total Commander.lnk\"" /f Link to comment Share on other sites More sharing options...
planoleg Posted July 1, 2007 Author Share Posted July 1, 2007 Could you give me a link? By the way the code you provided would only delete shortcut from the desktop? Link to comment Share on other sites More sharing options...
planoleg Posted July 1, 2007 Author Share Posted July 1, 2007 http://www.msfn.org/board/index.php?showtopic=33802&hl= I found this one, don't understand anything Link to comment Share on other sites More sharing options...
TheSickman Posted July 2, 2007 Share Posted July 2, 2007 * Download the installer.* Using Total Commander itself, open the installer using CTRL+PGDN* Copy install.inf to the other pane using F5. You could also use your favorite packer program like winzip, winrar,... but why bother if you have TC? thumbup.gif* Edit install.inf as follows:[auto]auto=1lang=1alllang=1iniloc=c:\totalcmdiniall=1mkgroup=1mkdesktop=1* See the section [Languages] to know your language number. If you are reading this forum, you are smart enough to figure out the rest of the file.* Put install.inf back in the installer (copy it back using F5).* To do an unattended installation, just run the modified installer.* If you are a registered user, copy the file wincmd.key in the installation folder. Link to comment Share on other sites More sharing options...
urie Posted July 2, 2007 Share Posted July 2, 2007 Could you give me a link? By the way the code you provided would only delete shortcut from the desktop?All Users:"CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\Total Commander.lnk\"" /f"CMD /C DEL \"%ALLUSERSPROFILE%\Start Menu\Programs\Total Commander\Total Commander.lnk\"" /f"CMD /C DEL \"%ALLUSERSPROFILE%\Start Menu\Programs\Startup\Total Commander.lnk\"" /fUser:"CMD /C DEL \"%USERPROFILE%\Desktop\Total Commander.lnk\"" /f"CMD /C DEL \"%USERPROFILE%\Start Menu\Programs\Total Commander\Total Commander.lnk\"" /f"CMD /C DEL \"%USERPROFILE%\Start Menu\Programs\Startup\Total Commander.lnk\"" /f"CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Total Commander.lnk\"" /fTotal Commander doesn't use all these .lnks but this is just to give you an idea you can edit to suit your own programs. Link to comment Share on other sites More sharing options...
Asymmetry Posted August 7, 2007 Share Posted August 7, 2007 OK, this works fine, but it is not registered! How could I register it during installation? I found reg key for it, and now I don't know how to copy it in c:\Program Files\Total Commander.Please help! Link to comment Share on other sites More sharing options...
planoleg Posted September 2, 2007 Author Share Posted September 2, 2007 open the installer using CTRL+PGDN How, what is PGDN?"CMD /C DEL \"%USERPROFILE%\Desktop\Total Commander.lnk\"" /f"CMD /C DEL \"%USERPROFILE%\Start Menu\Programs\Total Commander\Total Commander.lnk\"" /f"CMD /C DEL \"%USERPROFILE%\Start Menu\Programs\Startup\Total Commander.lnk\"" /f"CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Total Commander.lnk\"" /fI put this in command lines in WPI and then install total commander, and I have shortcuts on desktop, taskbar and in start menu, and in addition I have a folder in start meny->programs called "total commander", which has a lot of stuff there. Which commands do I have to write in order to avoid this mess and get my programs installed without useless shortcuts everywhere? Link to comment Share on other sites More sharing options...
Lolita Posted March 15, 2008 Share Posted March 15, 2008 (edited) Hello i installing tcmd via customized install.ini and copying config files to default user location where i want them. Everything works ok, BUT (there is always but, when i writing here ) after installation is complete explorer window with total cmd startgroup opens up. Do you know how to get rid of it (other then disable creating it with setup and crate it manually)?EDIT: oh, i found it here on msfn someone posted nircmd.exe ... Edited March 15, 2008 by Lolita 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