Mar 07, 2011
07:24 AM
harid38 wrote: Is is possible to create a both 32bit and 64 bit installer using one .ism project. i am using Installscript MSI project?. IF yes provide me with some help. thanks in advance. By design, you should have 2 installers for this, 1 with 32 bit components and 1 with 64 bit components. Otherwise you will have loads of validation errors... regards, Henno.
... View more
Apr 06, 2010
04:25 AM
dhofferber wrote: I'm building a basic MSI installation. I want to account for users that have moved their My Documnets folder to a non default Windows location such as a network server. In these cases I want to force the installation to always use the My Documents folder on the local machine. Since the default has been moved it will probably have to create a new one and use it. I've found that many laptop owners use their computers for both work and home. They want to store their work documents on the office serevr but keep their personal documents on their local machine. Can two My Documents folders exist like this? Thanks in advance. You shouldn't try to fix such behaviour in an MSI. The laptops should be configured using GPO's to use Offline folders. This way you get a synched copy of My Documents locally on the laptop. reg, Henno.
... View more
Mar 08, 2010
04:50 AM
ID_10_T wrote: In my company we have been packaging apps for some time but have never used the Application Manager. Is it worth the effort to set it up? Is anybody else using it? Best Practices? Any comments would be appreciated! Thanks! We are using application manager / Conflict solver for 6 years, it is a valueable tool of you have multiple (in our case 1500) apps in production. reg, Henno.
... View more
Aug 20, 2009
03:48 AM
sumit_singh1984 wrote: Hi All, I have a conflict checker where in we import all the application we package. Currently we have packaged Office 2007 pro plus(which is in exe/msp format). Conflict checker takes only the MSI in the database,there is no option to import non msi format. Kindly guide me to import office 2007 in the conflict checker. Any help is appreciated. Regards, Sumi Office 2007 is in MSI format, just do a search on the contents of the DVD and you will find the MSI's for each installation item. reg, Henno.
... View more
Jul 16, 2009
04:32 PM
Roman1 wrote: Hello, my main setup (BASIC MSI) is a 32 Bit distribution. Now, I have to put there 3 new components: a. x64 dll which goes to windows-system. b. x64 registry key goes to HKLM\Software\MyCompany c. x64 dll which is selfregister Components a-c should be installed only on x64 Plattform. What changes should I take in main setup to realize the new demands ? It must be one installation release. In addition all of "old x32 components" should be installed as usual in x32 part of file system and registry. Thanks This is not allowed per SDK in a basic msi setup... You should distribute 2 installers... reg, Henno.
... View more
Jul 06, 2009
10:25 AM
We are naming every component that have COM info in it with _COM. For example: notepad.exe_COM. reg, Henno.
... View more
Apr 24, 2009
03:04 PM
You probably made a SCCM program with a commandline like: msiexec /i "name.msi" /qn with running it in the system context? right? Then you should add or change the property: ALLUSERS=1 to the property table. reg, Henno.
... View more
Mar 18, 2009
03:55 AM
Why don't you make patches (.MSP) for it? You only update the files and registry entries that need changing, and once a year you make a new major version that includes all the patches. reg, Henno.
... View more
Mar 16, 2009
04:28 PM
Actually, your are not thinking in the right direction. MSI is a COM based database, it is not a script and was not designed to be. Most people who want to use scripting in an MSI want to overcomplicate things.... You only should use VB in a CA when all normal functionality is not enough. Don't start with CA's because you want to. reg, Henno.
... View more
Jan 02, 2009
03:49 PM
ArvindKishore88 wrote: Hi , I want to create a single installer that should be able to install the application both on a 32 bit OS and also on 64 bit O.S. How could I achieve this. Thanks, NOT with a basic MSI... reg, Henno.
... View more
Dec 17, 2008
04:59 PM
Regarding nr.1, you can create the component wizard or create the services per component under "Advanced Settings", Install NT services where you create them and make the dependencies. Then you can start the services under "Control NT Services". It's pretty easy. regards, Henno
... View more
Dec 17, 2008
04:53 AM
A normal/basic MSI will do the nicely. reg, Henno
... View more
Dec 16, 2008
01:46 AM
According MS's best pratice for MSI's you can only 1 target OS from a MSI, that includes MSM's. So you need a separate mergemodule for the 32 bit OS target. regards, Henno.
... View more
Dec 12, 2008
02:57 PM
We use this alongside our AdminStudio 9 / InstallShield 9: http://www.packagingrobot.com/ reg, Henno.
... View more
Latest posts by HennoKeers
Subject | Views | Posted |
---|---|---|
633 | Mar 07, 2011 07:24 AM | |
492 | Apr 06, 2010 04:25 AM | |
595 | Mar 08, 2010 04:50 AM | |
718 | Nov 11, 2009 03:17 PM | |
421 | Aug 20, 2009 03:48 AM | |
790 | Jul 16, 2009 04:32 PM | |
1014 | Jul 06, 2009 10:25 AM | |
624 | Apr 24, 2009 03:04 PM | |
1360 | Mar 18, 2009 03:55 AM | |
533 | Mar 16, 2009 04:28 PM |
Activity Feed
- Posted Re: how to build 32bit and 64bit installers using one .ism project? on InstallShield Forum. Mar 07, 2011 07:24 AM
- Posted Re: Force "My Documents" Local on InstallShield Forum. Apr 06, 2010 04:25 AM
- Posted Re: Application Manager, is anybody using this? on AdminStudio Forum. Mar 08, 2010 04:50 AM
- Posted Re: Conflict resolver on AdminStudio Forum. Nov 11, 2009 03:17 PM
- Posted Re: Office 2007 to be imported in conflict checker on AdminStudio Forum. Aug 20, 2009 03:48 AM
- Posted Re: How to distribute 32 & 64 Bit components in one setup? on InstallShield Forum. Jul 16, 2009 04:32 PM
- Posted Re: How to identify com components ? on InstallShield Forum. Jul 06, 2009 10:25 AM
- Posted Re: msi not registered with add/remove program or creating shortcuts after installation on InstallShield Forum. Apr 24, 2009 03:04 PM
- Posted Re: Retaining the value in registry during upgrades on InstallShield Forum. Mar 18, 2009 03:55 AM
- Posted Re: Installscript equivalent in MSI? on InstallShield Forum. Mar 16, 2009 04:28 PM
- Posted Re: How to create single installer for both 32 and 64 bit O.S. on InstallShield Forum. Jan 02, 2009 03:49 PM
- Posted Re: Registering a component from Installer on InstallShield Forum. Dec 17, 2008 04:59 PM
- Posted Re: Registering a component from Installer on InstallShield Forum. Dec 17, 2008 04:53 AM
- Posted Re: Single Merge Module for 32 and 64 bit OS? on InstallShield Forum. Dec 16, 2008 01:46 AM
- Posted Re: Basic MSI to InstallScript on InstallShield Forum. Dec 12, 2008 02:57 PM
- Posted Re: Fundamental 64Bit Installation Question on InstallShield Forum. Dec 12, 2008 02:53 PM
- Posted Re: Fundamental 64Bit Installation Question on InstallShield Forum. Dec 10, 2008 05:26 AM
- Posted Re: InstallShield 2009 Professional and McAfee VirusScan Enterprise 8.5 on InstallShield Forum. Dec 04, 2008 07:53 AM
- Posted Re: Installation by Non-Admin users on InstallShield Forum. Nov 20, 2008 08:41 AM
- Posted Re: Same group of files, installed to many folders? on InstallShield Forum. Nov 18, 2008 03:23 PM