Jump to content

Drop Note for WebMedic


Recommended Posts

Medic, looks like it might be possible. I'll get back to you later today after I get through here and have a talk with one of the Athena developers.

I also have a question about the inf used for the GUI-setup portion of the install

so if you can pitch me a clue about it. I'd like to take a look at it before tomorrow while I have this guys ear

Link to comment
Share on other sites


ok here goes.

this is the cmdlines.txt

[COMMANDS]
"RunDll32.exe setupapi,InstallHinfSection DefaultInstall 0 .\Setup.inf"

this is the setup.inf

;
; Version 2.0
; Copyright  : © 2000,2001,2002,2003
; by Brook Humphrey (bah@webmedic.net)
; for Mobile PC Medic OEM systems
;

[version]
signature = "$CHICAGO$"
Compatible = 1
AdvancedINF = 2.5,"You need a newer version of AdvPack.DLL!"
LayoutFile = layout.inf, layout1.inf, layout2.inf


[DefaultInstall]
AddReg  = AdvSetup

[AdvSetup]
HKLM,%RunOnce%setup," Install XP by Brook Humphrey",0,""
HKLM,%RunOnce%setup,"   © 2000, 2001, 2002, 2003",0,""
HKLM,%RunOnce%setup,"      www.webmedic.net",0,""
HKLM,%RunOnce%setup,"______________________________",0,""
HKLM,%RunOnce%setup," ",0,""
HKLM,%RunOnce%setup,"User settings",                    0,  "%systemdrive%\\install\\system\\user.cmd"
HKLM,%RunOnce%setup,"DirectX 9.0b",                     0,  "%systemdrive%\\install\\system\\DirectX9\\dxsetup.exe /opk"
HKLM,%RunOnce%setup,"Movie Maker 2.0",                  0,  "cmd.exe /c msiexec /qn /i %systemdrive%\\install\\system\\MovieMaker\\mm20.msi"
HKLM,%RunOnce%setup,"Task Switcher Powertoy",        0, "%systemdrive%\\install\\system\\PowerToys\\TaskswitchPowertoySetup.exe /s /v/qn"
HKLM,%RunOnce%setup,".NET Framework v1.1",             0,  "cmd.exe /c msiexec /qn /i %systemdrive%\\install\\system\\NetFramework\\netfx.msi"
HKLM,%RunOnce%setup,"ATI Control Panel for Catalyst 3.7",0, "%systemdrive%\\drivers\\ATI_cat3_7\\cpanel\\ATI.cmd"
HKLM,%RunOnce%setup,"Nforce Audio Controle Panle",     0, "%systemdrive%\\drivers\\nforce\\AudioUtl\\audioutl.cmd"
HKLM,%RunOnce%setup,"Startup Control Panel v2.8...",    0, "RunDll32.exe advpack.dll,LaunchINFSection %systemdrive%\\install\\system\\StartupCPL\\startup.inf,DefaultInstall"
HKLM,%RunOnce%setup,"Sun Java VM 1.4.1",              0,  "%systemdrive%\\install\\system\\SunJava_1_4_1\\java.cmd"
HKLM,%RunOnce%setup,"Final Setup",                      0,  "%systemdrive%\\install\\system\\setup.cmd"


[Del.AdvSetup]
HKLM,%RunOnce%setup,"Installing Shell Toy",0,""

[Strings]
systemdrive = "c:"
Product     = "Shell Toy XP"
DiskName    = "Shell Toy XP, Setup Disk #1"
Uninstall   = "Software\Microsoft\Windows\CurrentVersion\Uninstall\"
Runonce     = "SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce\"
Setup       = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup"
DosHere     = "DOS PROMPT HERE"
Edi         = "01,00,00,00"
SubDir      = "WINDOWS"
EXPLO       = "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
KEY_RUNONCE = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
KEY_INSTALLEDCOMPS="SOFTWARE\Microsoft\Active Setup\Installed Components"
OnlineLong  = "Online Services"
KEY_IEXPLORERMAIN="Software\Microsoft\Internet Explorer\Main"
NAME_RUNONCE= "MPCM Settings"
w95u1       = "rundll.exe setupx.dll,InstallHinfSection"
wNTu1       = "RunDll32 syssetup.dll,SetupInfObjectInstallAction"
wu2         = "DefaultUninstall 132"
AppDir      =
AppGroup    =
AppName     = "My Application"
CopyrightMessage = "Copyright (c) 2003. All rights reserved. My Company. www.pablovandermeer.nl."
TweakUILink = "c:\\install\\PowerToys\\TweakUI.lnk"
TweakUILinkDest = "c:\\Documents and Settings\\All Users\\Start Menu\\Programs\\"

I think that is about it. I have a few other cmd files I use to do the work that cant be dont through the inf file but I dont think those are want you want.

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...