Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion templates/stagelessv4.vba
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ End Sub
Sub SetVersion
Dim shell
Set shell = CreateObject("WScript.Shell")
shell.Environment("Process").Item("COMPLUS_Version") = "v4.0.30319"
End Sub

Private Function decodeHex(hex)
Expand Down Expand Up @@ -295,4 +296,4 @@ Function Run()
DebugPrint Err.Description
Err.Clear
End If
End Function
End Function