Dec 14, 2012
10:14 AM
Hi All. I am trying to create a single msi file, but as soon as i set in Releases compression to compressed, it creates a single setup.exe. What i need ismsi file. Using Installshield 2012 sprin professional. Please help.
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Oct 17, 2012
07:31 AM
Hello guys, thank you for reply. When calling the function RegDBGetKeyValueEx() i am getting error code -2147024894. Please help.
... View more
Oct 12, 2012
12:24 PM
Hi All. I have this script in my InstallScript, it used to work untill i upgraded to InstallShield Spring 2012) and now RegDBGetKeyValueEx function does not return me anything. I added the Software\\Test\\Mytest key under HKEY_LOCAL_MACHINE and to TestString asssigned value "1111" in the registry. Here is my script. function QueryRegistry(hInstall) NUMBER nvType,nResult,nvSize; STRING svValue; begin //nType = REGDB_STRING; nResult = RegDBSetDefaultRoot( HKEY_LOCAL_MACHINE ); nResult = RegDBGetKeyValueEx( "Software\\Test\\Mytest", "TestString", nvType, svValue, nvSize ); MessageBox(svValue, INFORMATION); // if a string (REGDB_STRING) value was found (nResult = 0), // set the value into an Installer property. if ((nResult = 0) && (nvType = REGDB_STRING)) then MsiSetProperty(hInstall, @REG_TEST_PROPERTY, svValue); endif; end; Appreciate any help.
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Jul 25, 2012
07:58 AM
I have exactly same problem as above... that billboards are displayed only for two actions InstallFiles, InstallValidate, and not being displayed for any other actions. If any body has some solution please share. Appreciate any help.
... View more
Jun 15, 2012
11:25 AM
Thank you so much for help. I just could not find were is the location of this file? I am using win 2008 r2 64. thanks again
... View more
Jun 14, 2012
09:11 AM
Hi All. I am trying to ad virtual directorty using Basic MSI. In installation Designer -> Server Configuration -> Internet Information Services to the Web Site section I added WebSite "Default Web Site" and i added VDir Test. Before that I created Test folder and added some files. As soon as msi gets to creating this VDir it rolls back. Here is the log: InstallShield 13:56:40: put_value succeeded. get_StringValue now returns '0' with string value 'false'. InstallShield 13:56:40: CommitChanges for path 'MACHINE/WEBROOT/APPHOST/Default Web Site/TEST' and physical path 'C:\MyPrj\TEST\'. InstallShield 13:56:40: CommitChanges failed with the following HRESULT: '-2147024891'. InstallShield 13:56:40: Error with IISRT: -2147024891 CustomAction ISIISInstall returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) Action ended 13:56:40: InstallFinalize. Return value 3. MSI (s) (D8:68) [13:56:40:121]: User policy value 'DisableRollback' is 0 MSI (s) (D8:68) [13:56:40:122]: Machine policy value 'DisableRollback' is 0 Please help.
... View more
Labels
- Labels:
-
InstallShield 2012
Apr 30, 2012
01:35 PM
Hi, I have same issue, if you will get the answer plese share it. Regards
... View more
Apr 25, 2012
07:48 AM
Sorry i am new for installshield, and i don't realy know how to do that. Thanks in advance.
... View more
Apr 23, 2012
12:23 PM
Hi All. Instead of changing Destination folder, i need to let user to choose only the drive. Is is possible in Installshield? Appreciate any input
... View more
Labels
- Labels:
-
InstallShield 2012
Mar 27, 2012
11:17 AM
Hi All. I have a wise install project, which i need to convert to installshield profesional 2012. I am looking for info like help file, some articles, kb or blogs. Apprciate any help.
... View more
Labels
- Labels:
-
InstallShield 2012
Latest posts by rivin12
Subject | Views | Posted |
---|---|---|
1027 | Dec 14, 2012 10:14 AM | |
1186 | Oct 17, 2012 07:31 AM | |
5683 | Oct 12, 2012 12:24 PM | |
2421 | Jul 25, 2012 07:58 AM | |
662 | Jun 15, 2012 11:25 AM | |
1901 | Jun 14, 2012 09:11 AM | |
576 | Apr 30, 2012 01:35 PM | |
650 | Apr 25, 2012 07:48 AM | |
1574 | Apr 23, 2012 12:23 PM | |
1033 | Mar 27, 2012 11:17 AM |
Activity Feed
- Posted Single msi on InstallShield Forum. Dec 14, 2012 10:14 AM
- Posted Re: RegDBGetKeyValueEx issue on InstallShield Forum. Oct 17, 2012 07:31 AM
- Posted RegDBGetKeyValueEx issue on InstallShield Forum. Oct 12, 2012 12:24 PM
- Posted Re: Display billboard in Basic MSI project on InstallShield Forum. Jul 25, 2012 07:58 AM
- Posted Re: Virtual Directory on InstallShield Forum. Jun 15, 2012 11:25 AM
- Posted Virtual Directory on InstallShield Forum. Jun 14, 2012 09:11 AM
- Posted Re: RegDBGetKeyValueEx - special characters in szName on InstallShield Forum. Apr 30, 2012 01:35 PM
- Posted Re: Changing the Drive on InstallShield Forum. Apr 25, 2012 07:48 AM
- Posted Changing the Drive on InstallShield Forum. Apr 23, 2012 12:23 PM
- Posted migrating from Wise on InstallShield Forum. Mar 27, 2012 11:17 AM