Jump to content

Windows 98 batch file


Recommended Posts

[Apps.Install]
HKLM,%KEY_RUNONCE%,AppsInstall,,"%10%\Install.bat"

This is at the end of my windows 98 batch file and will essentially run all of my application installs.

I copied it from a thread here but am still unable to find the thread :(

I just can't figure out what the %10% means and where in the setup folder I should place my Install batch file. Please help.

Link to comment
Share on other sites


Bump..

and also I was wondering if, instead of what is written above, I could place something in my windows 98 msbatch.inf file to enable me to run an install.bat full of applications.

I was essentially wondering what the windows 98 equivalent would be for [GuiRunOnce]...?

Thank you!

Link to comment
Share on other sites

From

http://www.microsoft.com/resources/documen...t7/wrkappc.mspx

Windows destination directories of the installation

LDID_WIN

10

Destination \Windows directory (just user files).

LDID_SYS

11

Destination \Windows System directory.

LDID_IOS

12

Destination \Windows Iosubsys directory.

LDID_CMD

13

Destination \Windows Command (DOS) directory.

LDID_CPL

14

Destination \Windows Control Panel directory.

LDID_PRINT

15

Destination \Windows Printer directory.

LDID_MAIL

16

Destination \Mail directory.

LDID_INF

17

Destination \Windows *INF directory.

LDID_HELP

18

Destination \Windows Help directory.

LDID_FONTS

20

Destination \Windows Font directory.

LDID_VIEWERS

21

Destination \Windows Viewers directory.

LDID_VMM32

22

Destination \Windows VMM32 directory.

LDID_COLOR

23

Destination \Windows Color directory.

LDID_APPS

24

Applications folder location. Shared directories for net install.

Boot and old Windows and DOS directories

LDID Value Directory use

LDID_WINBOOT

26

Guaranteed boot device for windows.

LDID_MACHINE

27

Machine specific files.

LDID_HOST_WINBOOT

28

Boot and old \Windows and DOS directories.

LDID_BOOT

30

Root directory of boot drive.

LDID_BOOT_HOST

31

Root directory of boot drive host.

LDID_OLD_WINBOOT

32

Subdirectory off of Root (optional).

LDID_OLD_WIN

33

Old \Windows directory (if it exists).

LDID_OLD_DOS

34

Old \DOS directory (if it exists).

LDID_OLD_NET

35

Old network root directory, only valid during network GenUpgrade.

LDID_MOUSE

36

Path to MOUSE env. variable if set or same as LDID_WIN only valid after mouse class installer.

Read the above reskit docs, + the others linked to in my posts here:

http://www.msfn.org/board/index.php?showto...ndpost&p=280762

http://www.msfn.org/board/index.php?showto...ndpost&p=243188

jaclaz

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...