Welcome to Dream.In.Code
Getting Help is Easy!

Join 132,358 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,144 people online right now. Registration is fast and FREE... Join Now!




Windows nLite Addon Help

 
Reply to this topicStart new topic

Windows nLite Addon Help, How does it work?

indrora
post 26 Aug, 2008 - 07:12 PM
Post #1


D.I.C Head

Group Icon
Joined: 25 Jul, 2008
Posts: 52



Dream Kudos: 25
My Contributions


Hello all!

I'm working with nLite and making up a simple addon generator (one that can do more than the one i've found really)
I've decided to keep the registry open and intact without touching INF style registry entries -- more "user friendly" that way.

I'm going to have a filesystem structure much like this in the CAB file that gets handed to nLite's integrator, so I want something that makes life _simple_
CODE

Addon.CAB
   \_ entries.ini
     \addon_UID\
            \bootstrap.cmd
            |executeable.exe
            |reg_before.reg
            |reg_after.reg


The bootstrap.cmd will look like this:
CODE

@echo off
regedit /s reg_before.reg
executable.exe /s
regedit /s reg_after.reg


This allows also for a custom installation procedure. Nothing extremely advanced but enough to make life easy for those of us used to using Python and other such languages.
It also allows for more powerful control over the environment (I.E. certain functions have to be used that require an env variable set to a certain value)

Any ideas on if this will work?
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/22/08 04:15AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month