Skip to content

Instantly share code, notes, and snippets.

@lambacck
Forked from jayd3e/gist:3048615
Created July 4, 2012 18:03
Show Gist options
  • Save lambacck/3048647 to your computer and use it in GitHub Desktop.
Save lambacck/3048647 to your computer and use it in GitHub Desktop.
partial Pyramid.iss
[Files]
Source: "python-2.6.msi"; DestDir: "{tmp}"
Source: "setuptools-0.6c11.win32-py2.6.exe"; DestDir: "{tmp}"
[Run]
Filename: "msiexec.exe"; Parameters: "/i ""{tmp}\python-2.6.msi"""
Filename: "setuptools-0.6c11.win32-py2.6.exe"; Parameters: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment