September 9, 200520 yr 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?
October 26, 200520 yr [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.
October 31, 200520 yr [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
December 6, 200520 yr 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
February 22, 200620 yr 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
April 25, 200620 yr Can I just ask was their ever a HTML updated page for Silant Installers ? If so, can I see please ?.
May 12, 200620 yr 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
June 9, 200620 yr [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
June 17, 200620 yr [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, 200620 yr by mgadallah
August 2, 200620 yr [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...
January 4, 201115 yr hello everybody I need (so so much) to know how to detect switches in the applications can you help me please ???? thanks
January 16, 201115 yr 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
July 5, 201115 yr 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, 201115 yr by Nologic
Create an account or sign in to comment