MAKEMSI quickly and reliably creates MSI files in a non-programmatic way
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
[Bottom][Contents][Prev]: FileMake[Next]: /FileMakeIgnore
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Source Code->Commands->FileMakeIgnore

The "FileMakeIgnore" Command

This command can can be used within a "FileMake" block and is used to indicate that what follows should be ignored. The portion of the file which is insignificant ends when the "/FileMakeIgnore" command is encountered.

MAKEMSI needs your help in determining what a significant change is, for example a change in a date or time may or may not be significant, only you know if it is.

Testing of generated code should identify any issues (code not regenerated etc). If you make a change which is not reflected in the MSI, incorrect "ignore commands" would be high on your list of suspects. To help you to identify where the problem is you can look at the generate "state file", this indicates what was ignored (and wasn't). The date and time of the "state file" is when you last built.

The command doesn't take any parameters.

EXAMPLE

;--- Start the VBS (need to ignore the automatically generated header) ------
<$FileMake "<$MAKEMSI_VBSCRIPT_DIR>\VbsToBeInstalled.VBS">
    ;--- The contents of the VBSCRIPT ---------------------------------------
    <?SyntaxCheck>                      ;;Syntax check the generated code

    ;--- Some Code ----------------------------------------------------------
    SomeTime = "<$FileMakeIgnore><?CompileTime><$/FileMakeIgnore>"   ;;Actual value does not significantly affect outcome of this script
    wscript.echo "Hi there, some VBS here!" & vbCRLF & vbCRLF & "SomeTime is " & SomeTime
<$/FileMake>


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006 & 2007 for the Windows SDK (Windows Installer) area.This external link was OK when tested at 27 Dec 2008Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: FileMake[Next]: /FileMakeIgnore


MAKEMSI© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Saturday December 27 2008 at 3:15pm
Visit MAKEMSI's Home PageThis external link was OK when tested at 7 Dec 2008

HTML page dated Mon, 29 Jan 2007 00:11:11 GMT
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006 & 2007 for the Windows SDK (Windows Installer) area.This external link was OK when tested at 27 Dec 2008