프로젝트

일반

사용자정보

개정판 061e47a0

ID061e47a088d17e710eee95b783a17b9b7827e01e
상위 d4f9066f
하위 f5586fad, f5294dc8

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

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

Change-Id: I1e3c29308022419733a45d27d3a7251d1e6e1ed5

차이점 보기:

MARKUS.wxs
25 25
      <Custom Action='NETFRAMEWORK_461' After='InstallFiles' />
26 26
    </InstallExecuteSequence>
27 27

  
28
    <Property Id="IEXPLORER" Value="iexplorer.exe" />    
29
    <CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
28
    <Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]readme.html" />
29
    <CustomAction Id="LaunchBrowser" 
30
        BinaryKey="WixCA" 
31
        DllEntry="WixShellExec"
32
        Impersonate="yes" />        
30 33
    <InstallExecuteSequence>
31 34
      <Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom>
32 35
    </InstallExecuteSequence>
MARKUS_daelim.wxs
25 25
      <Custom Action='NETFRAMEWORK_461' After='InstallFiles' />
26 26
    </InstallExecuteSequence>
27 27

  
28
    <Property Id="IEXPLORER" Value="iexplorer.exe" />    
29
    <CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
28
    <Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]readme.html" />
29
    <CustomAction Id="LaunchBrowser" 
30
        BinaryKey="WixCA" 
31
        DllEntry="WixShellExec"
32
        Impersonate="yes" />
30 33
    <InstallExecuteSequence>
31 34
      <Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom>
32 35
    </InstallExecuteSequence>
MARKUS_daelim_test.wxs
25 25
      <Custom Action='NETFRAMEWORK_461' After='InstallFiles' />
26 26
    </InstallExecuteSequence>
27 27

  
28
    <Property Id="IEXPLORER" Value="iexplorer.exe" />    
29
    <CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
28
    <Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]readme.html" />
29
    <CustomAction Id="LaunchBrowser" 
30
        BinaryKey="WixCA" 
31
        DllEntry="WixShellExec"
32
        Impersonate="yes" />
30 33
    <InstallExecuteSequence>
31 34
      <Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom>
32 35
    </InstallExecuteSequence>
MARKUSx86.wxs
25 25
      <Custom Action='NETFRAMEWORK_461' After='InstallFiles' />
26 26
    </InstallExecuteSequence>
27 27
	
28
    <Property Id="IEXPLORER" Value="iexplorer.exe" />    
29
    <CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
28
    <Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]readme.html" />
29
    <CustomAction Id="LaunchBrowser" 
30
        BinaryKey="WixCA" 
31
        DllEntry="WixShellExec"
32
        Impersonate="yes" />
30 33
    <InstallExecuteSequence>
31 34
      <Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom>
32 35
    </InstallExecuteSequence>

내보내기 Unified diff

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