Use LOCMODE with Developer edition
-
- Posts: 55
- Joined: Tue Jan 09, 2007 12:20 pm
Use LOCMODE with Developer edition
I would like to set the pre-defined compiler variable LOCMODE to VARSONLY. However, I'm using the Developer edition, which does not support compiler variables. Is there a way to benefit from the VARSONLY setting?
-
- Site Admin
- Posts: 364
- Joined: Mon Jul 30, 2007 11:51 am
- Location: USA
- Contact:
Sure there is. Try building your project with miabuild.exe from command line and setting LOCMODE=VARSONLY.
Alejandro Ronquillo
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
-
- Posts: 55
- Joined: Tue Jan 09, 2007 12:20 pm
Doesn't work for me. The LOCMODE variable is not defined at all, e.g.
displays "Not defined". My command line call looks as follows:
Code: Select all
[compiler if Variable LOCMODE is Defined ]
MessageBox: , Defined
[compiler else]
MessageBox: , Not defined
[compiler end]
displays "Not defined". My command line call looks as follows:
Code: Select all
miabuild.exe "D:\\LocMode\\LocMode.mpr" LOCMODE=VARSONLY
Who is online
Users browsing this forum: No registered users and 78 guests