Making an Install Wizard

welcome :

i have download Vista Transformation Pack v4 it really beautiful

and i need to know something ..

i have my own patched windows files i mean that i have made some changes in ..

explorer.exe , shell32.dll , msgina.dll , ............................ etc

i replace them manually by loading safe mode and replace one by one ..

how can i make install wizard to replace theme automatically in windows !!!

http://img71.imageshack.us/img71/1750/wind...ngwizard8bq.jpg

#396807

If your changes are solely in the system files, your best bet is to use a Replacer script.

Here's Replacer: http://www3.telus.net/_/replacer/

There's a section on script files in the readme.txt file (in the attachment).

//Thread Moved, Welcome to the Forums :D

-NC

#396856

Thank you nightcrawler1089

what do you mean with "changes are solely in the system files"

i have more than 101 files that i have modified .. replacer is slow in adition to it make abackup of the file ... i don't need abackup !! ... i need an install wizard to replace directly windows original files with what i have made without making backup of files !!

it takes more space !!

thank you

AlmajedGroup

#397188

I mean flyakite uses an NSIS installer, but his changes are more complicated than simple "system file replacements--" for example, he modifies the registry as well.

It's a workaround, but couldn't you use Replacer and then write another (.bat) script to delete the backup files it creates? That way you've successfully replaced the files using a trusted tool, and you've removed the backup files.

That said, I know others have created unattended installation CDs solely using .bat files. I don't have much personal experience with those kinds of installations though.

-NC

#397555

thank you nightcrawler1089

finaly i have used replacer to replace windows files and after replacing

i search in windows partition for "*.*backup" and delete them manualy

and all things are ok !!

BestRegards

AlmajedGroup

#398429