MSFN Forum: using windows update - MSFN Forum

Jump to content


  • 5 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

using windows update Rate Topic: -----

#61 User is offline   webmedic 

  • fixer of things broken
  • PipPipPipPip
  • Group: Members
  • Posts: 621
  • Joined: 15-August 03

Posted 15 September 2003 - 11:07 AM

ah ok well enjoy the inf file way. I find it cleaner to deal wiht and it looks almost the same as doing the straight reg hack way.


#62 User is offline   DaveXP 

  • The One
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,295
  • Joined: 15-July 03

Posted 16 September 2003 - 02:47 PM

devil270975 would you mind if i made my own windows update tuturiol based on your method and put in on my website as i like this method very much and i think it is easy to understand.

#63 User is offline   DaveXP 

  • The One
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,295
  • Joined: 15-July 03

Posted 16 September 2003 - 03:13 PM

Quote

Do you think that you could possibly give us all a little rundown of how this works?
I noticed that the registry keys are incrimented at a value of 10 per key. Any perticular reason for this?


They do not have to be 10 per key i ran a setup with them as one per key and worked ok to me.

#64 User is offline   devil270975 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 368
  • Joined: 31-July 03

Posted 16 September 2003 - 05:12 PM

teminator3, no that is fine use it as you will...

as regards the 10 increment, i know, but it is advisable to use 3 digits ie:001,002,003 etc...

Lee

#65 User is offline   chon_ 

  • Member
  • PipPip
  • Group: Members
  • Posts: 175
  • Joined: 04-September 03

Posted 16 September 2003 - 09:51 PM

Importing registr keys is not working for me, (like apps reg info, registry twaks, etc.), this is how i'm trying to do it
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz370]
"1"="regedit.exe /s C:\\Install\\RegTweak.reg"
@="Applying Registry Tweaks"

what am I doing wrong?

#66 User is offline   Aaron 

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

Posted 17 September 2003 - 10:43 AM

A registry file must always have:

Windows Registry Editor Version 5.00

at the top.

#67 User is offline   chon_ 

  • Member
  • PipPip
  • Group: Members
  • Posts: 175
  • Joined: 04-September 03

Posted 17 September 2003 - 10:50 AM

hmmmmm.... good point!
checking....... :)

#68 User is offline   chon_ 

  • Member
  • PipPip
  • Group: Members
  • Posts: 175
  • Joined: 04-September 03

Posted 17 September 2003 - 12:15 PM

Has anyone got InstallShield apps to work within this method? also, I can't get MS Office to install, here's part of the code i'm using:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz350]
"1"="C:\\Install\\Applications\\dvdregkill\\Setup.exe -s -f1"c:\\install\\Applications\\dvdregkill\\setup.iss"
@="DVD Region killer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz360]
"1"="C:\\Install\\Applications\\NVDVD\\Setup.exe -s -f1"c:\\install\\Applications\\NVDVD\\setup.iss"
@="nvDVD 2.55"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz370]
"1"="C:\\Install\\Applications\\OfficeXP\\instapls.exe TRANSFORMS=c:\xpcd\$OEM$\$1\INSTALL\Applications\OfficeXP\Unattended.MST /qb-"
@="Microsoft Office XP Professional con Frontpage"


#69 User is offline   DaveXP 

  • The One
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,295
  • Joined: 15-July 03

Posted 17 September 2003 - 12:28 PM

chon_, on Sep 17 2003, 07:15 PM, said:

Has anyone got InstallShield apps to work within this method? also, I can't get MS Office to install, here's part of the code i'm using:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz350]
"1"="C:\\Install\\Applications\\dvdregkill\\Setup.exe -s -f1"c:\\install\\Applications\\dvdregkill\\setup.iss"
@="DVD Region killer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz360]
"1"="C:\\Install\\Applications\\NVDVD\\Setup.exe -s -f1"c:\\install\\Applications\\NVDVD\\setup.iss"
@="nvDVD 2.55"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz370]
"1"="C:\\Install\\Applications\\OfficeXP\\instapls.exe TRANSFORMS=c:\xpcd\$OEM$\$1\INSTALL\Applications\OfficeXP\Unattended.MST /qb-"
@="Microsoft Office XP Professional con Frontpage"

yep but i made a batch file and told to run that and then that runs the InstallShield for me but i am working on it.

#70 User is offline   demlak 

  • Junior
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 16-August 03

Posted 18 September 2003 - 05:10 AM

b0r3d, on Sep 2 2003, 02:29 PM, said:

Do you know if %systemdrive% will work, instead of having to write the physical drive path?

you can use "||" instead of "%systemdrive%" or "C:"..

a little look at the windows help will help sometimes =)

problem is to import reg files on using this method.. not many programs like the || as a variable.. regedit donīt like it..

see my two ng postings of august:

http://groups.google.com/groups?hl=de&lr=&...DGoogle%2BSuche (german)

and

http://groups.google.com/groups?hl=de&lr=&...DGoogle%2BSuche (english)

#71 User is offline   atomic7431 

  • Junior
  • Pip
  • Group: Members
  • Posts: 74
  • Joined: 09-September 03

Posted 18 September 2003 - 08:05 AM

ok this looks cool but we really need a how to on this as theres been a lot of bits n bobs posted in here, it just all needs clearing up in one post or how to :) Please :rolleyes:

#72 User is offline   demlak 

  • Junior
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 16-August 03

Posted 19 September 2003 - 05:22 AM

no, if you are to lazy, itīs your problem.. all info which is needed, is in this thread.. i donīt understand, why so many people donīt want to "work" for there solutions.. they want "final products"

if YOU want a "How To", why donīt YOU write it?

#73 User is offline   atomic7431 

  • Junior
  • Pip
  • Group: Members
  • Posts: 74
  • Joined: 09-September 03

Posted 19 September 2003 - 05:50 AM

ok firstly i have read the posts in this thread, sceondly from what ur saying no one is aloud to not understand what has been posted or there automatically lazy or havent looked, well ive got news for u, its not as cut n dried as that and other peeps in this thread have also asked for a tutorial of some sort. Ive worked plenty to get my auto install working with very few questions and left feedback and help for certain things where i can, your ignorance to help others is ur downfall, ur post imo was a wasted one and very unhelpfull and i hope an admin or mod sees this and takes note of ur aptitude towards helping others. Its a shame peeps like u spoil it for every one else!

also if i knew how to do a how to for this then i wouldnt be asking for one, so that was a little pointless as well, unless of course u was indirectly asking for someone to do a how to cause u dont know either.

And i thought this forum was for getting help when u dont know something??

#74 User is offline   demlak 

  • Junior
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 16-August 03

Posted 19 September 2003 - 07:53 AM

getting help means getting answers for questions, not getting final solutions...

i hate it, when a few people worked on collecting information from the WORLD WIDE web to just ONE THREAD, and people like you asking for a final solution without doing anything for it..

better said: you want the hard work of others as a gift, without doing anything for it

i know.. my english is bad and i hope i was able to show what i mean.

#75 User is offline   DaveXP 

  • The One
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,295
  • Joined: 15-July 03

Posted 19 September 2003 - 08:06 AM

atomic7431, on Sep 19 2003, 12:50 PM, said:

ok firstly i have read the posts in this thread, sceondly from what ur saying no one is aloud to not understand what has been posted or there automatically lazy or havent looked, well ive got news for u, its not as cut n dried as that and other peeps in this thread have also asked for a tutorial of some sort. Ive worked plenty to get my auto install working with very few questions and left feedback and help for certain things where i can, your ignorance to help others is ur downfall, ur post imo was a wasted one and very unhelpfull and i hope an admin or mod sees this and takes note of ur aptitude towards helping others. Its a shame peeps like u spoil it for every one else!

also if i knew how to do a how to for this then i wouldnt be asking for one, so that was a little pointless as well, unless of course u was indirectly asking for someone to do a how to cause u dont know either.

And i thought this forum was for getting help when u dont know something??

i am making a guide for it, it will be donr late tonight

#76 User is offline   atomic7431 

  • Junior
  • Pip
  • Group: Members
  • Posts: 74
  • Joined: 09-September 03

Posted 19 September 2003 - 09:04 AM

@ Terminator 3 - many thanx in advance i do apreciate (spelling) the hard work that goes into this, and this site in general.

@ demlak - final soloution as u put it in this case is help? as ive allready looked/read and tried to do what is in this thread, and its not all about doing something for something, u dont give presents at christmas and expect to recieve them?? (well i dont) I will and have helped out where i can, even if its only giving feedback about raid drivers etc at least im trying to help where i can which imo is the main thing, i shouldnt be critisized or what ever just caus i didnt or dont understand something.
Thats all i goto say on the subject and wont be replying to anything else u say regarding this matter so as not to continue a few posts of tit for tat.

#77 User is offline   devil270975 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 368
  • Joined: 31-July 03

Posted 19 September 2003 - 11:38 AM

Thanks Terminator3: If i had the time to write a how to, i would, How to's are not final solutions, there will allways be something different that some one needs and then it gets added to and shared, but i dont believe in cut and pasters.......

#78 User is offline   xper 

  • Insane Clown
  • Group: Administrator
  • Posts: 15,633
  • Joined: 16-August 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 September 2003 - 05:39 AM

Stay on topic please.

Thank you

#79 User is offline   DaveXP 

  • The One
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,295
  • Joined: 15-July 03

Posted 21 September 2003 - 06:02 AM

devil270975, on Sep 19 2003, 06:38 PM, said:

Thanks Terminator3: If i had the time to write a how to, i would, How to's are not final solutions, there will allways be something different that some one needs and then it gets added to and shared, but i dont believe in cut and pasters.......

Yer i dont like paste and cuters its not fair on the other person taking their hard work

Anyway back to topic: The guide is here at WinZone not finshed yet but almost done.

If theirs anything i have see then plz let me no. :)

#80 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 06 December 2003 - 09:45 PM

@devil, could you please describe how you converted your .bat to an exe ?
It seems like a very good thing to do.

Cheers !!!

Share this topic:


  • 5 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 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