====== Packaging Hello World ======

  - load hello world map
  - it is not necessary to do these config map instructions: "Ensure that you have the 'ENVY/XD Examples' 
  - C:\Users\donald\images>"C:\Program Files (x86)\Instantiations\VA Smalltalk\8.5\bin\esvio" -iepappl -lCON
  - set the path. this is not absolutely necessary but it make the command prompt code easier.
  - change application entry point in startup code tab to HelloWorld helloWorld
  - esvio -iepappl -lCON <---------------- does not work
  - nodialog -iepappl -lCON <------------- works with nls errors
  - put output icx file (here hw.icx) in something like c:\temp. 
  - put abt.ini file in same dir as icx file
  - run out of progFiles\vast...\nls to get nls messages.
  - example: C:\Program Files (x86)\Instantiations\VA Smalltalk\8.5\nls>//..\bin\nodialog -ic:\temp\hw -lCON -ini:c:\temp\abt.ini//
  - use EsLoggingRuntimePackagingApp which is hello world with logging

[[https://inst.fogbugz.com/f/page?W729|Packaging Hello World]]

