I am trying to install a VS2005 Windows Forms .Net project on a 64-bit Windows Server using Setup2.msi Setup.exe generated by Setup and Deployment project for a 64-bit operating system.
The Setup runs fine and declares a successful installation but the installation fodler is empty. There is no fie in the target folder.
I specified TargetPlatform property to be x64.
The project runs fine from within the VS2005 and program runs fine too.
I have generated the log file and it is below:
=== Logging started: 2/16/2010 16:24:18 ===
Action 16:24:18: INSTALL.
Action start 16:24:18: INSTALL.
Action 16:24:18: AppSearch. Searching for installed applications
Action start 16:24:18: AppSearch.
Action ended 16:24:18: AppSearch. Return value 1.
Action 16:24:18: ValidateProductID.
Action start 16:24:18: ValidateProductID.
Action ended 16:24:18: ValidateProductID. Return value 1.
Action 16:24:18: DIRCA_TARGETDIR.
Action start 16:24:18: DIRCA_TARGETDIR.
Action ended 16:24:18: DIRCA_TARGETDIR. Return value 1.
Action 16:24:18: CostInitialize. Computing space requirements
Action start 16:24:18: CostInitialize.
Action ended 16:24:18: CostInitialize. Return value 1.
Action 16:24:18: FileCost. Computing space requirements
Action start 16:24:18: FileCost.
Action ended 16:24:18: FileCost. Return value 1.
Action 16:24:18: IsolateComponents.
Action start 16:24:18: IsolateComponents.
Action ended 16:24:18: IsolateComponents. Return value 1.
Action 16:24:18: MaintenanceForm.
Action start 16:24:18: MaintenanceForm.
Info 2898. VSI_MS_Sans_Serif13.0_0_0, MS Sans Serif, 0
DEBUG: Error 2826: Control Line1 on dialog MaintenanceForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: MaintenanceForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog MaintenanceForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: MaintenanceForm, Line2, to the right
DEBUG: Error 2826: Control BannerBmp on dialog MaintenanceForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: MaintenanceForm, BannerBmp, to the right
Info 2898. VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400, MS Sans Serif, 0
Info 2898. VSI_MS_Sans_Serif16.0_1_0, MS Sans Serif, 0
Action 16:24:18: MaintenanceForm. Dialog created
Action ended 16:24:25: MaintenanceForm. Return value 1.
Action 16:24:25: CostFinalize. Computing space requirements
Action start 16:24:25: CostFinalize.
Action ended 16:24:25: CostFinalize. Return value 1.
Action 16:24:25: ProgressForm.
Action start 16:24:25: ProgressForm.
DEBUG: Error 2826: Control Line1 on dialog ProgressForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: ProgressForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ProgressForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: ProgressForm, Line2, to the right
DEBUG: Error 2826: Control BannerBmp on dialog ProgressForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: ProgressForm, BannerBmp, to the right
Action 16:24:25: ProgressForm. Dialog created
Action ended 16:24:25: ProgressForm. Return value 1.
Action 16:24:25: ExecuteAction.
Action start 16:24:25: ExecuteAction.
Action 16:24:25: INSTALL.
Action start 16:24:25: INSTALL.
Action 16:24:25: AppSearch. Searching for installed applications
Action start 16:24:25: AppSearch.
Action ended 16:24:25: AppSearch. Return value 0.
Action 16:24:25: FindRelatedProducts. Searching for related applications
Action start 16:24:25: FindRelatedProducts.
Action ended 16:24:25: FindRelatedProducts. Return value 0.
Action 16:24:25: ValidateProductID.
Action start 16:24:25: ValidateProductID.
Action ended 16:24:25: ValidateProductID. Return value 1.
Action 16:24:25: CostInitialize. Computing space requirements
Action start 16:24:25: CostInitialize.
Action ended 16:24:25: CostInitialize. Return value 1.
Action 16:24:25: FileCost. Computing space requirements
Action start 16:24:25: FileCost.
Action ended 16:24:25: FileCost. Return value 1.
Action 16:24:25: IsolateComponents.
Action start 16:24:25: IsolateComponents.
Action ended 16:24:25: IsolateComponents. Return value 1.
Action 16:24:25: CostFinalize. Computing space requirements
Action start 16:24:25: CostFinalize.
Action ended 16:24:25: CostFinalize. Return value 1.
Action 16:24:25: InstallValidate. Validating install
Action start 16:24:25: InstallValidate.
Action ended 16:24:25: InstallValidate. Return value 1.
Action 16:24:25: InstallInitialize.
Action start 16:24:25: InstallInitialize.
Action ended 16:24:26: InstallInitialize. Return value 1.
Action 16:24:26: RemoveExistingProducts. Removing applications
Action start 16:24:26: RemoveExistingProducts.
Action ended 16:24:26: RemoveExistingProducts. Return value 0.
Action 16:24:26: ProcessComponents. Updating component registration
Action start 16:24:26: ProcessComponents.
Action ended 16:24:26: ProcessComponents. Return value 1.
Action 16:24:26: MsiUnpublishAssemblies. Unpublishing assembly information
Action start 16:24:26: MsiUnpublishAssemblies.
Action ended 16:24:26: MsiUnpublishAssemblies. Return value 1.
Action 16:24:26: UnpublishComponents. Unpublishing Qualified Components
Action start 16:24:26: UnpublishComponents.
Action ended 16:24:26: UnpublishComponents. Return value 1.
Action 16:24:26: UnpublishFeatures. Unpublishing Product Features
Action start 16:24:26: UnpublishFeatures.
Action ended 16:24:26: UnpublishFeatures. Return value 1.
Action 16:24:26: StopServices. Stopping services
Action start 16:24:26: StopServices.
Action ended 16:24:26: StopServices. Return value 1.
Action 16:24:26: DeleteServices. Deleting services
Action start 16:24:26: DeleteServices.
Action ended 16:24:26: DeleteServices. Return value 1.
Action 16:24:26: UnregisterComPlus. Unregistering COM+ Applications and Components
Action start 16:24:26: UnregisterComPlus.
Action ended 16:24:26: UnregisterComPlus. Return value 1.
Action 16:24:26: SelfUnregModules. Unregistering modules
Action start 16:24:26: SelfUnregModules.
Action ended 16:24:26: SelfUnregModules. Return value 1.
Action 16:24:26: UnregisterTypeLibraries. Unregistering type libraries
Action start 16:24:26: UnregisterTypeLibraries.
Action ended 16:24:26: UnregisterTypeLibraries. Return value 1.
Action 16:24:26: RemoveODBC. Removing ODBC components
Action start 16:24:26: RemoveODBC.
Action 16:24:26: GenerateScript. Generating script operations for action:
GenerateScript: Removing ODBC components
Action ended 16:24:26: RemoveODBC. Return value 1.
Action 16:24:26: UnregisterFonts. Unregistering fonts
Action start 16:24:26: UnregisterFonts.
Action ended 16:24:26: UnregisterFonts. Return value 1.
Action 16:24:26: RemoveRegistryValues. Removing system registry values
Action start 16:24:26: RemoveRegistryValues.
Action ended 16:24:26: RemoveRegistryValues. Return value 1.
Action 16:24:26: UnregisterClassInfo. Unregister Class servers
Action start 16:24:26: UnregisterClassInfo.
Action ended 16:24:26: UnregisterClassInfo. Return value 1.
Action 16:24:26: UnregisterExtensionInfo. Unregistering extension servers
Action start 16:24:26: UnregisterExtensionInfo.
Action ended 16:24:26: UnregisterExtensionInfo. Return value 1.
Action 16:24:26: UnregisterProgIdInfo. Unregistering program identifiers
Action start 16:24:26: UnregisterProgIdInfo.
Action ended 16:24:26: UnregisterProgIdInfo. Return value 1.
Action 16:24:26: UnregisterMIMEInfo. Unregistering MIME info
Action start 16:24:26: UnregisterMIMEInfo.
Action ended 16:24:26: UnregisterMIMEInfo. Return value 1.
Action 16:24:26: RemoveIniValues. Removing INI files entries
Action start 16:24:26: RemoveIniValues.
Action ended 16:24:26: RemoveIniValues. Return value 1.
Action 16:24:26: RemoveShortcuts. Removing shortcuts
Action start 16:24:26: RemoveShortcuts.
Action ended 16:24:26: RemoveShortcuts. Return value 1.
Action 16:24:26: RemoveEnvironmentStrings. Updating environment strings
Action start 16:24:26: RemoveEnvironmentStrings.
Action ended 16:24:26: RemoveEnvironmentStrings. Return value 1.
Action 16:24:26: RemoveDuplicateFiles. Removing duplicated files
Action start 16:24:26: RemoveDuplicateFiles.
Action ended 16:24:26: RemoveDuplicateFiles. Return value 1.
Action 16:24:26: RemoveFiles. Removing files
Action start 16:24:26: RemoveFiles.
Action ended 16:24:26: RemoveFiles. Return value 1.
Action 16:24:26: RemoveFolders. Removing folders
Action start 16:24:26: RemoveFolders.
Action ended 16:24:26: RemoveFolders. Return value 1.
Action 16:24:26: CreateFolders. Creating folders
Action start 16:24:26: CreateFolders.
Action ended 16:24:26: CreateFolders. Return value 1.
Action 16:24:26: MoveFiles. Moving files
Action start 16:24:26: MoveFiles.
Action ended 16:24:26: MoveFiles. Return value 1.
Action 16:24:26: InstallFiles. Copying new files
Action start 16:24:26: InstallFiles.
InstallFiles: File: Copying new files, Directory: , Size:
Action ended 16:24:26: InstallFiles. Return value 1.
Action 16:24:26: PatchFiles. Patching files
Action start 16:24:26: PatchFiles.
Action ended 16:24:26: PatchFiles. Return value 1.
Action 16:24:26: DuplicateFiles. Creating duplicate files
Action start 16:24:26: DuplicateFiles.
Action ended 16:24:26: DuplicateFiles. Return value 1.
Action 16:24:26: BindImage. Binding executables
Action start 16:24:26: BindImage.
Action ended 16:24:26: BindImage. Return value 1.
Action 16:24:26: CreateShortcuts. Creating shortcuts
Action start 16:24:26: CreateShortcuts.
Action ended 16:24:26: CreateShortcuts. Return value 1.
Action 16:24:26: RegisterClassInfo. Registering Class servers
Action start 16:24:26: RegisterClassInfo.
Action ended 16:24:26: RegisterClassInfo. Return value 1.
Action 16:24:26: RegisterExtensionInfo. Registering extension servers
Action start 16:24:26: RegisterExtensionInfo.
Action ended 16:24:26: RegisterExtensionInfo. Return value 1.
Action 16:24:26: RegisterProgIdInfo. Registering program identifiers
Action start 16:24:26: RegisterProgIdInfo.
Action ended 16:24:26: RegisterProgIdInfo. Return value 1.
Action 16:24:26: RegisterMIMEInfo. Registering MIME info
Action start 16:24:26: RegisterMIMEInfo.
Action ended 16:24:26: RegisterMIMEInfo. Return value 1.
Action 16:24:26: WriteRegistryValues. Writing system registry values
Action start 16:24:26: WriteRegistryValues.
Action ended 16:24:26: WriteRegistryValues. Return value 1.
Action 16:24:26: WriteIniValues. Writing INI files values
Action start 16:24:26: WriteIniValues.
Action ended 16:24:26: WriteIniValues. Return value 1.
Action 16:24:26: WriteEnvironmentStrings. Updating environment strings
Action start 16:24:26: WriteEnvironmentStrings.
Action ended 16:24:26: WriteEnvironmentStrings. Return value 1.
Action 16:24:26: RegisterFonts. Registering fonts
Action start 16:24:26: RegisterFonts.
Action ended 16:24:26: RegisterFonts. Return value 1.
Action 16:24:26: InstallODBC. Installing ODBC components
Action start 16:24:26: InstallODBC.
Action ended 16:24:26: InstallODBC. Return value 0.
Action 16:24:26: RegisterTypeLibraries. Registering type libraries
Action start 16:24:26: RegisterTypeLibraries.
Action ended 16:24:26: RegisterTypeLibraries. Return value 1.
Action 16:24:26: SelfRegModules. Registering modules
Action start 16:24:26: SelfRegModules.
Action ended 16:24:26: SelfRegModules. Return value 1.
Action 16:24:26: RegisterComPlus. Registering COM+ Applications and Components
Action start 16:24:26: RegisterComPlus.
Action ended 16:24:26: RegisterComPlus. Return value 1.
Action 16:24:26: InstallServices. Installing new services
Action start 16:24:26: InstallServices.
Action ended 16:24:26: InstallServices. Return value 1.
Action 16:24:26: StartServices. Starting services
Action start 16:24:26: StartServices.
Action ended 16:24:26: StartServices. Return value 1.
Action 16:24:26: RegisterUser. Registering user
Action start 16:24:26: RegisterUser.
Action ended 16:24:26: RegisterUser. Return value 0.
Action 16:24:26: RegisterProduct. Registering product
Action start 16:24:26: RegisterProduct.
RegisterProduct: Registering product
Action ended 16:24:26: RegisterProduct. Return value 1.
Action 16:24:26: PublishComponents. Publishing Qualified Components
Action start 16:24:26: PublishComponents.
Action ended 16:24:26: PublishComponents. Return value 1.
Action 16:24:26: MsiPublishAssemblies. Publishing assembly information
Action start 16:24:26: MsiPublishAssemblies.
Action ended 16:24:26: MsiPublishAssemblies. Return value 1.
Action 16:24:26: PublishFeatures. Publishing Product Features
Action start 16:24:26: PublishFeatures.
PublishFeatures: Feature: Publishing Product Features
Action ended 16:24:26: PublishFeatures. Return value 1.
Action 16:24:26: PublishProduct. Publishing product information
Action start 16:24:26: PublishProduct.
PublishProduct:
Action ended 16:24:26: PublishProduct. Return value 1.
Action 16:24:26: InstallFinalize.
Action start 16:24:26: InstallFinalize.
Action 16:24:26: RemoveODBC. Removing ODBC components
Action 16:24:26: InstallFiles. Copying new files
Action 16:24:26: RegisterProduct. Registering product
Action 16:24:26: PublishFeatures. Publishing Product Features
PublishFeatures: Feature: DefaultFeature
Action 16:24:26: PublishProduct. Publishing product information
Action 16:24:26: RollbackCleanup. Removing backup files
Action ended 16:24:26: InstallFinalize. Return value 1.
Action ended 16:24:26: INSTALL. Return value 1.
Property(S): UpgradeCode = {98F21F82-37CD-490E-A339-B2F991C80CA6}
Property(S): TARGETDIR = C:\Program Files\Inventures\SearchIndexTest\
Property(S): SourceDir = C:\VS2005_Projects\SearchIndexTest\Setup2\Debug\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(S): ProductName = SearchIndexTest
Property(S): ProductCode = {413585F4-5EBD-4291-BB28-B46374DFD6E1}
Property(S): ProductVersion = 1.0.0
Property(S): Manufacturer = Inventures
Property(S): ARPCONTACT = Inventures
Property(S): ProductLanguage = 1033
Property(S): SecureCustomProperties = PREVIOUSVERSIONSINSTALLED;NEWERPRODUCTFOUND
Property(S): RedirectedDllSupport = 2
Property(S): VersionNT = 502
Property(S): VSDNETURLMSG = This setup requires the .NET Framework version [1]. Please install the .NET Framework and run this setup again. The .NET Framework can be obtained from the web. Would you like to do this now?
Property(S): VSDIISMSG = This setup requires Internet Information Server 4.0 or higher and Windows NT 4.0, Windows 2000 or higher. This setup cannot be installed on Windows 95, Windows 98, or Windows Me. Please install Internet Information Server and run this setup again.
Property(S): VSDUIANDADVERTISED = This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic.
Property(S): VSDNETMSG = This setup requires the .NET Framework version [1]. Please install the .NET Framework and run this setup again.
Property(S): VSDINVALIDURLMSG = The specified path '[2]' is unavailable. The Internet Information Server might not be running or the path exists and is redirected to another machine. Please check the status of this virtual directory in the Internet Services Manager.
Property(S): VSDVERSIONMSG = Unable to install because a newer version of this product is already installed.
Property(S): MaintenanceForm_Action = Repair
Property(S): DefaultUIFont = VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400
Property(S): AdminMaintenanceForm_Action = Repair
Property(S): ErrorDialog = ErrorDialog
Property(S): SFF_UpFldrBtn = UpFldrBtn
Property(S): SFF_NewFldrBtn = NewFldrBtn
Property(S): FolderForm_AllUsers = ME
Property(S): FolderForm_AllUsersVisible = 1
Property(S): WelcomeForm_NextArgs = FolderForm
Property(S): FolderForm_PrevArgs = WelcomeForm
Property(S): FolderForm_NextArgs = ConfirmInstallForm
Property(S): ConfirmInstallForm_PrevArgs = FolderForm
Property(S): AdminWelcomeForm_NextArgs = AdminFolderForm
Property(S): AdminFolderForm_PrevArgs = AdminWelcomeForm
Property(S): AdminFolderForm_NextArgs = AdminConfirmInstallForm
Property(S): AdminConfirmInstallForm_PrevArgs = AdminFolderForm
Property(S): PackageCode = {B0EFFF82-1EA6-4497-9802-E4469CF2912C}
Property(S): ProductState = 5
Property(S): ProductToBeRegistered = 1
Property(S): ALLUSERS = 1
Property(S): CURRENTDIRECTORY = C:\VS2005_Projects\SearchIndexTest\Setup2\Debug
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 2712
Property(S): PRODUCTLANGUAGE = 1033
Property(S): USERNAME = Global Inventures
Property(S): COMPANYNAME = Global Inventures, Inc.
Property(S): ACTION = INSTALL
Property(S): EXECUTEACTION = INSTALL
Property(S): ROOTDRIVE = C:\
Property(S): VersionDatabase = 200
Property(S): INSTALLLEVEL = 1
Property(S): SECONDSEQUENCE = 1
Property(S): REINSTALL = DefaultFeature
Property(S): VersionMsi = 3.01
Property(S): VersionNT64 = 502
Property(S): WindowsBuild = 3790
Property(S): ServicePackLevel = 2
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 3
Property(S): MsiNTSuiteEnterprise = 1
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): WindowsVolume = C:\
Property(S): System64Folder = C:\WINDOWS\system32\
Property(S): SystemFolder = C:\WINDOWS\SysWOW64\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = C:\DOCUME~1\pvarma\LOCALS~1\Temp\
Property(S): ProgramFilesFolder = C:\Program Files (x86)\
Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(S): ProgramFiles64Folder = C:\Program Files\
Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Documents and Settings\pvarma\Application Data\
Property(S): FavoritesFolder = C:\Documents and Settings\pvarma\Favorites\
Property(S): NetHoodFolder = C:\Documents and Settings\pvarma\NetHood\
Property(S): PersonalFolder = C:\Documents and Settings\pvarma\My Documents\
Property(S): PrintHoodFolder = C:\Documents and Settings\pvarma\PrintHood\
Property(S): RecentFolder = C:\Documents and Settings\pvarma\Recent\
Property(S): SendToFolder = C:\Documents and Settings\pvarma\SendTo\
Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(S): LocalAppDataFolder = C:\Documents and Settings\pvarma\Local Settings\Application Data\
Property(S): MyPicturesFolder = C:\Documents and Settings\pvarma\My Documents\My Pictures\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): MsiAMD64 = 15
Property(S): Msix64 = 15
Property(S): Intel = 15
Property(S): PhysicalMemory = 4032
Property(S): VirtualMemory = 5412
Property(S): AdminUser = 1
Property(S): LogonUser = pvarma
Property(S): UserSID = S-1-5-21-48568389-1845587214-1990678075-2455
Property(S): UserLanguageID = 1033
Property(S): ComputerName = GT40
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 19
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 16:24:26
Property(S): Date = 2/16/2010
Property(S): MsiNetAssemblySupport = 2.0.50727.3053
Property(S): MsiWin32AssemblySupport = 5.2.3790.3959
Property(S): Privileged = 1
Property(S): Installed = 2010/02/16 16:08:54
Property(S): DATABASE = C:\WINDOWS\Installer\21b4b257.msi
Property(S): OriginalDatabase = C:\VS2005_Projects\SearchIndexTest\Setup2\Debug\Setup2.msi
Property(S): UILevel = 5
Property(S): Preselected = 1
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): SOURCEDIR = C:\VS2005_Projects\SearchIndexTest\Setup2\Debug\
Property(S): SourcedirProduct = {413585F4-5EBD-4291-BB28-B46374DFD6E1}
Action ended 16:24:26: ExecuteAction. Return value 1.
Action 16:24:26: FinishedForm.
Action start 16:24:26: FinishedForm.
DEBUG: Error 2826: Control Line1 on dialog FinishedForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FinishedForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FinishedForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FinishedForm, Line2, to the right
DEBUG: Error 2826: Control BannerBmp on dialog FinishedForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FinishedForm, BannerBmp, to the right
Action 16:24:26: FinishedForm. Dialog created
Action ended 16:24:27: FinishedForm. Return value 1.
Action ended 16:24:27: INSTALL. Return value 1.
Property(C): UpgradeCode = {98F21F82-37CD-490E-A339-B2F991C80CA6}
Property(C): TARGETDIR = C:\Program Files\Inventures\SearchIndexTest\
Property(C): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(C): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(C): ProductName = SearchIndexTest
Property(C): ProductCode = {413585F4-5EBD-4291-BB28-B46374DFD6E1}
Property(C): ProductVersion = 1.0.0
Property(C): Manufacturer = Inventures
Property(C): ARPCONTACT = Inventures
Property(C): ProductLanguage = 1033
Property(C): SecureCustomProperties = PREVIOUSVERSIONSINSTALLED;NEWERPRODUCTFOUND
Property(C): RedirectedDllSupport = 2
Property(C): VersionNT = 502
Property(C): VSDNETURLMSG = This setup requires the .NET Framework version [1]. Please install the .NET Framework and run this setup again. The .NET Framework can be obtained from the web. Would you like to do this now?
Property(C): VSDIISMSG = This setup requires Internet Information Server 4.0 or higher and Windows NT 4.0, Windows 2000 or higher. This setup cannot be installed on Windows 95, Windows 98, or Windows Me. Please install Internet Information Server and run this setup again.
Property(C): VSDUIANDADVERTISED = This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic.
Property(C): VSDNETMSG = This setup requires the .NET Framework version [1]. Please install the .NET Framework and run this setup again.
Property(C): VSDINVALIDURLMSG = The specified path '[2]' is unavailable. The Internet Information Server might not be running or the path exists and is redirected to another machine. Please check the status of this virtual directory in the Internet Services Manager.
Property(C): VSDVERSIONMSG = Unable to install because a newer version of this product is already installed.
Property(C): MaintenanceForm_Action = Repair
Property(C): DefaultUIFont = VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400
Property(C): AdminMaintenanceForm_Action = Repair
Property(C): ErrorDialog = ErrorDialog
Property(C): SFF_UpFldrBtn = UpFldrBtn
Property(C): SFF_NewFldrBtn = NewFldrBtn
Property(C): FolderForm_AllUsers = ME
Property(C): FolderForm_AllUsersVisible = 1
Property(C): WelcomeForm_NextArgs = FolderForm
Property(C): FolderForm_PrevArgs = WelcomeForm
Property(C): FolderForm_NextArgs = ConfirmInstallForm
Property(C): ConfirmInstallForm_PrevArgs = FolderForm
Property(C): AdminWelcomeForm_NextArgs = AdminFolderForm
Property(C): AdminFolderForm_PrevArgs = AdminWelcomeForm
Property(C): AdminFolderForm_NextArgs = AdminConfirmInstallForm
Property(C): AdminConfirmInstallForm_PrevArgs = AdminFolderForm
Property(C): PackageCode = {B0EFFF82-1EA6-4497-9802-E4469CF2912C}
Property(C): ProductState = 5
Property(C): ProductToBeRegistered = 1
Property(C): ALLUSERS = 1
Property(C): CURRENTDIRECTORY = C:\VS2005_Projects\SearchIndexTest\Setup2\Debug
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 2712
Property(C): PRODUCTLANGUAGE = 1033
Property(C): VersionDatabase = 200
Property(C): VersionMsi = 3.01
Property(C): VersionNT64 = 502
Property(C): WindowsBuild = 3790
Property(C): ServicePackLevel = 2
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 3
Property(C): MsiNTSuiteEnterprise = 1
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): WindowsVolume = C:\
Property(C): System64Folder = C:\WINDOWS\system32\
Property(C): SystemFolder = C:\WINDOWS\SysWOW64\
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = C:\DOCUME~1\pvarma\LOCALS~1\Temp\1\
Property(C): ProgramFilesFolder = C:\Program Files (x86)\
Property(C): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(C): ProgramFiles64Folder = C:\Program Files\
Property(C): CommonFiles64Folder = C:\Program Files\Common Files\
Property(C): AppDataFolder = C:\Documents and Settings\pvarma\Application Data\
Property(C): FavoritesFolder = C:\Documents and Settings\pvarma\Favorites\
Property(C): NetHoodFolder = C:\Documents and Settings\pvarma\NetHood\
Property(C): PersonalFolder = C:\Documents and Settings\pvarma\My Documents\
Property(C): PrintHoodFolder = C:\Documents and Settings\pvarma\PrintHood\
Property(C): RecentFolder = C:\Documents and Settings\pvarma\Recent\
Property(C): SendToFolder = C:\Documents and Settings\pvarma\SendTo\
Property(C): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(C): LocalAppDataFolder = C:\Documents and Settings\pvarma\Local Settings\Application Data\
Property(C): MyPicturesFolder = C:\Documents and Settings\pvarma\My Documents\My Pictures\
Property(C): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(C): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(C): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): MsiAMD64 = 15
Property(C): Msix64 = 15
Property(C): Intel = 15
Property(C): PhysicalMemory = 4032
Property(C): VirtualMemory = 5415
Property(C): AdminUser = 1
Property(C): LogonUser = pvarma
Property(C): UserSID = S-1-5-21-48568389-1845587214-1990678075-2455
Property(C): UserLanguageID = 1033
Property(C): ComputerName = GT40
Property(C): SystemLanguageID = 1033
Property(C): ScreenX = 1280
Property(C): ScreenY = 1024
Property(C): CaptionHeight = 19
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 16
Property(C): TTCSupport = 1
Property(C): Time = 16:24:27
Property(C): Date = 2/16/2010
Property(C): MsiNetAssemblySupport = 2.0.50727.3053
Property(C): MsiWin32AssemblySupport = 5.2.3790.3959
Property(C): Privileged = 1
Property(C): USERNAME = Global Inventures
Property(C): COMPANYNAME = Global Inventures, Inc.
Property(C): Installed = 2010/02/16 16:08:54
Property(C): DATABASE = C:\WINDOWS\Installer\21b4b257.msi
Property(C): OriginalDatabase = C:\VS2005_Projects\SearchIndexTest\Setup2\Debug\Setup2.msi
Property(C): VersionHandler = 3.01
Property(C): UILevel = 5
Property(C): ACTION = INSTALL
Property(C): EXECUTEACTION = INSTALL
Property(C): ROOTDRIVE = C:\
Property(C): CostingComplete = 1
Property(C): INSTALLLEVEL = 1
Property(C): PrimaryVolumeSpaceRemaining = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): OutOfDiskSpace = 0
Property(C): REINSTALL = ALL
=== Logging stopped: 2/16/2010 16:24:27 ===
MSI (c) (98:9C) [16:24:27:537]: Product: SearchIndexTest -- Configuration completed successfully.
What do I need to successfully run the installer please?
Thank you,
Piyush
From http://www.developmentnow.com/g/58_0_0_0_0_0/vsnet-setup.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
"Piyush Varma" <pva...@inventures.com> wrote in message
news:c0c908f1-1ba9-4d35...@developmentnow.com...