ghostware2004 Posted September 9, 2005 Posted September 9, 2005 Well ive done my 1st unattended XPdvd & also modded the start button etc.. So Far So Good.. but now have a ? which im not sure can be done.. but is there a way of getting the stardock apps (cursorXP) to silent install with sn?
cwyhk Posted October 26, 2005 Posted October 26, 2005 [quote name='NeoDeath' post='360112' date='Jul 26 2005, 05:43 AM']I have problems with Foobar 2000 0.8.3 Special. If I use /S switch the installer stops on File Association windows. So can someone help me out from this problem?[/quote] I don't have this problem for my silent installation.
Ghost82 Posted October 31, 2005 Posted October 31, 2005 [quote name='unabatedshagie' post='168456' date='Aug 15 2004, 07:07 PM']What about a wiki page where everyone can add there own switches to it?[/quote] Allready done, check here: [url="http://www.uawiki.org/doku.php?id=silent_apps:appswitchesdb%3a%6fverview"]http://www.uawiki.org/doku.php?id=silent_a...chesdb:overview[/url] Thnx to Bashrat The Sneaky
MAC-DUFF Posted December 6, 2005 Posted December 6, 2005 HI, I have the same problem that I cant send Strat79 a pm, cause of a full message box. I tried to crate a msi package, too but after succesful installation i have some problems to pack something. i get everytime the error "no translation". well, can u please send me your package? perhaps i have only one small mistake inside. bye stephan
Niktareum Posted February 22, 2006 Posted February 22, 2006 Hi all, I have a setup file to install, inno setup file exactly. I know the /silent and /verysilent swtiches, but this setup inno file lauch a boxe with yes/not question to reboot my computer, how it's possible to disable this box, a norebbot switch exist for inno file ? Tnx for your awnser
andrew84uk Posted April 25, 2006 Posted April 25, 2006 Can I just ask was their ever a HTML updated page for Silant Installers ? If so, can I see please ?.
AHRIMANSEFID Posted May 12, 2006 Posted May 12, 2006 PLz Help For Make RunOnceEx. Thank You 7-Zip 441 Adobe Acrobat Reader 7 full Alcohol120_retail_1.9.5.3823 FlashGet_v1.71 Jasc Paint Shop Pro 9 Skype 2.0.0.97 UltraISO 7.6.6.1308 winamp51 WinRAR.3.60.Beta3 ymsgr702_120_us
eomonteiro Posted June 9, 2006 Posted June 9, 2006 [b][color="#FF0000"]Addon QuickLaunchBar / Inicialização Rápida [/color] [/b] [url="http://www.badongo.com/file/829485"]QuickLaunchBar[/url] [img]http://img65.imageshack.us/img65/451/quickbar0rg.jpg[/img] no [b][color="#FF0000"]runonce[/color] [/b] do [b][color="#FF0000"]nlite[/color][/b] coloque esta linha [b][color="#FF0000"]RMDIR /S /Q C:\TEMP[/color][/b] > Apaga a pasta temporaria da descompactação da barra(pode ser usado para outras descompactaçoes) Obs: Já fica padronizado/default para/to todos/all os outros usuários/users que forem criados/add
MGadAllah Posted June 17, 2006 Posted June 17, 2006 (edited) [quote name='nowarez' post='263730' date='Feb 1 2005, 05:31 PM']DAMNNFO DAMNNFO.exe /s[/quote] [quote]/qn[/quote] this is working thanks Edited July 1, 2006 by mgadallah
muiz Posted August 2, 2006 Posted August 2, 2006 [quote name='eomonteiro' post='517355' date='Jun 9 2006, 03:33 AM'][b][color="#FF0000"]Addon QuickLaunchBar / Inicialização Rápida [/color] [/b] [url="http://www.badongo.com/file/829485"]QuickLaunchBar[/url] [img]http://img65.imageshack.us/img65/451/quickbar0rg.jpg[/img] no [b][color="#FF0000"]runonce[/color] [/b] do [b][color="#FF0000"]nlite[/color][/b] coloque esta linha [b][color="#FF0000"]RMDIR /S /Q C:\TEMP[/color][/b] > Apaga a pasta temporaria da descompactação da barra(pode ser usado para outras descompactaçoes) Obs: Já fica padronizado/default para/to todos/all os outros usuários/users que forem criados/add[/quote] now in english please...
Soledad Posted January 4, 2011 Posted January 4, 2011 hello everybody I need (so so much) to know how to detect switches in the applications can you help me please ???? thanks
SkullSplitter Posted January 16, 2011 Posted January 16, 2011 hello everybody I need (so so much) to know how to detect switches in the applications can you help me please ???? thanksGoogle -> Universal Silent Switch Finder 1.5.0.0CheersSkull
RBCC Posted June 27, 2011 Posted June 27, 2011 Does someone have a autoit script for superantispyware free/pro ? John
Nologic Posted July 5, 2011 Posted July 5, 2011 (edited) Odd bloody place to ask for an AutoIt script.; This will install SUPERAntiSpyware$Search = FileFindFirstFile( "SUPERAntiSpyware*.exe" )If $Search = -1 Then Exit$Install = FileFindNextFile( $Search )If FileExists( $Install ) Then Run ( $Install & ' /SILENT' )Else ExitEndIfProcessWait ( "SUPERAntiSpyware.exe" , 30 )ProcessClose( "SUPERAntiSpyware.exe" )Make sure the installer is NOT named "SUPERAntiSpyware.exe" or the AutoIt script...ether will cause bad things to happen.Actually if you look at the code it assumes the name will be based on the application.The name I used for the installer is "SUPERAntiSpyware4551000.exe" since it's version 4.55.1000.Anyways it'll run the installer silently then kill the app as soon as it starts it's post install setup.First time you start it...will then start the Post Install setup again.** Update **While what I put up there works fine when fully in windows...it fails when done during the install process...this would have to be fully scripted or repackaged. Edited July 7, 2011 by Nologic
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now