Refuses to install for WTP10

 

description

http://imgur.com/a/QN4iM

I am a WTP10 user. I’m running build 10049 at the moment. I suspect that the installer is doing something like substring-ing the version of IIS before numerically comparing it (maybe it’s checking if 0>7 instead of 10>7.) or listing exact compatible major versions of IIS. Maybe it needs actual porting, but it looks like a simple version check is failing…

INFO : [04/02/2015 11:55:27:992] [VsdLaunchConditions ]: Getting the condition to evaluate...
INFO : [04/02/2015 11:55:27:992] [VsdLaunchConditions ]: MsiRecordGetStringW - Fetching value...
INFO : [04/02/2015 11:55:27:993] [VsdLaunchConditions ]: MsiRecordGetStringW - Getting value from column '1'...
INFO : [04/02/2015 11:55:27:993] [VsdLaunchConditions ]: Evaluating condition 'IISREGISTRYVALUE >= "#7"'...
INFO : [04/02/2015 11:55:27:994] [VsdLaunchConditions ]: RESULT: Condition is false.
INFO : [04/02/2015 11:55:27:994] [VsdLaunchConditions ]: MsiRecordGetStringW - Fetching value...
INFO : [04/02/2015 11:55:27:994] [VsdLaunchConditions ]: MsiRecordGetStringW - Getting value from column '2'...
INFO : [04/02/2015 11:55:27:995] [VsdLaunchConditions ]: MsiSetPropertyW - Setting Property Value...
MSI (s) (3C!04) [11:55:27:996]: PROPERTY CHANGE: Adding HideFatalErrorForm property. Its value is 'TRUE'.
INFO : [04/02/2015 11:55:27:996] [VsdLaunchConditions ]: MsiSetPropertyW - Setting property 'HideFatalErrorForm' to 'TRUE'.
INFO : [04/02/2015 11:55:27:996] [VsdLaunchConditions ]: Checking a launch condition...
INFO : [04/02/2015 11:55:27:997] [VsdLaunchConditions ]: A launch condition has already fired. My work is done here.
ERROR : [04/02/2015 11:55:27:997] [VsdLaunchConditions ]: Custom Action failed with code: '1603'
INFO : [04/02/2015 11:55:27:998] [VsdLaunchConditions ]: Custom Action completed with return code: '1603'
CustomAction VSDCA_VsdLaunchConditions returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 11:55:28: VSDCA_VsdLaunchConditions. Return value 3.
Action ended 11:55:28: INSTALL. Return value 3.

comments

binki wrote Apr 3, 2015 at 6:11 AM

I can’t even open the .vdproj for editing in VS 2015 CTP 6. So this project needs to be ported to WIX or something regardless?

wrote Apr 15, 2015 at 4:53 AM

 

FourierSerious wrote Jun 18, 2015 at 2:44 AM

The setup program checks that the registry value HKLM/System/CCS/Services/W3SVC/Parameters/MajorVersion is >= 7. The value in the registry is 0xA, which I am assuming is the problem. For a workaround, change the registry value to 9 (or 8 or 7) and PHP Manager for IIS should install correctly. [insert standard disclaimer about editing the registry]

wrote Jul 5, 2015 at 1:54 PM

 

wrote Aug 11, 2015 at 5:37 PM

 

wrote Aug 31, 2015 at 2:49 PM

 

wrote Sep 18, 2015 at 10:24 AM

 

VadimashRS wrote Oct 3, 2015 at 8:48 PM

Hello, I compiled specifically new installers for IIS8-8.5 IIS10




PHP Manager 1.4 for IIS 10

PHP Manager 1.3 for IIS 8-8.5

Thanks for the support:
PayPal:xxxvcojocarixxx@gmail.com
WMZ:Z162199218738
WMR:R250322323111
WME:E241475837014

AndrewBolton wrote Nov 14, 2015 at 8:34 PM

Also trying to install Windows 10, but a 32-bit machine.

Can't find the registry key in the registry. What am I missing?

The compiled installers by VadimashRD dont work.

Any help appreciated

VadimashRS wrote Jan 10, 2016 at 2:19 AM

AndrewBolton need instaler for x32 bit ver systems?

VadimashRS wrote Jan 10, 2016 at 2:39 AM

1.3.0 x86
http://1drv.ms/1UFe3Wf
1.4.0 x86
http://1drv.ms/1UFeek8

Plase test and report
No have time for making virtul machines.
SRY 4 my eng :D

VadimashRS wrote Jan 10, 2016 at 3:18 AM

Sorry new link for 
1.3.0 x86
http://1drv.ms/1VU8HYv

wrote May 15, 2016 at 6:27 AM

 

wrote Dec 21, 2016 at 5:26 AM

 

wrote Feb 1, 2017 at 8:20 AM

 

wrote Feb 25, 2017 at 8:21 PM

 

Refuses to install for WTP10的更多相关文章

  1. PHP Manager for IIS

    SOAP error on IIS8 Registering new PHP version sets bad values set for FastCGI activityTimeout, requ ...

  2. Can't install mysql-python version 1.2.5 in Windows

    Can't install mysql-python version 1.2.5 in Windows http://stackoverflow.com/questions/37092125/cant ...

  3. BZOJ3479: [Usaco2014 Mar]Watering the Fields

    3479: [Usaco2014 Mar]Watering the Fields Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 81  Solved: ...

  4. BZOJ 3479: [Usaco2014 Mar]Watering the Fields( MST )

    MST...一开始没注意-1结果就WA了... ---------------------------------------------------------------------------- ...

  5. 【BZOJ】3479: [Usaco2014 Mar]Watering the Fields(kruskal)

    http://www.lydsy.com/JudgeOnline/problem.php?id=3479 这个还用说吗.... #include <cstdio> #include < ...

  6. bzoj 3479: [Usaco2014 Mar]Watering the Fields

    3479: [Usaco2014 Mar]Watering the Fields Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 174  Solved ...

  7. P2212 [USACO14MAR]浇地Watering the Fields

    P2212 [USACO14MAR]浇地Watering the Fields 题目描述 Due to a lack of rain, Farmer John wants to build an ir ...

  8. (寒假集训)Watering the Fields (最小生成树)

    Watering the Fields 时间限制: 1 Sec  内存限制: 64 MB提交: 26  解决: 10[提交][状态][讨论版] 题目描述 Due to a lack of rain, ...

  9. BZOJ_3479_[Usaco2014 Mar]Watering the Fields_Prim

    BZOJ_3479_[Usaco2014 Mar]Watering the Fields_Prim Description Due to a lack of rain, Farmer John wan ...

随机推荐

  1. HDU 3974 Assign the task(简单线段树)

    Assign the task Time Limit: 15000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) ...

  2. STM32定时器级联 -- AN2592

    Master configuration When a timer is selected as a master timer, the corresponding trigger output si ...

  3. 谢宝友 LINUX 内核专家-----LINUX内核注释

    http://download.csdn.net/user/xiebaoyou http://blog.chinaunix.net/uid/25845340.html

  4. hdu 2546 饭卡(背包)

      设饭卡余额为total 此题经分析 可以得出:要求选出一些饭菜 时消费量尽量接近total-5元 然后再买一个饭菜 以达到透支... 可以证明 最后买的那个饭菜是饭菜中价值最大的. 证明 设a1 ...

  5. Revit API单位转换类

    用法:txt.Text=UnitConvertC.CovertFromAPI(param.AsDouble());param.Set(UnitConvertC.CovertToAPI(txt.Text ...

  6. Flex+blazeds实现与mySQL数据库的连接(已成功实现此文的例子)

    http://bdk82924.iteye.com/blog/1067285 几个下载地址 blazeds_turnkey_3-0-0-544.zip 下载地址:http://download.mac ...

  7. ES6的一些基本用法

    ● let ● variable hoisting ● arrow Function, Lambda表达式 ● Destructuring Assignments 解构赋值 ● 默认参数值 Defau ...

  8. Delphi2010 RTTI + Attribute 简单实现ORM实例

    1.支持ORM,最基础的两个信息是表的信息和字段信息.这两个信息,如果用Attribute 来辅助,代码更简洁和可读性更好.可以把属性名当做真实字段名,也可以将特性里的属性当成真实姓名,再加上字段标题 ...

  9. springboot static方法与构造方法加载@VALUE

    application.properties文件 mongodb.host=host111 mongodb.port=port222 import org.springframework.beans. ...

  10. iOS 去掉UITableView风格为group时候的最顶部的空白距离

    CGRect frame=CGRectMake(0, 0, 0, CGFLOAT_MIN);   self.tableView.tableHeaderView=[[UIView alloc]initW ...