프로젝트

일반

사용자정보

개정판 d4f9066f

IDd4f9066f5923dafa09bf8b8547ac65dca0e45b6c
상위 3de399ee
하위 061e47a0

백흠경이(가) 5년 이상 전에 추가함

issue #000: fixed that open readme.html after installation

Change-Id: I68e82bc2398df3923bd6969bb9e3f6c3fb165ce7

차이점 보기:

MARKUSx86.wxs
25 25
      <Custom Action='NETFRAMEWORK_461' After='InstallFiles' />
26 26
    </InstallExecuteSequence>
27 27
	
28
    <Property Id="NOTEPAD" Value="notepad.exe" />    
29
    <CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
28
    <Property Id="IEXPLORER" Value="iexplorer.exe" />    
29
    <CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
30 30
    <InstallExecuteSequence>
31
      <Custom Action='LaunchFile' After='InstallFinalize'>NOT Installed</Custom>
31
      <Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom>
32 32
    </InstallExecuteSequence>
33 33
  </Product>
34 34

  

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)