From: stansmith Date: Fri, 15 Jun 2007 20:46:07 +0000 (+0000) Subject: [WinOf] WIX x86 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=816e801fa38313516c270161471616fb695c5368;p=~shefty%2Frdma-win.git [WinOf] WIX x86 git-svn-id: svn://openib.tc.cornell.edu/gen1@699 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/branches/WinOF/WIX/x86/Makefile b/branches/WinOF/WIX/x86/Makefile new file mode 100644 index 00000000..30dc080c --- /dev/null +++ b/branches/WinOF/WIX/x86/Makefile @@ -0,0 +1,36 @@ +################### +# makefile targets +# +S=WOF +P=$(S)_x86 +L=D:\Installers\WIX\download\wix-2.0.5325.0-binaries +WIX_UI="$(L)\wixui.wixlib" -loc "$(L)\WixUI_en-us.wxl" + +full: clean $(P).msi + +clean: + -del /q $(S).wixobj 2>nul + -del /q $(P).msi 2>nul + +MySetup: $(P).msi + +$(S).wixobj: $(S).wxs + +$(P).msi: $(S).wixobj + light.exe /nologl -out $(P).msi $(S).wixobj $(WIX_UI) + dir $(P).msi + +regchg.obj: regchg.c + cl /c /nologo regchg.c + +regchg.exe: regchg.obj + cl /nologo regchg.obj user32.lib + +################### +# makefile inference rules +# +.SUFFIXES: .wxs .wixobj + +.wxs.wixobj:: + candle.exe /nologo $< + diff --git a/branches/WinOF/WIX/x86/devman.exe b/branches/WinOF/WIX/x86/devman.exe new file mode 100644 index 00000000..28e9b45e Binary files /dev/null and b/branches/WinOF/WIX/x86/devman.exe differ diff --git a/branches/WinOF/WIX/x86/wof.wxs b/branches/WinOF/WIX/x86/wof.wxs new file mode 100644 index 00000000..ec66518c --- /dev/null +++ b/branches/WinOF/WIX/x86/wof.wxs @@ -0,0 +1,226 @@ + + + + + + + + + + Privileged + + + + + + + + + + + + + + + + + + + + + REG_EXISTS + + + SC_EXISTS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 1 + OpenFabrics Windows InfiniBand stack + Openfabrics Alliance [www.openfabrics.org] + https://wiki.openfabrics.org/tiki-index.php?page=openIB+Windows + https://wiki.openfabrics.org/tiki-index.php?page=openIB+Windows + https://wiki.openfabrics.org/tiki-index.php?page=openIB+Windows + https://wiki.openfabrics.org/tiki-index.php?page=openIB+Windows + Path='[INSTALLDIR]\Release_notes.htm' + + + + + + + + + + + + + IPOIB_EXISTS + + + + IPOIB_EXISTS + + + + + + + + + + + + + File where Custom Actions are defined --> + + + + + + + + + + + Always executed (Install or uninstall + + Install ONLY + + NOT Installed + + REBOOT="FORCE" + + Not Installed + + Not Installed + + Not Installed + REMOVE ONLY + + REMOVE="ALL" + REMOVE="ALL" + + + + + + + + +