Menu

#241 AppWizMobile for x64

v1.0 (example)
closed-fixed
None
5
2014-02-19
2010-10-30
Ph0enix
No

setup90.js need desision point at line
var DestBase = shell.RegRead("HKLM\\Software\\Microsoft\\VisualStudio\\9.0\\Setup\\VC\\ProductDir") + "vcprojects";
if system is 64 bit, then:
var DestBase = shell.RegRead("HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\9.0\\Setup\\VC\\ProductDir") + "vcprojects";

Wow6432Node

Discussion

  • Nenad Stefanovic

    • assigned_to: nobody --> nenadstefanovic
     
  • Nenad Stefanovic

    • status: open --> closed-fixed
    • Group: --> v1.0 (example)
     
  • Nenad Stefanovic

    This was already added to both CE and Mobile App Wizard setup scripts.

     

Anonymous
Anonymous

Add attachments
Cancel