◀一般トップへ
  • 911 manifestファイルの追加
    • 916 Re: manifestファイルの追加
    • 917 Re:manifestファイルの追加
      • 919 Re2:manifestファイルの追加
        • 941 Re3:manifestファイルの追加
  • [911] manifestファイルの追加 あき 2001年11月28日 18:45

    個人的につくってみましたがパッケージにmanifestファイル(xp用)を追加してほしのですが宜しくお願いします。
    • [916] Re: manifestファイルの追加 げんた 2001年11月28日 22:37

      >個人的につくってみましたがパッケージにmanifestファイル(xp用)を追加してほしのですが宜しくお願いします。
      個人的に作った物をどこかに置いていただければ取り込みます.
    • [917] Re:manifestファイルの追加 げんた 2001年11月28日 22:43

      http://www.forest.impress.co.jp/article/2001/11/09/xpstyleapply.html
      を使ってmanifestファイル作りましたが,これでいいのかな?

      <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">

      <description>サクラエディタ</description>
      <dependency>
      <dependentAssembly>
      <assemblyIdentity
      type="win32"
      name="Microsoft.Windows.Common-Controls"
      version="6.0.0.0"
      processorArchitecture="X86"
      publicKeyToken="6595b64144ccf1df"
      language="*"
      />
      </dependentAssembly>
      </dependency>
      </assembly>

      • [919] Re2:manifestファイルの追加 あき 2001年11月29日 10:35

        ▼ げんたさん
        > http://www.forest.impress.co.jp/article/2001/11/09/xpstyleapply.html
        > を使ってmanifestファイル作りましたが,これでいいのかな?
        >
        >フアイル名:sakura.exe.manifestだけで実行されます。
        • [941] Re3:manifestファイルの追加 あき 2001年12月04日 01:08

          ▼ あきさん
          > ▼ げんたさん
          > > http://www.forest.impress.co.jp/article/2001/11/09/xpstyleapply.html
          > > を使ってmanifestファイル作りましたが,これでいいのかな?
          > >
          > >最新バージョンに作って下さってありがとうございました