G
Guest
Hi! I was referring to the following websites to implement a deployment project
http://www.haggard-and-associates.com/DOT_NET/C_Sharp_for_CF/Deployment/deployment.ht
http://msdn.microsoft.com/mobility/...brary/en-us/dnnetcomp/html/netcfdeployment.as
It worked fine till the Setup project and the Custom installer were added to source safe. We had to tweak the BuildCab.bat file, so that we didn't get any errors from VSS. The original code in BuildCab.bat wa
"C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\..\bin\..\bin\cabwiz.exe" "C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2\BuildCabs\Champ.PPC.V2_PPC.inf" /dest "C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2\cab\Release" /err CabWiz.PPC.log /cpu ARMV4 ARM SH3 MIPS X86 WCE420X8
The modified BuildCab.bat has these lines of code
setloca
set path=%path%;C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\bin
set project_ini=C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2\BuildCabs\Champ.PPC.V2_PPC.in
rem set project_dest=C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2\cab\Releas
set project_dest=C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2.Setup\Cabs\Releas
rem CHDIR C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\bi
cabwiz.exe "%project_ini%" /dest "%project_dest%" /err CabWiz.PPC.log /cpu ARMV4 ARM SH3 MIPS X86 WCE420X8
endloca
When I build the solution in Release mode, the CAB files are not updated. Can someone provide information on this scenario
Thanks for your time
Raj
http://www.haggard-and-associates.com/DOT_NET/C_Sharp_for_CF/Deployment/deployment.ht
http://msdn.microsoft.com/mobility/...brary/en-us/dnnetcomp/html/netcfdeployment.as
It worked fine till the Setup project and the Custom installer were added to source safe. We had to tweak the BuildCab.bat file, so that we didn't get any errors from VSS. The original code in BuildCab.bat wa
"C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\..\bin\..\bin\cabwiz.exe" "C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2\BuildCabs\Champ.PPC.V2_PPC.inf" /dest "C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2\cab\Release" /err CabWiz.PPC.log /cpu ARMV4 ARM SH3 MIPS X86 WCE420X8
The modified BuildCab.bat has these lines of code
setloca
set path=%path%;C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\bin
set project_ini=C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2\BuildCabs\Champ.PPC.V2_PPC.in
rem set project_dest=C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2\cab\Releas
set project_dest=C:\Projects\Champ.PPC.V2.root\Champ.PPC.V2.Setup\Cabs\Releas
rem CHDIR C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\bi
cabwiz.exe "%project_ini%" /dest "%project_dest%" /err CabWiz.PPC.log /cpu ARMV4 ARM SH3 MIPS X86 WCE420X8
endloca
When I build the solution in Release mode, the CAB files are not updated. Can someone provide information on this scenario
Thanks for your time
Raj