Mar 11, 2009
09:49 AM
Hi, In my migrated msi project(IS12 to IS2009), if i select other than 'C:'(eg: D:\) drive at the time of installation, installation is working fine...... but in Maintenance, my installer is pointing to 'C:' rather than 'D:' any idea? :confused:
... View more
Labels
- Labels:
-
InstallShield 2009
Mar 11, 2009
01:24 AM
Hi, In my msi project installed location, i want to launch a .exe file which is created by my installer with 'admin privilages'. I came to know that my issue will be resolved by embeding a 'manifest' file with that application.exe. Can anyone tell me how to embed a manifest file with the installer created .exe file.......
... View more
Labels
- Labels:
-
InstallShield 2009
Mar 11, 2009
12:56 AM
Hi, I too faced a similar problem with migration from IS12 to IS2009. My issue was resolved by moving the following statement from OnFirstUIAfter to OnFirstUIBefore UNINSTALLSTRING = try this.....
... View more
Mar 04, 2009
11:50 PM
Hi, yes, i know that if we change the property we can avoid packing dependent dlls... my doubt is how it was not happening in IS12?
... View more
Mar 04, 2009
11:31 AM
Hi, I too faced a similar issue like this, can u tell me that: 1. are u facing this issue with 32Bit or 64Bit 2. after uninstallation is the ARP entry is available 3. check wether setup.ilg is available or not in "C:\Program Files\installshield installation information\ "
... View more
Mar 04, 2009
08:01 AM
Hi Reddy611, Thanks for your replay, is it possible to solve my issue without changing any code or settings except in installshield?
... View more
Mar 04, 2009
07:57 AM
Hi, In my migrated msi project from IS12 to IS2009, my installer is packing all the dependent dlls while building. How to avoid this? In IS12 eventhough i set ".Net scan at build" as "Dependencies and properties" my installer is not packing dependent dlls.... but why IS2009 is doing that?
... View more
Labels
- Labels:
-
InstallShield 2009
Mar 03, 2009
05:56 AM
Hi ChandanOmkar, Thanks for your replay and thanks for your information.... but my requirement is:- "I want to open a application.exe which is available as shortcut and which is created by my installer project with "Administrative privilages"
... View more
Mar 02, 2009
10:10 AM
Hi, Project Type: Installshield 2009 msi Issue: I am able to launch my application with the shortcut created at start -> program files-> -> application.exe in 2003/XP but in windows 2008 i am getting error as "Access Denined" So, for 2008 I have to select "Run as Admininstrator"(which is available by right click on application.exe) to launch my application.... Is it possible to launch directly as in 2003/XP?
... View more
Labels
- Labels:
-
InstallShield 2009
Feb 20, 2009
10:43 AM
Hi, Please check in the below link..... I raised the above issue in one of my another post...... one of the Acresso people replied to my issue as: What table are you using to self register this DLL (MSI SelfReg or InstallShield ISSelfReg)? If you're using the InstallShield table, the DLL will not successfully register (the ISSelfReg support cannot load 64-bit DLLs). In this case, the record for the DLL should be removed from ISSelfReg and added to the SelfReg table. Another thing to note is if there are missing dependencies required to successfully register the DLL, it will fail to register. The most common cause of this recently is a dependency on Visual C++ 2005 or 2008 runtime DLLs, which are Win32 side-by-side assemblies. Due to how Windows Installer installs assemblies, self registration with either table or regsrv32 (through a custom action) will fail before InstallFinalize (assemblies are not committed until after InstallFinalize, and both self registration tables run self registration before InstallFinalize). For more details: http://community.acresso.com/showthread.php?t=186137&page=4&highlight=wrong+install
... View more
Feb 18, 2009
07:47 AM
HI, Error: 'error 1904. Module C:\Program Files\MyCompany\....\Mydll.dll failed to register HRESULT -2147220473. Contact your support personel.' Information: I am able to register that dll using regsvr32 from command prompt. The dll i am trying to register is a COM dll. Same dll is getting registered in 32Bit environment through the installer itself.. This registration is working fine before migrating from IS12 to IS2009 also..........
... View more
Feb 17, 2009
12:51 AM
Hi, I am migrating a perfectly working msi project from IS12 to IS2009. Issue: I am unable to register a COM dll in 64Bit. Error: I am getting 'error 1904. Module C:\Program Files\MyCompany\....\Mydll.dll failed to register HRESULT -2147220473. Contact your support personel.' Information: I am able to register that dll using regsvr32 from command prompt. Any Idea?
... View more
Labels
- Labels:
-
InstallShield 2009
Feb 16, 2009
10:42 AM
Hi, Issue: After uninstalling my 64Bit application, ARP screen is hanged. There is no entry in 'Task Manager' also..... Workaround: I have to restart my machine to enable ARP. Does anybody know, whats wrong with my application?
... View more
Labels
- Labels:
-
InstallShield 2009
Feb 16, 2009
08:56 AM
Hai joshstechnij, Thank you very much......... all my uninstallation issues for 64Bit and 32Bit was resolved with your help. 🙂 Two more small doubts....... Can u tell me, 1. Is setting REGDB_OPTION_WOW64_64KEY option is necessary for 64Bit installers in IS2009? 2. One of my 64Bit installer is unable to register a .dll(it is a self-register dll). Is there any link between self-registration and REGDB_OPTION_WOW64_64KEY option? If yes where i have to set this option? If no what will be the reason for the failure of registering? Once again thanks for your help.........
... View more
Feb 13, 2009
01:46 PM
Hi, I send my project as an attachment to your mail. please verify it and let me know where was the issue..........
... View more
Latest posts by anilkumar_mca
Subject | Views | Posted |
---|---|---|
714 | Jul 08, 2009 08:35 AM | |
2021 | Jul 07, 2009 10:01 AM | |
1705 | Jun 25, 2009 01:10 PM | |
1705 | Jun 25, 2009 12:29 PM | |
1705 | Jun 25, 2009 12:20 PM | |
577 | Jun 25, 2009 08:46 AM | |
1705 | Jun 25, 2009 01:59 AM | |
1900 | Jun 24, 2009 10:54 AM | |
666 | Jun 24, 2009 09:02 AM | |
1727 | Jun 24, 2009 01:54 AM |
Activity Feed
- Posted Re: how to know a particular component is installed or not? on InstallShield Forum. Jul 08, 2009 08:35 AM
- Posted how to know a particular component is installed or not? on InstallShield Forum. Jul 07, 2009 10:01 AM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 25, 2009 01:10 PM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 25, 2009 12:29 PM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 25, 2009 12:20 PM
- Posted Re: Repair issues -Please please help on InstallShield Forum. Jun 25, 2009 08:46 AM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 25, 2009 01:59 AM
- Posted Repair issues -Please please help on InstallShield Forum. Jun 24, 2009 10:54 AM
- Posted Re: Is there any text book for IS 2009? on InstallShield Forum. Jun 24, 2009 09:02 AM
- Posted Is there any text book for IS 2009? on InstallShield Forum. Jun 24, 2009 01:54 AM
- Posted what is the difference between IS 2009 and IS 2010? on InstallShield Forum. Jun 24, 2009 01:47 AM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 24, 2009 12:01 AM
- Posted how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 23, 2009 08:36 AM
- Posted Re: how to show features in Maintenance? on InstallShield Forum. Jun 22, 2009 07:44 AM
- Posted Re: How to install MS SQL 2005 in this case? on InstallShield Forum. Jun 17, 2009 03:19 PM
- Posted How to install MS SQL 2005 in this case? on InstallShield Forum. Jun 17, 2009 03:03 PM
- Posted Re: error 1158: -- pls help on InstallShield Forum. Jun 16, 2009 11:13 AM
- Posted error 1158: -- pls help on InstallShield Forum. Jun 16, 2009 09:01 AM
- Posted Re: what is the difference between Repair and Modify? on InstallShield Forum. Jun 15, 2009 09:04 AM
- Posted Re: how to show features in Maintenance? on InstallShield Forum. Jun 15, 2009 08:57 AM