April 8, 200818 yr EDIT:Sorry, this wasn't supposed to go here. I'll post it in the correct forum.I just found these more extensive modules and am playing with them a bit. I had be using 7-Zip's defaults to create SFX files. I'm testing it on an Adobe reader install. Before, I used to have it run a batch file after unpacking. The batch file would install the app and remove various shortcuts. I'm trying to thin the code down with these new modules...It does the install just fine but never deletes that stupid little shortcut. Ideas?config.txt;!@Install@!UTF-8!Title="Adobe Reader Installation"; // Quiet install that shows progress bar onlyGUIMode="1"; // Set environmentsSetEnvironment="Var1=\"%ALLUSERSPROFILE%\\DESKTOP\\ADOBE READER 8.LNK\""; // InstallationExecuteFile="fm05:AdbeRdr812_en_US.exe"; // SwitchesExecuteParameters="/sPB /rs /l /msi\"/qb-! /norestart /log c:\\acrobat8.log ALLUSERS=2 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES\"\""; // Deletes the shortcut dropped on the desktopDelete="%Var1%"FinishMessage="Adobe Reader has been installed.";!@InstallEnd@! Edited April 9, 200818 yr by rkillcrazy
Create an account or sign in to comment