‎Jul 26, 2010
11:06 AM
Is this InstallScript or Basic MSI? Which dialog is your "very 1st screen"? Can you attach a screenshot?
... View more
‎Jul 26, 2010
11:01 AM
Did you try simply creating a record in the ISIISProperty table? Easiest way is to set one the available properties in the IIS view so a record is created for the directory you want then switch to the DirectEditor and change the MetaDataProp value to the AccessSSLFlags one (6030 ?); also set MetaDataValue.
... View more
‎Jul 22, 2010
11:36 AM
How about creating your own exe that simply launches PowerShell script. You can then use that exe in a prerequisite and also include scripts in the same prerequisite...
... View more
‎Jul 22, 2010
10:25 AM
Can't see how this is possible... Maybe FinalBuilder is somehow using the IS2010 Path sometimes to open the IS12 ism which will upgrade the project then when the IS12 one tries to build it, you get that message... When the IS12 setup fails, if you look at the ism location, do you see another ism with the same name + .7##? If you do then you know that IS2010 builder tried to open the IS12 file...
... View more
‎Jul 22, 2010
10:04 AM
Take a look at the ReserveCost Table where you can enter the amount of disk space needed by your application. You can uncompress the zip file you have and then use the size for each directory to approximate the numbers you enter in this table. If your zip files varies and you want these number to be dynamically calculated then you need to write a post build script that calculates the numbers and then writes them to the ReserveCost Table. Ideally, you want to include all the files in the components and not as a zip file.
... View more
‎Jul 22, 2010
09:53 AM
This will be available in the next release.
... View more
‎Jul 22, 2010
09:47 AM
How about just creating a shortcut that runs IE like this: iexplore.exe www.installshield.com
... View more
‎Jul 19, 2010
11:33 AM
What OS language are you running in? The dialog you posted shows all the string IDs instead of the actual strings, so it seems like your setup is missing that language. Can you launch the Release Wizard for that release and set the default language from there? Wizard should show the proper language name. Also, make sure that the languages are available and set from the General Information view. The ??? you are seeing is probably an issue with the release grid and will be fixed in the next release of InstallShield.
... View more
‎May 18, 2010
10:13 AM
When using the InstallShied Automation Layer as you have in your sample code, you need to use the one corresponding to the ism file you are opening or else I think that file will be upgraded and will contain the schema for that version. You will have to open the ism and look at the property you mention using MSI APIs when the ism is in MSI file format or look up the value in the XML using any XML parser if the ism is in XML format. As for schema version numbers: IS11 is 761 IS11.5 is 763 IS12 is 765 IS2008 is 766 IS2009 is 768 IS2010 is 769 IS2010 SP1 is 770
... View more
‎May 18, 2010
09:36 AM
Which version of Visual Studio and MSBuild are you using?
... View more
‎May 14, 2010
09:13 AM
You can simply open the LE project (.isl) in your IS2010 Pro. Just make sure you have SP1 installed.
... View more
‎May 14, 2010
09:00 AM
Next InstallShield is always around the corner 🙂 but specific dates are never posted ahead of time. Historically, it's been sometime mid summer.
... View more
‎May 12, 2010
04:34 PM
Are you running on Windows 2000? Make sure you have all the code pages installed. My guess is that the characters you mention are not in the active code page, so InstallScript copy fails. Also, private me your e-mail if you are interested in Beta testing the latest InstallScript.
... View more
Latest posts by Marwan
Subject | Views | Posted |
---|---|---|
762 | ‎Aug 23, 2010 09:44 AM | |
1416 | ‎Aug 23, 2010 09:32 AM | |
1416 | ‎Aug 23, 2010 09:06 AM | |
978 | ‎Aug 20, 2010 09:56 AM | |
870 | ‎Aug 20, 2010 09:49 AM | |
772 | ‎Aug 20, 2010 09:32 AM | |
1896 | ‎Aug 18, 2010 05:10 PM | |
2263 | ‎Aug 18, 2010 10:51 AM | |
761 | ‎Aug 10, 2010 03:45 PM | |
761 | ‎Aug 10, 2010 03:10 PM |
Activity Feed
- Posted Re: Define Tooltip Colors on InstallShield Forum. ‎Aug 23, 2010 09:44 AM
- Posted Re: 64bit Installer Class acting as 32bit on InstallShield Forum. ‎Aug 23, 2010 09:32 AM
- Posted Re: 64bit Installer Class acting as 32bit on InstallShield Forum. ‎Aug 23, 2010 09:06 AM
- Posted Re: String Editor: exporting only marked String on InstallShield Forum. ‎Aug 20, 2010 09:56 AM
- Posted Re: Configuration of Script Editor on InstallShield Forum. ‎Aug 20, 2010 09:49 AM
- Posted Re: Trial Limitation: build events on InstallShield Forum. ‎Aug 20, 2010 09:32 AM
- Posted Re: Is Installshield 2011 around the corner? on InstallShield Forum. ‎Aug 18, 2010 05:10 PM
- Posted Re: Install dialogs display rectangular box, See attached images on InstallShield Forum. ‎Aug 18, 2010 10:51 AM
- Posted Re: Including Windows Installer Engine 4.5 on InstallShield Forum. ‎Aug 10, 2010 03:45 PM
- Posted Re: Including Windows Installer Engine 4.5 on InstallShield Forum. ‎Aug 10, 2010 03:10 PM
- Posted Re: Do you want to dynamically link these files? on InstallShield Forum. ‎Aug 10, 2010 03:02 PM
- Posted Re: InstallShileld Script Objects on InstallShield Forum. ‎Aug 04, 2010 05:22 PM
- Posted Re: Accelerator key definition not visible on InstallShield Forum. ‎Aug 02, 2010 01:21 PM
- Posted Re: InstallShield 2010 problem on InstallShield Forum. ‎Aug 02, 2010 01:04 PM
- Posted Re: Ampersand displayed twice in titlebar on InstallShield Forum. ‎Jul 28, 2010 08:19 AM
- Posted Re: Ampersand displayed twice in titlebar on InstallShield Forum. ‎Jul 27, 2010 05:32 PM
- Posted Re: Ampersand displayed twice in titlebar on InstallShield Forum. ‎Jul 26, 2010 11:06 AM
- Posted Re: Setting the AccessSSLFlags IIS property on InstallShield Forum. ‎Jul 26, 2010 11:01 AM
- Posted Re: Prerequisite's that run a PowerShell on InstallShield Forum. ‎Jul 22, 2010 11:36 AM
- Posted Re: IS12 to IS2010 migration on InstallShield Forum. ‎Jul 22, 2010 10:25 AM