Must4ng Posted May 17, 2005 Posted May 17, 2005 Thanks to nuhi at nLite I have enough room on one CD for several apps, including a shrunken OfficeXP (see Shrink Office).My cmdlines.txt & install.cmd are in the $OEM$ folder, alongside the $1 folder.What seems odd to me is that AIDA32, IrfanView, and PSPad install their shortcuts to the AllUsers profile, but 7Zip is installed to the Default User profile. Why the difference when they're all installed from the same cmd file at the same time?Another question is why the shortcuts generated have the .lnk extension showing in the start menu?Is the solution to delete the system generated shortcuts as at cleanup.cmd and make my own using shortcut.exe (Shortcut.exe)? CMDLINES.TXT[COMMANDS]"REGEDIT /S regtweaks.reg" "Install.cmd" INSTALL.CMDCLS@ECHO offECHO.................................ECHO.ECHO Installing IrfanView Graphics ViewerECHO Please wait...start /wait %systemdrive%\Install\Apps\Irfanview\iview397.exe /silent /desktop=1 /group=1 /allusers=1 /VERYSILENT /SP-ECHO..................................ECHO.ECHO Installing IrfanView PluginsECHO Please wait...start /wait %systemdrive%\Install\Apps\Irfanview\allplugins397.exe /silentEcho..................................Echo.ECHO Installing 7-Zip Compression UtilityECHO Please wait...start /wait %systemdrive%\Install\Apps\7zip\7z313.exe -y /q /r:nEcho..................................Echo.ECHO Installing Acroreader 7 courtesy ryanVM at ryanvm.msfn.orgECHO Please wait...start /wait %systemdrive%\Install\Apps\AcroReader7\Acroread701.exeEcho..................................Echo.ECHO Installing Java Runtime Environment 5.03 courtesy ryanVM at ryanvm.msfn.orgECHO Please wait...start /wait %systemdrive%\Install\Apps\JRE503\Jre503.exeEcho..................................Echo.ECHO Installing PSPad Text EditorECHO Please wait...start /wait %systemdrive%\Install\Apps\PSPad\PSPad432.exe /verysilent /sp-Echo..................................Echo.ECHO Installing AIDA32 Diagnostic UtilityECHO Please wait...start /wait %systemdrive%\Install\Apps\AIDA32\AIDA32.exe /verysilent /sp-Echo..................................Echo.ECHO Installing Office XPECHO Please wait...start /wait %systemdrive%\Install\Apps\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-
Must4ng Posted May 20, 2005 Author Posted May 20, 2005 Epitaph:Sometimes I hate it when a computer does exactly what I tell it to......the .lnk behavior was from a regtweak I'd added.Still leaves the odd (to me) behavior of the allusers vs default user question. <Shrugs> Oh well it's working in any event.
Yzöwl Posted May 20, 2005 Posted May 20, 2005 You could just move all shortcuts from one location to another from your cleanup.cmd.
cs99619 Posted July 6, 2005 Posted July 6, 2005 [COMMANDS]"REGEDIT /S regtweaks.reg" "Install.cmd"ASK:The "Install.cmd" put where?or "Install.cmd" path is where?
MHz Posted July 6, 2005 Posted July 6, 2005 No one is logged on at cmdlines.txt. Shortcuts for all users profile, go to all users profile. Shortcuts for user profile, go to default user profile.Same happens with reg entries. current user entries, go to default user entries, in cmdlines.txt.
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