Mar 03, 2009
03:43 AM
Following this link, LockPermissions Table http://msdn.microsoft.com/en-us/library/aa369774(VS.85).aspx, "BUILTIN" wont work as the field must be formatted. Peter.
... View more
Feb 24, 2009
03:40 AM
Are you building your project files with IsCmdBld.exe? If so you can set a different product name using the -z parameter. As for dialog backgrounds a solution is to have the same name for different graphics, located in different folders and use the -l parameter to specify the right path variable. For more info you can search Help for "Using ISCmdBld.exe to Build a Release from the Command Line". Peter
... View more
Feb 23, 2009
02:43 AM
Look up in your help file "Specifying the Product Version". In the Version setting, enter the complete version number for this product. The version number must contain only numbers, and it must be in the format aaa.bbb.ccccc, where aaa represents the major version number, bbb represents the minor version number, and ccccc represents the build number. The maximum value for the aaa and bbb portions is 255. The maximum value for ccccc is 65,535. You can include a fourth field, making the product version format aaa.bbb.ccccc.dddd, but Windows Installer does not use it.
... View more
Feb 20, 2009
02:37 AM
What OSs are your machines running?
... View more
Feb 17, 2009
02:52 AM
Use 'SID: S-1-1-0' instead of 'Everyone' http://support.microsoft.com/default.aspx/kb/243330 Peter
... View more
Feb 04, 2009
04:05 AM
Read my post here: http://community.acresso.com/showpost.php?p=425091&postcount=4 Good luck, Peter
... View more
Jan 26, 2009
08:33 AM
Following this link content leads you to the "redist.txt" file located in your Visual Studio installation directory. All redistributables listed are to be "distributed unmodified". Regards, Peter.
... View more
Jan 26, 2009
07:22 AM
I am pretty sure that modifying the original redistributable package breaks the licence terms for Redistributable packages from MS. I would be very careful in implementing this for packages that you release.
... View more
Jan 06, 2009
03:41 AM
You cannot remove multiple products using one command line; a batch file would help. Peter
... View more
Dec 22, 2008
10:24 AM
When you perform an administrative install, the .msi file changes size, therefore, loses digital watermark. I would recommend building an uncompressed release and sign the .msi file.
... View more
Dec 19, 2008
09:30 AM
Hi there. To start with, I wouldn't test software on development machines. Or develop software on test machines. To answer your question though, you can disable the Windows Installer service. This will apply to all installed products, not just yours. The advantage is that you don't have to change your Installer project at all. Peter
... View more
Dec 10, 2008
08:40 AM
type MySetup.exe /? and see what you get. also you can open Setup.ini with notepad and try to see if any of that makes sense to you. best of luck! Peter.
... View more
Dec 01, 2008
05:46 AM
You can set the component's attribute as not shared. As a best practice you should only set the "shared" bit when you install in common locations (as Program Files\Common Files, System32, etc).
... View more
Nov 18, 2008
02:28 AM
You need to have different ProductCode properties in your packages. Use ISCmdBld.exe to build your releases and pass different ProductCode properties using -z parameter.
... View more
Nov 17, 2008
06:36 AM
If your release has a Setup.exe, you can target the "MSI Engine Version". Otherwise if you only have a MSI you can use VerFindFileVersion function or VerGetFileVersion
... View more
Latest posts by thepeter
Subject | Views | Posted |
---|---|---|
731 | Mar 03, 2009 03:43 AM | |
863 | Feb 24, 2009 03:40 AM | |
783 | Feb 23, 2009 02:43 AM | |
1263 | Feb 20, 2009 02:37 AM | |
1263 | Feb 17, 2009 02:52 AM | |
456 | Feb 04, 2009 04:05 AM | |
1564 | Jan 26, 2009 08:33 AM | |
1564 | Jan 26, 2009 07:22 AM | |
893 | Jan 06, 2009 03:41 AM | |
1701 | Dec 22, 2008 10:24 AM |
Activity Feed
- Posted Re: Permisson Lock settings on InstallShield Forum. Mar 03, 2009 03:43 AM
- Posted Re: Rebrand Installer on InstallAnywhere Forum. Feb 24, 2009 03:40 AM
- Posted Re: Having problem with update on InstallShield Forum. Feb 23, 2009 02:43 AM
- Posted Re: Giving permission for "Everyone" in non-english OSes on InstallShield Forum. Feb 20, 2009 02:37 AM
- Posted Re: Giving permission for "Everyone" in non-english OSes on InstallShield Forum. Feb 17, 2009 02:52 AM
- Posted Re: Windows Vista Validation on InstallShield Forum. Feb 04, 2009 04:05 AM
- Posted Re: Deploy .NET Framework 3.5 on InstallShield Forum. Jan 26, 2009 08:33 AM
- Posted Re: Deploy .NET Framework 3.5 on InstallShield Forum. Jan 26, 2009 07:22 AM
- Posted Re: uninstall command line syntax for multiple msi productguids at the same time on AdminStudio Forum. Jan 06, 2009 03:41 AM
- Posted Re: Setup /a does not digitally sign msi file on InstallShield Forum. Dec 22, 2008 10:24 AM
- Posted machine policy on InstallShield Forum. Dec 19, 2008 09:30 AM
- Posted Re: Start Single Setup Executable with parameters on InstallShield Forum. Dec 10, 2008 08:40 AM
- Posted Re: Keyfiles not removed during Uninstall on InstallShield Forum. Dec 01, 2008 05:46 AM
- Posted Re: To install the same product multiple times in different folders on InstallShield Forum. Nov 18, 2008 02:28 AM
- Posted Re: GetDllVersion on InstallShield Forum. Nov 17, 2008 06:36 AM
- Posted Re: Creating .MSI problem. on InstallShield Forum. Nov 12, 2008 06:26 AM
- Posted Re: Creating .MSI problem. on InstallShield Forum. Nov 12, 2008 03:54 AM
- Posted Re: Chained MSI appears behind IS Install Dialog on InstallShield Forum. Nov 12, 2008 02:58 AM
- Posted Re: How to Solve blocked program issue when UAC ON? on InstallShield Forum. Nov 11, 2008 05:49 AM
- Posted Re: Change setup.exe icon and text. on InstallShield Forum. Nov 10, 2008 10:29 AM