-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sed file for iexpress installer.
- Loading branch information
1 parent
ed7797e
commit dbd0755
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[Version] | ||
Class=IEXPRESS | ||
SEDVersion=3 | ||
[Options] | ||
PackagePurpose=InstallApp | ||
ShowInstallProgramWindow=0 | ||
HideExtractAnimation=0 | ||
UseLongFileName=0 | ||
InsideCompressed=0 | ||
CAB_FixedSize=0 | ||
CAB_ResvCodeSigning=0 | ||
RebootMode=N | ||
InstallPrompt=%InstallPrompt% | ||
DisplayLicense=%DisplayLicense% | ||
FinishMessage=%FinishMessage% | ||
TargetName=%TargetName% | ||
FriendlyName=%FriendlyName% | ||
AppLaunched=%AppLaunched% | ||
PostInstallCmd=%PostInstallCmd% | ||
AdminQuietInstCmd=%AdminQuietInstCmd% | ||
UserQuietInstCmd=%UserQuietInstCmd% | ||
SourceFiles=SourceFiles | ||
[Strings] | ||
InstallPrompt= | ||
DisplayLicense=C:\Users\Cole\code\gpedit-enabler\gpedit-enabler\license.txt | ||
FinishMessage=gpedit has been installed. | ||
TargetName=C:\Users\Cole\code\gpedit-enabler\gpedit-enabler\installer.EXE | ||
FriendlyName=gpedit Enabler | ||
AppLaunched=cmd /c enabler.bat | ||
PostInstallCmd=<None> | ||
AdminQuietInstCmd= | ||
UserQuietInstCmd= | ||
FILE0="enabler.bat" | ||
[SourceFiles] | ||
SourceFiles0=C:\Users\Cole\code\gpedit-enabler\gpedit-enabler\ | ||
[SourceFiles0] | ||
%FILE0%= |