Oct 19, 2012
07:14 AM
Hi, IS: IS 2012 Premier Project type: Suite I have created suite type project and attached package to the feature. The package has its location set to "Download from The Web" I'm missing the progress bar while downloading the package from the net. The package is installed successfully after all but there is no information about downloading progress (progress bar, current speed, like on the prerequisite window) at the beginning. Is this functionality missing in the InstallShield or I have to active it somehow?
... View more
Labels
- Labels:
-
InstallShield 2012
Jul 12, 2012
03:21 AM
The procedure is described in Q206604: Upgrading a Flexera Software Product To the Latest Version (Maintenance Fulfillment) Regards!
... View more
Jul 12, 2012
02:31 AM
Hi, Some time ago my company bought a license for InstallShield 2012 along with Bronze Maintenance Plan. Can I take the advantage of maintenace plan and upgrade IS2012 to IS2012 Spring? My support plan is registered at http://support.flexerasoftware.com and valid (not expired) but at my Product and License Center website i see only two old products and IS2012 Spring is missing: 18.0 InstallShield 2012 Premier Node Locked 18.0 InstallShield 2012 Standalone Build Node Locked License What am i missing? Regards!
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Feb 29, 2012
02:11 AM
One way is to use value of the same system viariable (IFX_PRODUCT_VERSION) in Basic MSI. Just create CA of IS type and check the value. Another option is to read msi property 'ProductVersion'. STRING sVer; NUMBER nSize; nSize = MAX_PATH; MsiGetProperty(hMSI, "ProductVersion", sVer, nSize ); MessageBox("ProductVersion: " + sVer, INFORMATION); Regards!
... View more
Dec 10, 2010
09:37 AM
Maybe I will rephrase my question. How to escape ampersand that creates accelerator key on the DestatinationFolder screen (&&) and got the files installed in the path containing single ampersand (&) at the same time? Regards!
... View more
Dec 09, 2010
10:22 AM
Hi, I have noticed that if my INSTALLDIR contains ampersand (&), it is not displayed and the next character is underlined on the DestinationFolder dialog but the files are installed in the correct path. [INSTALLDIR] value: [ProgramFilesFolder]Mom&Dad\Foo DestinationFolder dialog shows: C:\Programs Files\MomDad\Foo (D is underlined) Files get installed to: C:\Programs Files\Mom&Dad\Foo When I use two ampersands, one ampersand is displayed on the DestinationFodler dialog but files are installed under path with two ampersands [INSTALLDIR] value: [ProgramFilesFolder]Mom&&Dad\Foo DestinationFolder dialog shows: C:\Programs Files\Mom&Dad\Foo Files get installed to: C:\Programs Files\Mom&&Dad\Foo Is there a way to show correct path (with ampresands) on the DestinationFolder screen? Regards!
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 15, 2010
09:15 AM
Hi Reureu, I was really surprised when i realized that I am not able to achieve such functionality. Regards!
... View more
Nov 10, 2010
03:28 AM
Hello, Project: Basic MSI I would like to have a Setup.exe and Foo.msi on the media file system and I would like to have the installation files got compressed into the MSI file. I do not see the way to achieve that in InstallShield. If I select Compression: Compressed Setup Launcher: Yes I got files compressed but also msi file itself got compressed into Setup.exe If I select Compresseion: Uncompressed Setup Launcher: Yes Then I got Setup.exe and Foo.msi but the installation files are not compressed. Once again, my goal is to have both Setup.exe and Foo.msi on the media file system and the actual installation files got compressed into Foo.msi. Any help would be appreciated. Regards!
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 21, 2010
01:18 AM
Hi Michael, Chained MSI has to be in a different directory because of many transformation files (mst) that have the same name like parent transformation files. But I as wrote, it is not a problem. Let forget about chained MSI for the time being. Is it possible to create following media file system structure: -CD -----Setup.exe -----Packages ----------Foo --------------Foo.msi By default, if I create such structure and run Setup.exe i obviously got "1155: File not found e:\CD\Foo.msi" because Setup.exe looks for MSI in the same same directory. So the final question is whether I can specify path to the msi in setup.exe or it must be the same directory. Regards!
... View more
Oct 20, 2010
06:56 AM
Hello, Project type: Basic MSI Compression: Uncompressed Is there a way to put Foo.exe in a different directory than related Setup.exe in the Basic MSI project? I would like to achieve following media file system structure: -CD -----Setup.exe -----Packages ----------Foo --------------Foo.msi ----------Boo --------------Boo.msi Where Foo is my main project and Boo is chained MSI. Boo is not a problem, however it seems that msi must be located in the same directory where Setup.exe is located. Is there a way to override this setting? Regards!
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 06, 2010
01:44 AM
Ok, thank you for the fast response. Regards!
... View more
Oct 05, 2010
10:29 AM
Hello, I installed Standalone build 2010 on the windows 2008 x64. WHen i tried to run msbuild task I got following error message: error MSB4062: The "InstallShield.Tasks.InstallShield" task could not be loaded from the assembly C:\Program Files (x86)\MSBuild\InstallShield\2010\InstallShield.Tasks.dll. Could not load file or assembly 'file:///C:\Program Files (x86)\MSBuild\InstallShield\2010\InstallShield.Tasks.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format. Confirm that the declaration is correct, and that the assembly and all its dependencies are available. Bold part indicates that there is a platform mismatch. So my question is: Simlar problem on the MSBuild forum http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/08c1b976-e741-4ea3-91f6-1ae0958f1667 Indeed, if I use x86 version of msbuild then standalone builder will work, but i do not want to do that. Is there a x64 version of Standalone builder? and if not, how can i workaround this issue? Any help would be appreciated. Regards!
... View more
Labels
- Labels:
-
InstallShield 2010
Jul 30, 2010
07:22 AM
Hello, I have several files with the same name in my application. Of course they are located in the different folder. Is there a way to exclude one file (eg A.txt) and keep remaining files (also A.txt) from the dynamic linked folder? Or maybe there is a way to pass location of the file into the pattern? To summarize: -Root -FolderA -A.txt -B.txt -C.txt -FolderB -A.txt -D.txt -E.txt I liked Root folder and I would like to exclude A.txt from the FolderA and keep A.txt from the FolderB. I know I could create 2 dynamic links (one for FOdlerA and one for FolderB) and only exclude the one from the FolderA but in reality there might be hundrets of folders out there. Regards!
... View more
Labels
- Labels:
-
InstallShield 2010
Jul 27, 2010
03:43 PM
Hi, Maybe I did not make myself clear. INSTALLDIR = [ProgramFiles]\My Company\My Product\MyFIle.txt on the media (CD-Rom) MyFIle is places in drive:\program files\My Company\My Product\MyFile1.txt. Is there a way not to have program files folder on the media disk (files are uncompressed) ? Regards!
... View more
Jul 23, 2010
01:14 AM
Hi, Ok, but If I eventually would like to run my CA also in the repair mode, would I be able to access SUPPORTDIR? I think in the maintenance mode the dir will not exist, Iam I right?
... View more
Latest posts by kriz_82
Subject | Views | Posted |
---|---|---|
1396 | Oct 19, 2012 07:14 AM | |
611 | Jul 12, 2012 03:21 AM | |
2278 | Jul 12, 2012 02:31 AM | |
781 | Feb 29, 2012 02:11 AM | |
447 | Dec 10, 2010 09:37 AM | |
1814 | Dec 09, 2010 10:22 AM | |
537 | Nov 15, 2010 09:15 AM | |
1756 | Nov 10, 2010 03:28 AM | |
585 | Oct 21, 2010 01:18 AM | |
2325 | Oct 20, 2010 06:56 AM |
Activity Feed
- Posted Missing progress bar for "Download from the Web" package locatoin on InstallShield Forum. Oct 19, 2012 07:14 AM
- Posted Re: How to upgrate to IS2012 Sprint with Maintenance Plan on InstallShield Forum. Jul 12, 2012 03:21 AM
- Posted How to upgrate to IS2012 Sprint with Maintenance Plan on InstallShield Forum. Jul 12, 2012 02:31 AM
- Posted Re: Setting product version in Registry in BasicMSI on InstallShield Forum. Feb 29, 2012 02:11 AM
- Posted Re: Ampersand in path on InstallShield Forum. Dec 10, 2010 09:37 AM
- Posted Ampersand in path on InstallShield Forum. Dec 09, 2010 10:22 AM
- Posted Re: Compression problem on InstallShield Forum. Nov 15, 2010 09:15 AM
- Posted Compression problem on InstallShield Forum. Nov 10, 2010 03:28 AM
- Posted Re: Setup.exe and Foo.msi relative location on InstallShield Forum. Oct 21, 2010 01:18 AM
- Posted Setup.exe and Foo.msi relative location on InstallShield Forum. Oct 20, 2010 06:56 AM
- Posted Re: Problem with Standalone build on x64 bit platform on InstallShield Forum. Oct 06, 2010 01:44 AM
- Posted Problem with Standalone build on x64 bit platform on InstallShield Forum. Oct 05, 2010 10:29 AM
- Posted Dynamic file linking and advanced exclude on InstallShield Forum. Jul 30, 2010 07:22 AM
- Posted Re: Organization of install media on InstallShield Forum. Jul 27, 2010 03:43 PM
- Posted Re: Where to place SVN files on InstallShield Forum. Jul 23, 2010 01:14 AM
- Posted Re: CA on first install or in repair mode on InstallShield Forum. Jul 22, 2010 03:42 AM
- Posted CA on first install or in repair mode on InstallShield Forum. Jul 22, 2010 01:47 AM
- Posted Where to place SVN files on InstallShield Forum. Jul 21, 2010 09:37 AM
- Posted Re: Chanined installation and language on InstallShield Forum. Jul 14, 2010 02:43 AM
- Posted Organization of install media on InstallShield Forum. Jul 14, 2010 02:30 AM