J
Jerod Houghtelling
Hi all,
I have created a simple CAB file via the Smart Device CAB Project. I
have the NoUninstall set to false but after the cab file is installed
the program is not placed into the Remove Programs screen. Am I
missing something?
Here is the .inf file that is being created.
[Version]
Signature="$Windows NT$"
Provider="Computer's Unlimited"
CESignature="$Windows CE$"
[CEStrings]
AppName="CUI.Net\CDTS"
InstallDir=%CE1%\%AppName%
[Strings]
Manufacturer="Computer's Unlimited"
[CEDevice]
VersionMin=4.0
VersionMax=6.99
BuildMax=0xE0000000
[DefaultInstall]
CEShortcuts=Shortcuts
AddReg=RegKeys
CopyFiles=Files.Common1,Files.Common2,Files.Common3
[SourceDisksNames]
1=,"Common1",,"C:\AutoBuilds\SVN\trunk\Source\Executables\CDTS\bin
\Release\"
2=,"Common2",,"C:\AutoBuilds\SVN\trunk\Source\Executables\CDTS\bin
\Release\"
3=,"Common3",,"C:\AutoBuilds\SVN\trunk\Source\Executables\CDTS\bin
\Release\"
[SourceDisksFiles]
"CDTS.exe"=1
"CuiNetCF.DLL"=2
"DevicePlugInTypes.DLL"=3
[DestinationDirs]
Shortcuts=0,%CE2%\Start Menu
Files.Common1=0,"%InstallDir%"
Files.Common2=0,"%InstallDir%"
Files.Common3=0,"%InstallDir%"
[Files.Common1]
"CDTS.exe","CDTS.exe",,0
[Files.Common2]
"CuiNetCF.DLL","CuiNetCF.DLL",,0
[Files.Common3]
"DevicePlugInTypes.DLL","DevicePlugInTypes.DLL",,0
[Shortcuts]
"CDTS",0,"CDTS.exe","%CE11%"
"CDTS",0,"CDTS.exe","%CE17%"
[RegKeys]
Thanks in advance,
Jerod
I have created a simple CAB file via the Smart Device CAB Project. I
have the NoUninstall set to false but after the cab file is installed
the program is not placed into the Remove Programs screen. Am I
missing something?
Here is the .inf file that is being created.
[Version]
Signature="$Windows NT$"
Provider="Computer's Unlimited"
CESignature="$Windows CE$"
[CEStrings]
AppName="CUI.Net\CDTS"
InstallDir=%CE1%\%AppName%
[Strings]
Manufacturer="Computer's Unlimited"
[CEDevice]
VersionMin=4.0
VersionMax=6.99
BuildMax=0xE0000000
[DefaultInstall]
CEShortcuts=Shortcuts
AddReg=RegKeys
CopyFiles=Files.Common1,Files.Common2,Files.Common3
[SourceDisksNames]
1=,"Common1",,"C:\AutoBuilds\SVN\trunk\Source\Executables\CDTS\bin
\Release\"
2=,"Common2",,"C:\AutoBuilds\SVN\trunk\Source\Executables\CDTS\bin
\Release\"
3=,"Common3",,"C:\AutoBuilds\SVN\trunk\Source\Executables\CDTS\bin
\Release\"
[SourceDisksFiles]
"CDTS.exe"=1
"CuiNetCF.DLL"=2
"DevicePlugInTypes.DLL"=3
[DestinationDirs]
Shortcuts=0,%CE2%\Start Menu
Files.Common1=0,"%InstallDir%"
Files.Common2=0,"%InstallDir%"
Files.Common3=0,"%InstallDir%"
[Files.Common1]
"CDTS.exe","CDTS.exe",,0
[Files.Common2]
"CuiNetCF.DLL","CuiNetCF.DLL",,0
[Files.Common3]
"DevicePlugInTypes.DLL","DevicePlugInTypes.DLL",,0
[Shortcuts]
"CDTS",0,"CDTS.exe","%CE11%"
"CDTS",0,"CDTS.exe","%CE17%"
[RegKeys]
Thanks in advance,
Jerod