MSFN Forum: Switchless Silent Installers, RVM/nLite Addons, .MSI Files - 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
  • 21 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Switchless Silent Installers, RVM/nLite Addons, .MSI Files for your use and enjoyment Rate Topic: ****- 4 Votes

#21 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 10 November 2005 - 07:54 AM

@RogueSpear:
Great job, i dreamed for it you did it. TNX!!!
Neverless, i have "0" VBS knowledge and NOT use RunOnceEx. On the other hand, i have mor knwledge of AutoIt, cmd and i use WPI.

How can i use yr installer with WPI??? or,
Can you write a cmd installer???

@muiz:

Quote

As I understand, yr download is VMwareTools 5.5. Isn't it???
It is possible to use it with the latest VMware 5 version ???

Regards
coucou


#22 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 10 November 2005 - 08:08 AM

@coucou, I've never used WPI before so I can't really be of much assistance there. The point of the script itself is that it will NOT run the installer unless the "computer" is a VMware computer. This is determined by using WMI to read BIOS strings. I suppose if WPI can launch a VBscript then you'd be all set.

#23 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 10 November 2005 - 08:17 AM

View PostRogueSpear, on Nov 10 2005, 03:08 PM, said:

The point of the script itself is that it will NOT run the installer unless the "computer" is a VMware computer. This is determined by using WMI to read BIOS strings.
that's what i understood and that's what I precisely needed!!!

I dpn't know if WPI can launch a VBscript. Then, may you you write a cmd installer???

Regards
koukou

#24 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 10 November 2005 - 08:19 AM

No I can't write a cmd script because the whole process is dependant upon WMI. That's one of the main reasons I started using VBscript for everything.

#25 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 10 November 2005 - 08:42 AM

View PostRogueSpear, on Nov 10 2005, 03:19 PM, said:

No I can't write a cmd script because the whole process is dependant upon WMI. That's one of the main reasons I started using VBscript for everything.

What a pity...

Do you know if VMwareTools 5.5.ISO could be used with the latest VMware 5 version???

coucou

This post has been edited by coucou: 10 November 2005 - 08:43 AM


#26 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 10 November 2005 - 10:07 AM

@RogueSpear:
Do yr VBscript could be launched from cmdlines.txt file as "VMWareTools.vbs" @t-12???

Regards
coucou

#27 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 10 November 2005 - 10:15 AM

No. As stated in the installer description, it can only be run from RunOnceEx. I've tried various methods of getting to install from svcpack.inf and cmdlines.txt, but it won't go. The other problem is that the VBscript won't run from cmdlines.txt because WMI is not yet available.

EDIT: I won't be messing around with VMware 5.5 until it's officially released. I have to many other things to do than to mess with their test code that still has all the debugging turned on.

This post has been edited by RogueSpear: 10 November 2005 - 10:16 AM


#28 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 10 November 2005 - 10:49 AM

Sorry for bothering you agian... I've a last question.

Do yr VBscript could be launched from [GuiRunOnce] section inside Winnt.sif file as
[GuiRunOnce]
command1 = "%SystemDrive%\install\VMWareTools.vbs"

Regards
coucou

#29 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 10 November 2005 - 11:08 AM

It should work from there, though I have not personally tested that method.

#30 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 14 November 2005 - 10:04 AM

@gordo, I have run across the problem you described with FFDShow. I am not experiencing the problems on all computers however, so it's hard to nail down the issue at hand. I have the newest build which is 11112005 and I have what is described as a "stable" build from 08082005. I'm going to pack up both of them and post within the next day or so. With builds of this project coming out on what seems like a daily basis latley, I'm tempted to just pack up the recommended stable build and leave it at that.

#31 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 17 November 2005 - 06:00 PM

View PostRogueSpear, on Nov 10 2005, 03:19 PM, said:

No I can't write a cmd script because the whole process is dependant upon WMI. That's one of the main reasons I started using VBscript for everything.

Hi,

Finally i had success with a cmd file.
In fact, i found a
VMware Command Line Tools where vmchk.exe tool inside (here attached bellow).
When vmchk.exe run from a Command Prompt IN a "VMware Virtual Machine", the message "Runing inside VMWare <version 6>." is displayed.
When vmchk.exe run NOT IN a VMware Virtual Machine, the message "Not runing inside VMWare." is displayed.
I wrote a small script calling vmchk.exe and check if run IN or NOT IN a VMware machine
@echo off 
set vm=Runing inside VMWare <version 6>. 
 
vmchk.exe >chkfile.dat 
for /f "delims=!" %%a in (chkfile.dat) do set check=%%a 
 
If "%check%" == "%vm%" VMwaretools.exe


and here pipe directly to a variable for UA install directly run from a CD
@echo off 
for /f %%a in ('vmchk') do (  
  if "%%a=="Runing inside VMWare <version 6>."  vmtools.exe 
  )

Enjoy
coucou

This post has been edited by coucou: 18 November 2005 - 06:22 AM


#32 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 17 November 2005 - 06:04 PM

Nice find, but I still don't believe you'll get the installer itself to work from svcpack.inf or cmdlines.txt. At least I've never been able to.

#33 User is offline   johnik 

  • Group: Members
  • Posts: 1
  • Joined: 18-November 05

Posted 18 November 2005 - 03:54 AM

Hi! :hello: Is it possible to deploy MSN Messenger 7.5 silently through GPO?

#34 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 18 November 2005 - 04:52 AM

View PostRogueSpear, on Nov 18 2005, 01:04 AM, said:

Nice find, but I still don't believe you'll get the installer itself to work from svcpack.inf or cmdlines.txt. At least I've never been able to.

Hi RogueSpear,

I will test it later with cmdlines.txt but I'm 100% sure it will works with [GuiRunOnce].

BTW, just for my Info, I suppose you made VMwareTools 7-zip swittchless installer.
I tried mine here bellow, and when i launch VMwareTools.exe i got the message (StartX, No parameters specified...) here attached image .
;!@Install@!UTF-8!
RunProgram="StartX.exe /WAIT \"msiexec /i VMwareTools.msi /qn-!\""
;!@InstallEnd@!

May you show me your confitg.txt???

Regards
coucou

#35 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 18 November 2005 - 06:52 AM

I stopped using StartX.exe a long time ago in favor of runhiddenconsole.exe. Runnhiddenconsole is much smaller than startx and it doesn't seem to have as many limitations to it.

#36 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 18 November 2005 - 07:42 AM

Ah!!! When i opened yr VMwareTools.exe i found StartX.exe inside and NO trace of runhiddenconsole.exe.

I found runhiddenconsole.exe , there is no comment how to use it with .msi files. I would appreciate to know a template how to use it in cinfig.txt with .msi files.

Regards
coucou

This post has been edited by coucou: 18 November 2005 - 08:09 AM


#37 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 18 November 2005 - 08:06 AM

I'm attaching the program to this post. Here is an example of the config.txt from what I packed last:

;!@Install@!UTF-8!
RunProgram="RunHiddenConsole.exe /w msiexec /i FFDShow20050803.msi /qn"
;!@InstallEnd@!


Much simpler context eh? Also don't forget to UPX your 7z sfx module. What I do is rename the file to 7zSorg.sfx. Use Resource Hacker or whatever you want to change the icon and then UPX it with this command line:

upx -9 -o7zS.sfx 7zSorg.sfx


Then combine it all to make your switchless silent installer:

copy /b 7zS.sfx + config.txt + FFDShow20050803.7z FFDShow20050803.exe


I realize that you may already know some of this, but I thought I'd include a little more for anyone else out there reading the thread.

Attached File(s)


This post has been edited by RogueSpear: 18 November 2005 - 08:07 AM


#38 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 18 November 2005 - 08:12 AM

Many TNX :thumbup

BTW, did you glance my post here above how i pipe directly to a variable for UA install directly run from a CD
coucou

#39 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 18 November 2005 - 08:43 AM

@coucou dont know

#40 User is offline   keytotime 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 400
  • Joined: 05-October 04

Posted 18 November 2005 - 08:49 AM

If you look at my guide i use msistub.exe now.

Share this topic:


  • 21 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • 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