This website uses cookies. By clicking OK, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
girishkatti123
Pilgrim
Jan 25, 2011
12:13 AM
Hi, We can include both 32bit and 64bit files in a single installer. The best way is have 2 sepearte features for 32bit and 64 bit and add the respective components to respective 32/64 bit features. You can use SYSINFO.bIsWow64 to check for 32/64 bit OS. After you getting the OS type use FeatureSetTarget function to install the sepcific feature. Or You can have seperate release for 32bit and 64bit. Hope this might help you solve your problem.
... View more
Jan 24, 2011
12:33 AM
Hi, All Setup will close once your installation is complete. Check in OnFirstUIAfter Sequence if you are running any thats holding your setup up to complete.
... View more
Jan 18, 2011
11:19 PM
TestPC6 is my admin account. MSI (s) (98:B0) [18:03:23:160]: PROPERTY CHANGE: Adding TEMPLATE1 property. Its value is 'E:\Users\TestPC6\AppData\Roaming\FLIR Systems\FLIR BuildIR\Template'. MSI (s) (98:B0) [18:03:23:161]: PROPERTY CHANGE: Adding FR_FR4 property. Its value is 'E:\Users\TestPC6\AppData\Roaming\FLIR Systems\FLIR BuildIR\Template\fr-FR'. MSI (s) (98:B0) [18:03:23:161]: PROPERTY CHANGE: Adding IT_IT4 property. Its value is 'E:\Users\TestPC6\AppData\Roaming\FLIR Systems\FLIR BuildIR\Template\it-IT'. MSI (s) (98:B0) [18:03:23:162]: PROPERTY CHANGE: Adding PLUGINS property. Its value is 'E:\Program Files\FLIR Systems\FLIR BuildIR\bin\Plugins'. MSI (s) (98:B0) [18:03:23:165]: PROPERTY CHANGE: Adding DOC property. Its value is 'E:\Program Files\FLIR Systems\FLIR BuildIR\doc'. MSI (s) (98:B0) [18:03:23:166]: PROPERTY CHANGE: Adding SAMPLES1 property. Its value is 'E:\Users\TestPC6\Pictures\FLIR Systems\FLIR BuildIR\Sample Images'. MSI (s) (98:B0) [18:03:23:166]: PROPERTY CHANGE: Adding BUILDING property. Its value is 'E:\Users\TestPC6\Pictures\FLIR Systems\FLIR BuildIR\Sample Images\Panorama\Building'. MSI (s) (98:B0) [18:03:23:166]: PROPERTY CHANGE: Adding LOG_FILES property. Its value is 'E:\Users\TestPC6\Documents\FLIR Systems\FLIR BuildIR\Sample Files\Log files'. MSI (s) (98:B0) [18:03:23:166]: PROPERTY CHANGE: Adding ELECTRICAL property. Its value is 'E:\Users\TestPC6\Pictures\FLIR Systems\FLIR BuildIR\Sample Images\Panorama\Electrical'. MSI (s) (98:B0) [18:03:23:166]: PROPERTY CHANGE: Adding LEAKAGE property. Its value is 'E:\Users\TestPC6\Pictures\FLIR Systems\FLIR BuildIR\Sample Images\Panorama\Leakage'. MSI (s) (98:B0) [18:03:23:166]: PROPERTY CHANGE: Adding RADIATOR_ADJUSTMENT property. Its value is 'E:\Users\TestPC6\Pictures\FLIR Systems\FLIR BuildIR\Sample Images\Radiator adjustment'. MSI (s) (98:B0) [18:03:23:166]: PROPERTY CHANGE: Adding HOUSE property. Its value is 'E:\Users\TestPC6\Pictures\FLIR Systems\FLIR BuildIR\Sample Images\GPS tagged\house'. MSI (s) (98:B0) [18:03:23:166]: PROPERTY CHANGE: Adding INSULATION_FAULT_AND_VARIOUS_U_VALUE_ON_STRUCTURE property. Its value is 'E:\Users\TestPC6\Pictures\FLIR Systems\FLIR BuildIR\Sample Images\Insulation fault and various U-Value on structure'. MSI (s) (98:B0) [18:03:23:167]: PROPERTY CHANGE: Adding FUSION property. Its value is 'E:\Users\TestPC6\Pictures\FLIR Systems\FLIR BuildIR\Sample Images\Fusion'. MSI (s) (98:B0) [18:03:23:167]: PROPERTY CHANGE: Adding METER_LINK1 property. Its value is 'E:\Users\TestPC6\Pictures\FLIR Systems\FLIR BuildIR\Sample Images\Meter Link'.
... View more
Jan 18, 2011
11:05 PM
Hello All, I have a project with multiple features in it. There is also a User related data to be installed. In admin mode all works fine but when I login with Standard User the User related data in not installing. I am using Active Setup to repair the application at Logon. I repair works but the User profile files are not been installed. When checked log file its shows admin reference and not changing to loged in profile. The AppData feature is User based feature as shown in the attached file. Could anyone respond back. its quite urgent. Regards Girish
... View more
Labels
Jul 07, 2010
05:23 AM
cross check if during installation either any file is access as per error 1603 when read from help 1603 The file [2][3] is being held in use by the following process: Name: [4], Id: [5], Window Title: '[6]'. A system restart may be required because the file being updated is also currently in use. Users may be given the opportunity to avoid some system restarts by using the FilesInUse Dialog or the MsiRMFilesInUse Dialog. For more information, see System Reboots and Logging of Reboot Requests.
... View more
Jun 22, 2010
12:18 AM
please use tasklist to get the process ID example tasklist /FI "IMAGENAME eq setup.exe"
... View more
Jun 22, 2010
12:09 AM
I could download IS2010 standalone from the steps mentioned. Thanks
... View more
Jun 21, 2010
04:06 AM
Hello all, I have a premier addition of InstallShield2010. I am able to find where i could download IS2010 Standalone utility. When launching SoftwareManager, I dont see any update available for this project. Could anyone help. Thanks & Regards Girish Katti
... View more
Labels
Apr 29, 2010
06:00 AM
have a look at the MSI log file for more detials i.e verbose logging. You come to know from where the custome action is taking value for SUPPORTDIR.
... View more
Apr 29, 2010
04:37 AM
The installer will work on 32 bit OS, But the registry entry will not be created as the component is meant for 64 bit OS.
... View more
Apr 29, 2010
04:23 AM
Is any of your component refer to SUPPORTDIR, If yes this SUPPORTDIR entry is missing from your directory table. Adding an entry to the Directory table Navigate to the Direct Editor view. Select the Directory table. Add a new entry by clicking the last blank row in the table. In the Directory column of this new row, type the name of the property displayed in the error message. Fill in the Directory_Parent and DefaultDir columns appropriately. For more information on filling in these columns, see the Windows Installer Help Library topic Using the Directory Table.
... View more
Apr 29, 2010
03:50 AM
You could download all the latest redistributable going to Tools->Redistributable Downloader. If you have already downloaded the redistributables copy them to the correct locatiom. When you open any project file they should appear under the Application Data->Redistributable tab.
... View more
Apr 29, 2010
03:42 AM
Please check this article. It might solve your problem http://kb.flexerasoftware.com/selfservice/viewContent.do?externalID=Q107162
... View more
Apr 29, 2010
03:38 AM
Windows Foundation Server are nothing but Windows Server2008. Based on the OS version you could start installation. OS Version ---------------------------------- Windows 7 6.1 Windows Server 2008 R2 6.1 Windows Server 2008 6.0 Windows Vista 6.0 Windows Server 2003 R2 5.2 Windows Server 2003 5.2 Windows XP 5.1 Windows 2000 5.0
... View more
Latest posts by girishkatti123
Subject | Views | Posted |
---|---|---|
889 | Jan 25, 2011 12:13 AM | |
461 | Jan 24, 2011 12:33 AM | |
354 | Jan 18, 2011 11:19 PM | |
1056 | Jan 18, 2011 11:05 PM | |
273 | Jul 07, 2010 05:23 AM | |
596 | Jul 07, 2010 05:04 AM | |
308 | Jun 22, 2010 12:18 AM | |
294 | Jun 22, 2010 12:09 AM | |
1649 | Jun 21, 2010 04:06 AM | |
468 | Apr 29, 2010 06:00 AM |
Activity Feed
- Posted Re: Can I create a 32 and 64 bit setup program in one EXE? on InstallShield Forum. Jan 25, 2011 12:13 AM
- Posted Re: setup.exe keeps running after setup finished on InstallShield Forum. Jan 24, 2011 12:33 AM
- Posted Re: Repair Not Working in Stardard User on InstallShield Forum. Jan 18, 2011 11:19 PM
- Posted Repair Not Working in Stardard User on InstallShield Forum. Jan 18, 2011 11:05 PM
- Posted Re: When installing project that is rebuilt with IS2010, I get FeatureTransferError 1603 on InstallShield Forum. Jul 07, 2010 05:23 AM
- Posted Re: Driver installation prompt on InstallShield Forum. Jul 07, 2010 05:04 AM
- Posted Re: Can Installshield detect the processor ID ? on InstallShield Forum. Jun 22, 2010 12:18 AM
- Posted Re: Installshield2010 Standalone require on InstallShield Forum. Jun 22, 2010 12:09 AM
- Posted Installshield2010 Standalone require on InstallShield Forum. Jun 21, 2010 04:06 AM
- Posted Re: Windows Server 2008 - ERROR 2727: SUPPORTDIR missing in Directory Table on InstallShield Forum. Apr 29, 2010 06:00 AM
- Posted Re: Regisrty not created in Windows 2008 64 Bit on InstallShield Forum. Apr 29, 2010 04:37 AM
- Posted Re: Windows Server 2008 - ERROR 2727: SUPPORTDIR missing in Directory Table on InstallShield Forum. Apr 29, 2010 04:23 AM
- Posted Re: Where to find the Merge Modules after I installed these two redistributibles on InstallShield Forum. Apr 29, 2010 03:50 AM
- Posted Re: Error 2715. The specified File key ([name of file key]) not found in the File table. on InstallShield Forum. Apr 29, 2010 03:42 AM
- Posted Re: Detect Windows Foundation Server on InstallShield Forum. Apr 29, 2010 03:38 AM
- Posted Re: Repair is removing files in installscript project on InstallShield Forum. Apr 29, 2010 03:22 AM
- Posted Re: Regisrty not created in Windows 2008 64 Bit on InstallShield Forum. Apr 29, 2010 03:14 AM
- Posted Re: Need to hire someone to impliment on InstallShield Forum. Apr 22, 2010 05:44 AM
- Posted Re: InstallScript - Uninstall previous version (No Product Code) on InstallShield Forum. Mar 09, 2010 04:28 AM
- Posted Re: InstallScript - Uninstall previous version (No Product Code) on InstallShield Forum. Mar 08, 2010 12:47 AM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Mar 18, 2019
12:11 PM
|