jon15n Posted July 7, 2005 Posted July 7, 2005 [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.
jon15n Posted July 8, 2005 Author Posted July 8, 2005 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!
jaclaz Posted July 8, 2005 Posted July 8, 2005 From http://www.microsoft.com/resources/documen...t7/wrkappc.mspxWindows destination directories of the installationLDID_WIN10Destination \Windows directory (just user files).LDID_SYS11Destination \Windows System directory.LDID_IOS12Destination \Windows Iosubsys directory.LDID_CMD13Destination \Windows Command (DOS) directory.LDID_CPL14Destination \Windows Control Panel directory.LDID_PRINT15Destination \Windows Printer directory.LDID_MAIL16Destination \Mail directory.LDID_INF17Destination \Windows *INF directory.LDID_HELP18Destination \Windows Help directory.LDID_FONTS20Destination \Windows Font directory.LDID_VIEWERS21Destination \Windows Viewers directory.LDID_VMM3222Destination \Windows VMM32 directory.LDID_COLOR23Destination \Windows Color directory.LDID_APPS24Applications folder location. Shared directories for net install.Boot and old Windows and DOS directories LDID Value Directory use LDID_WINBOOT26Guaranteed boot device for windows.LDID_MACHINE27Machine specific files.LDID_HOST_WINBOOT28 Boot and old \Windows and DOS directories.LDID_BOOT30Root directory of boot drive.LDID_BOOT_HOST31Root directory of boot drive host.LDID_OLD_WINBOOT32Subdirectory off of Root (optional).LDID_OLD_WIN33Old \Windows directory (if it exists).LDID_OLD_DOS34Old \DOS directory (if it exists).LDID_OLD_NET35Old network root directory, only valid during network GenUpgrade.LDID_MOUSE36Path 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=280762http://www.msfn.org/board/index.php?showto...ndpost&p=243188jaclaz
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now