MSFN Forum: TweakUI and Adobe Reader 6 - 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

TweakUI and Adobe Reader 6 Help with switches Rate Topic: -----

#1 User is offline   mendipjohn 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 03-January 04

  Posted 04 January 2004 - 12:59 PM

:) These are some difficulties I had when my batch file ran.

(install.cmd launched from GuiRunOnceEx section of winnt.sif)

I downloaded the silent re-packaged TweakUI file and added it to my install folder and entered the entries in install.cmd without switches assuming it would be fully unattended, yet later, when install.cmd ran, it presented a user interface.

I have tried loading the program with the /? switch to see a list,
but got a Windows Installer "incorrect commandline perameters" error.

Also, Adobe Reader 6, ran the /? to see the commands, then used switch to extract files, now have:

setup.exe setup.ini adobe reader 6.0.msi 0x0409.ini abcpy.ini data1.cab rdr60enu.itw rdr60enu.mst

I have found that only setup.exe supports switches.

I first used setup.exe /? to see the switch list, yet when i tried the /S /v /qn switch for "silent" install, nothing happens?

Run setup without switches and it is fine, but i want to use it in my batch.

To clarify, i want to know the appropirate commands to get a silent unattended install for Tweak UI and Adobe Reader 6.

Thanks, John.


#2 User is offline   diesel_98a 

  • Spurz 4 Life....
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 26-July 03

Posted 04 January 2004 - 01:34 PM

adobe 6:
ECHO Installing Adobe Reader 6...
start /wait %systemdrive%\install\Adobe6\AR6.msi /QB
ECHO.

Tweak ui:
ECHO Installing TweakUI 2.10 Powertoy...
COPY "%systemdrive%\install\PowerToys\TweakUI.exe" "%systemroot%\System32\"
COPY "%systemdrive%\install\PowerToys\TweakUI 2.10 Powertoy.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Accessories\System Tools\"


the folder names and such will be different depending on where u have urs at.

#3 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 04 January 2004 - 02:36 PM

:) Absolutely, follow Diesel, he's got it down pat, I know, cuz I have the same layout and it installs flawlessly.....Here, I've also got a vbs script to put a shortcut to TweakUI on the Control Panel if you don't have it already.... :rolleyes:

Attached File(s)



#4 User is offline   mendipjohn 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 03-January 04

  Posted 04 January 2004 - 03:19 PM

Thanks for the info, i will try it out within the next week.

One query is that if the Tweak UI package was designed as a silent install, why can you not sumply run it?

I am still grapling with Adobe Reader, doesn't like any of the commands you recommended.
:)

Thanks for the help anyhow :rolleyes:

#5 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

  Posted 04 January 2004 - 05:23 PM

Try using /qn switch for Adobe instead of /qb. I know there really isn't a difference, but it just might help :)

Oh, and this might help you out as well:

start /wait %systemdrive%\install\Adobe6\AR6.msi /QB


Get rid of the space you have between start and slash and add the bunny ears

so, the command should be :

start/wait "%systemdrive%\install\Adobe6\AR6.msi" /qn

#6 User is offline   gosh 

  • gosh 2.0
  • Group: Patrons
  • Posts: 2,347
  • Joined: 03-October 03
  • OS:none specified
  • Country: Country Flag

Posted 04 January 2004 - 09:03 PM

Why repackage tweakui? I just put tweakui.exe in my $OEM$\$$\System32 folder. When i want to use it, i just type tweakui from the run line.

-gosh

#7 User is offline   diesel_98a 

  • Spurz 4 Life....
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 26-July 03

Posted 04 January 2004 - 11:12 PM

good i idea gosh, never even thought of that one. thanks for that idea.

#8 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01

Posted 05 January 2004 - 06:12 AM

mendipjohn, on Jan 4 2004, 06:59 PM, said:

I downloaded the silent re-packaged TweakUI file and added it to my install folder and entered the entries in install.cmd without switches assuming it would be fully unattended, yet later, when install.cmd ran, it presented a user interface.

Its packaged to support a silent install. Use /qb or /qn as you would with msi files.

Quote

Also, Adobe Reader 6, ran the /? to see the commands, then used switch to extract files, now have:

setup.exe setup.ini adobe reader 6.0.msi  0x0409.ini abcpy.ini  data1.cab rdr60enu.itw rdr60enu.mst 

I have found that only setup.exe supports switches.


Again, /qn or /qb on Adobe Reader 6.msi, OR.. without needing to extract the package, you can use: AdbeRdr60_enu_basic.exe -p"-s /v\"/qn\""

#9 User is offline   mendipjohn 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 03-January 04

  Posted 05 January 2004 - 02:59 PM

Thanks for the help, TweakUI behaves just as i want with the /qn switch.
I also included the script to add the Control Panel icon.

The Adobe switches for the compressed file work like a dream as well.

So thats all sorted.

I found that the Tweak CP icon script produces a dialogue box like my Windows Messenger disabler script. Is there a simple way of editing the script to prevent these boxes from appearing?

Thanks.
:)

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