root/WizardsToolkit/trunk/windows/installer/Wizard's Toolkit.iss

Revision 1152, 0.8 KB (checked in by cristy, 6 weeks ago)
  • Property svn:executable set to *
Line 
1;  Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization
2;  dedicated to making software imaging solutions freely available.
3;
4;  You may not use this file except in compliance with the License.  You may
5;  obtain a copy of the License at
6;
7;    http://www.wizards-toolkit.org/script/license.php
8;
9;  Unless required by applicable law or agreed to in writing, software
10;  distributed under the License is distributed on an "AS IS" BASIS,
11;  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12;  See the License for the specific language governing permissions and
13;  limitations under the License.
14
15; #pragma option -v+
16; #pragma verboselevel 4
17; #define DEBUG 1
18
19#define  public WizardDynamicPackage 1
20#include "scripts\body.isx"
21
22#ifdef Debug
23  #expr SaveToFile(AddBackslash(SourcePath) + "Wizard's Toolkit.isp")
24#endif
Note: See TracBrowser for help on using the browser.