Disoriented Labs >> FreeExtractor |
Example UsageThe following are examples of the usage of MakeSFX.exe. These two examples were taken directly from the build scripts we use to build the FreeExtractor setup program. MakeSFX.exe /zip="FESetup.zip" /sfx="FESetup.exe" /title="FreeExtractor Setup" /website="http://www.disoriented.com" /intro="This self-extracting archive will extract and setup FreeExtractor to run on your machine." /defaultpath="$programfiles$\FreeExtractor" /shortcut="$desktop$\FreeExtractor Wizard.lnk|$targetdir$\FEWizard.exe" /overwrite MakeSFX.exe /zip="FESource.zip" /sfx="FESource.exe" /title="FreeExtractor Source" /defaultpath="$curdir$\FreeExtractor Source Code" /website="http://www.disoriented.com" /intro="This self-extracting archive will extract the FreeExtractor source code to your computer." /overwrite /openexplorerwindow |