Jump to content

Recommended Posts

Posted
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?
  • 1 month later...

Posted
[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.
Posted
[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
  • 1 month later...
Posted
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
  • 2 months later...
Posted
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
  • 2 months later...
  • 3 weeks later...
Posted
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
  • 4 weeks later...
Posted
[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
  • 2 weeks later...
Posted (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 by mgadallah
  • 4 weeks later...
  • 3 weeks later...
Posted
[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...
  • 4 years later...
Posted

hello everybody

I need (so so much) to know how to detect switches in the applications

can you help me please ???? :no:

thanks

  • 2 weeks later...
Posted

hello everybody

I need (so so much) to know how to detect switches in the applications

can you help me please ???? :no:

thanks

Google -> Universal Silent Switch Finder 1.5.0.0

Cheers

Skull

  • 5 months later...
Posted (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
Exit
EndIf

ProcessWait ( "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 by Nologic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...