MSFN Forum: Wavelab 4.0f - 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

Wavelab 4.0f surpress reboot question Rate Topic: -----

#1 User is offline   boskap 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 06-March 04

Posted 17 April 2004 - 08:31 AM

Hi

I'll try to install wavelab silent
i use the switch

setup.exe /silent

all works creat but at the end, i have a reboot question

Did anyone know how to surpress it

thx
Peter


#2 User is offline   Sleepy P 

  • Group: Members
  • Posts: 9
  • Joined: 15-April 04

Posted 18 April 2004 - 11:23 AM

thats a tricky one...
built into XP is the taskkill command, which shuts down processes. you call it like this
taskkill.exe /F /IM targetprocess.exe w

the tricky part is the timing. on unattended.msfn.org they have this file sleep.exe which, when called, simply runs for x number of seconds. you could use a start /wait sleep to put a controlled delay between the installer and the killprocess.
the trick is getting the timing right so that it allows the installer to fully process but cuts it prior to reboot...

#3 User is offline   boskap 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 06-March 04

Posted 18 April 2004 - 11:39 AM

Thx for the tip

But i have it done with a vbs script

set WshShell = CreateObject("WScript.Shell")
WshShell.Run (".\setup.exe /S")

While WshShell.AppActivate("Install") = FALSE
wscript.sleep 1000
Wend

wscript.sleep 1000
WshShell.SendKeys "{ESC}"

this wait for the reboot window called "Install"
when it come it sends esc and its done

but thx one's again

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 - 2011 msfn.org
Privacy Policy