Skip to content

Commit

Permalink
Placeholder for custom action code to be called during MSI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
d_pocock committed Aug 20, 2009
1 parent c959de7 commit 3535999
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions WiX/gen_config.vbs
@@ -0,0 +1,12 @@
function gen

Set oShell = CreateObject("WScript.Shell")
Set oEnv = oShell.Environment("SYSTEM")
nCores = oEnv("NUMBER_OF_PROCESSORS")

cfgfile = Session.Property("CustomActionData") & "\my_custom_settings.conf"

' Put some code here for writing stuff to the file

end function

0 comments on commit 3535999

Please sign in to comment.