Because the emulator itself is also a VM, this will not work.
See this link on StackOverflow.
Wednesday, 8 December 2010
Monday, 9 March 2009
Programmatically change the 'ProductName', 'ProductCode', 'UpgradeCode' and 'ShortCut' depending on build Configuration.
Use the following to update the 'ProductName', 'ProductCode', 'UpgradeCode' and 'ShortCut' in a MSI setup after it has been build in vs2005:
- Select the "Setup Project" in vs2005 and press F4.
- Change the "PostBuildEvent" to
wscript "$(ProjectDir)UpdateMSI.vbs" "$(BuiltOuputPath)" "$(ProjectDir)" $(Configuration). - Place the UpdateMSI.vbs file in "$(ProjectDir)". This file can be found here.
Subscribe to:
Posts (Atom)