MSFN Forum: Need some help please - 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

Need some help please i'm a beginner so. :P Rate Topic: -----

#1 User is offline   DjWhizZ 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 15-May 06

Posted 15 May 2006 - 11:26 PM

hi, i'm new here.. and i need some help cause i can't get this thing to work:P so please help :blink:

This is my RunOnceEx:


cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "Mozilla Firefox" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Firefox.exe -ms /SilentInstall /f

REG ADD %KEY%\002 /VE /D "Daemontools 4.0.3" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\daemon403.exe /qn /Reboot=Suppress /f

REG ADD %KEY%\003 /VE /D "MSN Messenger" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\Messenger.exe /qn /SilentInstall /f

REG ADD %KEY%\004 /VE /D "MSN Messenger Plus!" /f
REG ADD %KEY%\004 /V 1 /D "%systemdrive%\install\MsgPlus.exe /SilentInstallNoSponsor /f

REG ADD %KEY%\005 /VE /D "ZoneAlarm" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\zaSuiteSetup.exe /s /i /noreboot /lickey <whoops>
REGEDIT %KEY%\005 /S "%systemdrive%\install\zonealarm.reg
%systemdrive%\install\config.xml" /f

EXIT


i know it's wrong.. but can someone fix it for me? :w00t: :P would be great :thumbup

This post has been edited by DjWhizZ: 16 May 2006 - 04:05 AM



#2 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 16 May 2006 - 03:58 AM

How do you know it's wrong?
Does it load the keys into the registry?
Do any of the applications install?
Do the files get copied to to the install folder, which contains all files so you may want to put each application inside it's own folder, makes life easier
This is very wrong
REG ADD %KEY%\005 /VE /D "ZoneAlarm" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\zaSuiteSetup.exe /s /i /noreboot /lickey <key removed as per rules>
REGEDIT %KEY%\005 /S "%systemdrive%\install\zonealarm.reg
%systemdrive%\install\config.xml" /f
should be
REG ADD %KEY%\005 /VE /D "ZoneAlarm" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\zaSuiteSetup.exe /s /i /noreboot /lickey <key removed as per rules>
REG ADD %KEY%\005 /V 2 /D regedit /S "%systemdrive%\install\zonealarm.reg %systemdrive%\install\config.xml" /f


You could place a pause at the end so you can see what happens or even after each line.
Remove your serial key please for nero.
Do you know those are the correct switches to install your desired applications correctly? do a search to clarify

try this site: http://unattended.msfn.org for further guidance

#3 User is offline   DjWhizZ 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 15-May 06

Posted 16 May 2006 - 04:08 AM

I'm testing right now on a virtual pc machine so i can let you see whats wrong, caus it load the keys.. but it's not installing silent.. you need to press next and stuff.. and i think it was msn plus thats not installing.. but i will make a screen capture of it :)

This post has been edited by DjWhizZ: 16 May 2006 - 04:34 AM


#4 User is offline   DjWhizZ 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 15-May 06

Posted 16 May 2006 - 05:03 AM

Here you got the first error, but i think thats the error of Zonealarm.. diddn't fix that yet :unsure:

[Pic1]

As you see in the pic below, daemon tools is not installing silently..

[Pic2]

And then when i cancel daemontools.. he gave an error by msn..

[Pic3]

Then at msn plus, he quickly goes to the zonealarm step, like in 1 sec.. so i don't think he installed it then.. think cause msn is not installed..

plz help :)

#5 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 16 May 2006 - 06:36 AM

[pic1]
the regedit needs /s to silent apply the key or you will get that -
so make sure it looks like this
REG ADD %KEY%\005 /V 2 /D regedit /S "%systemdrive%\install\zonealarm.reg" /f
and see how you get on

[pic2]
your not using correct switches - search the application install thread
if you manually install it generates a .msi file - install that using /qn and will be ok

[pic3]
again your using incorrect switches - search the application install thread
don't use but switches

#6 User is offline   DjWhizZ 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 15-May 06

Posted 16 May 2006 - 07:08 AM

Thx, i'll search my a** off right now :D

Daemon Tools

Switch: /qn /Reboot=Suppress
Full syntax: daemon.msi /qn /Reboot=Suppress
Extraction needed: Yes

Key: "Extraction Needed" - Some applications need be extracted to access a number of files inside. Use WinRAR or a compatible extraction software to extract.
:blink:


So, i need to extract the msi(using z7)? but where to put the files then? in the same folder where the msi is? or.. am i thinking real wrong now :unsure:

#7 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 16 May 2006 - 12:37 PM

NONONO, I think you forgot to put the end quotation mark at the end of the switch!

@oioldman it's
REG ADD %KEY%\005 /V 2 /D "regedit /S \"%systemdrive%\install\zonealarm.reg"\" /f

Or something like that when you have more than one quite. And you don't need quites unless there is a space between the path to regedit, and it's in system32 so you don't need to put a path, so the ideal way is
REG ADD %KEY%\005 /V 2 /D "regedit /S %systemdrive%\install\zonealarm.reg" /f

This post has been edited by T D: 16 May 2006 - 12:39 PM


#8 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 16 May 2006 - 01:25 PM

sorry, yes T_D it needs to be the second option you showed, been a long day at work and was doing of top of head.

Yes you can extract the msi using winzip, winrar or 7zip and then place in your folder.
i think you may benefit from this: http://unattended.ms...xp/view/web/32/
which will show you how to do.

#9 User is offline   DjWhizZ 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 15-May 06

Posted 16 May 2006 - 02:05 PM

ok it seems to work on a virtual pc, BUT.. msn and msn plus are not installing, he shows hes installing like installing firefox and stuff.. but when in windows.. i can't find it anywhere :o

and i installed it on a real pc, (old one) and then i get a error of 7z, do i need to put something from 7z on my cd?

and i tried it again(format and so one), and it shows the same error.. and an error that says msn installer is not found :o

someone help? do i need to add something on RunOnceEx so i give the apps the time to install or something? :huh:

This post has been edited by DjWhizZ: 16 May 2006 - 11:16 PM


#10 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 17 May 2006 - 03:37 AM

what swicthes are you using for MSN & MSN Plus?
you should be able to use
msnmsgr.msi /quiet /norestart
msnpluse.exe /silentnosponsor and they'll be there.

not sure about the 7z as not sure what your trying to do with it

#11 User is offline   DjWhizZ 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 15-May 06

Posted 17 May 2006 - 03:56 AM

I have these 2..

REG ADD %KEY%\005 /VE /D "MSN Messenger" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\MsnMsgs.msi /qn /norestart

REG ADD %KEY%\006 /VE /D "MSN Messenger Plus!" /f
REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\MsgPlus.exe /SilentInstallNoSponsor

#12 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 17 May 2006 - 04:57 AM

@DjWhizZ, don't forget to code tag your stuff

i'm guessing it may be because your missing
" /f
at the end of each line

again you would do well to place your apps inside a folder relevant to that app. e.g msnmsgs.msi & msgplus.exe in install\msn and office inside install\office.
just makes live easier in long run as you can see what is happening

This post has been edited by oioldman: 17 May 2006 - 05:02 AM


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