MSFN Forum: silent installation - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

silent installation Rate Topic: -----

#1 User is offline   saitoh183 

  • Give the sponge a big hug!
  • PipPip
  • Group: Members
  • Posts: 158
  • Joined: 02-December 04

Posted 31 December 2004 - 09:57 AM

Im having problems with some appplications that i are bieng installed silently during my windows setup. I've search but have found nothing.

Here are the programs:

- Gadwin Printscreen (wise installer)

- Belarc Advisor (Wise installer)

- Fabertoys(Inno installer)

- Slimbrowser (Nullsoft installer)

- M$ Powertoys(Windows XP Crativity Fun Pack)(Installshield with MSI Installer)


Gadwin Printscreen---> It asked me to choose a language before starting the silent installation. How do i get it to not ask me?

Belarc Advisor--->After the installation, it analyzes my PC and opens an HTML pages to show the results. How do i get it to install withouot running after that?...would taskkill work?

Fabertoys---> After the installation, it shows the group menu that it created. How can i get it to not show it, but keep the group menu selection that i chose during the installation...is it possible?...or do i have to select not to create a group menu at all?

Slimbrowser---> Same problem as Fabertoys

M$ Powertoys(Windows XP Crativity Fun Pack)---> At the end of the installation it opens the readme files in HTML. How do i get it to not do that?

@all

Thx in advance! :)


#2 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,338
  • Joined: 02-December 03

Posted 31 December 2004 - 10:13 AM

since u know what the packager is

u can find the switches here

http://www.msfn.org/board/index.php?showtopic=32925&hl=wise

another think u should look up is taskill or pskill

if u want to delete or edit icons or start up groups use cleanup.cmd
to remove them

#3 User is offline   saitoh183 

  • Give the sponge a big hug!
  • PipPip
  • Group: Members
  • Posts: 158
  • Joined: 02-December 04

Posted 31 December 2004 - 01:23 PM

I went to your link and i've read that before on the net;)...as for my prob, it doesnt solve it.

I have been able to install all the apps above silently. The problem is at the end of the installations...Fabertoys and Slimbrowser have the startup group poping up after the silent install...Gadwin Printscreen gives me a language selection before starting the silent install and M$ powertoys after the silent instal the HTML readme pop's up...

Using cleanup.cmd and taskill/pskill wont do a thing because all these probs happen right after the programs install's...

#4 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 31 December 2004 - 01:26 PM

you could use autoit or repackage it with installrite or something similar

#5 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,338
  • Joined: 02-December 03

Posted 31 December 2004 - 01:29 PM

huh?

that is what pskill or taskill is suppose to do to kill the pop up.

the language is stored in the registry. make a copy of the reg settings

export prior to installation, and use pskill

#6 User is offline   saitoh183 

  • Give the sponge a big hug!
  • PipPip
  • Group: Members
  • Posts: 158
  • Joined: 02-December 04

Posted 31 December 2004 - 02:28 PM

@Astalavista

ok can you explain how pskill/taskill would work for my prob of Fabertoys and Slimbrowser? I have PSkill so how would i use it in my runonceex.cmd(syntax)?

Example:
REG ADD %KEY%\006 /VE /D "WinISO 5.3" /f
REG ADD %KEY%\006 /V 1 /D "%cdrom%\apps\WinISO\winiso53.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\007 /VE /D "WinISO Task kill" /f
REG ADD %KEY%\007 /V 1 /D "taskkill /F /IM WinISO.exe" /f


taskkill would close the start menu group windows that pop's up after the installation? and in my example, is that the right syntax?

#7 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 December 2004 - 03:45 PM

You need to put it as the next item...
REG ADD %KEY%\006 /VE /D "WinISO 5.3" /f
REG ADD %KEY%\006 /V 1 /D "%cdrom%\apps\WinISO\winiso53.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\006 /V 2 /D "taskkill /F /IM WinISO.exe" /f
Notice that now there is an incremented number after "/V" for the second item.



Now for the explanation....
Taskkill is nothing but just a task-killer. Tell it which EXE to kill and it will do it. For example, lets see the startup group popping up after install - do a Ctrl-Alt-Del, and see all running "Processes". You will see that the startup group window is being shown by the "explorer.exe" file. So just put the relevant file-name in your runonceEX.
Example:
REG ADD %KEY%\006 /V 2 /D "taskkill /F /IM explorer.exe" /f


#8 User is offline   S0mE0nesMiNd1 

  • Member
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 15-December 04

Posted 31 December 2004 - 06:42 PM

I always thought the batch files were run before explorer was first loaded, thus this problem doesnt occur.

#9 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 31 December 2004 - 07:05 PM

Well, you could always edit the MSI-based installers with Orca to not launch things.

#10 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 January 2005 - 04:33 AM

S0mE0nesMiNd1, on Jan 1 2005, 06:12 AM, said:

I always thought the batch files were run before explorer was first loaded, thus this problem doesnt occur.

Right.
The start menu folders won't be opened when installing silently before the explorer shell loads.

#11 User is offline   davidd6 

  • Group: Members
  • Posts: 3
  • Joined: 13-September 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 February 2013 - 07:25 AM

i am looking for Gadwin silent installation but didnt find
any solution?

#12 User is offline   DosProbie 

  • Member
  • Group: Supreme Sponsor
  • Posts: 205
  • Joined: 16-October 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 11 May 2013 - 06:05 AM

"PrintScreen47_Setup.exe" /S

View Postdavidd6, on 27 February 2013 - 07:25 AM, said:

i am looking for Gadwin silent installation but didnt find
any solution?


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy