Jan 15, 2010
12:34 PM
Thanks a lot. It's an effective workround. But I need to add a space before any error message :mad:
... View more
Jan 14, 2010
02:11 PM
Hi, I built a basic MSI project by InstallSheild 2010. when an error happened, Windows Installer prompted a SetupError dialog (See attachment). The error messge in SetupError dialog is a little weird since there should be a space after period. Is there anyway to modify the error message? When an error happened, does Windows Installer set the error code or error description to some where(like properties)? Anyone has idea about this? Thanks a lot!
... View more
Labels
- Labels:
-
InstallShield 2010
Jul 31, 2009
12:46 PM
In my MSI basic project, I installed an application to a specified place. Besides, I want to set this application as default open appliction of a type fo files. How can I reach this goal in InstallShiled project? Just adding some registry keys? Anyone has idea? Thanks a lot in advance!
... View more
Labels
- Labels:
-
InstallShield 2008
May 28, 2009
12:39 PM
Thanks, I found a way that give action "CreateShortCuts" a condition. Is that OK?
... View more
May 27, 2009
02:16 PM
I have a MIS baisc project which has two shortcuts. I want to let user choose install shortcuts or not in installation GUI while installing. I knew I can remove the shortcuts from database of MSI file in runtime to reach this goal. However, it will destory the original msi file and a little complex. Is there anyone knows how to prevent install shortcuts in a easier way? Thanks a lot!
... View more
Labels
- Labels:
-
InstallShield 2008
Dec 17, 2008
06:37 PM
Thanks a lot!!!
... View more
Dec 17, 2008
06:18 PM
Hi Thanks for reply! I just tried to use rollbeck custom action. What I did is first , I created custom action named as "StopService" which will stop a service. I set it as immediate execution. Then I created another custom action named as "StartService" which will start the service. I set it as Rollback Exection. In the sequences, StartService is behind StopService. I hope, when I uninstalled the product, StopService will be called first. Then, if I clicked cancel button, StartServoce will be called. It can just reverse what StopService did. In fact, when I clicked cancel button during, StartService was not be called. Can anyone tell me why? Thanks a lot!!!
... View more
Dec 17, 2008
01:58 PM
I had a basic MSI project. When user uninstall from ""Add or Remove Programs", I will use a custom action to reset some settings. Howerver, if user click "cancal" button, I want to use another custom action to set those settings back. The problem is how can I know user clicked "cancel" button. Anyone has idea about that? Thanks!
... View more
Labels
- Labels:
-
InstallShield 2008
Sep 23, 2008
05:57 PM
Yes, I tried it again. It works perfectly! Thanks!
... View more
Sep 23, 2008
05:27 PM
Seems like it shoud work. But when I set "In-Script Execution" of the CA to "Deferred Execution in system context", when upgrade intall, I got an error message "Error 2762. Cannot write script record. Transaction not started"
... View more
Sep 23, 2008
02:34 PM
I have a Basic MSI Project. In upgrade install, I want to use a CA to copy files to previous install folder. However, in order to protect the install folder, the security of that folder is set as only allow SYSTEM coping files to there. However, MSIEXEC lets the CA runs on local admin context, therefore copy file failed. Can I change some settings in InstallShiled in order to let that CA runs on SYSTEM context? Thanks a lot!
... View more
Labels
- Labels:
-
InstallShield 2008
Aug 25, 2008
01:22 PM
Got it, Thanks a lot for big help!!!
... View more
Aug 22, 2008
01:29 PM
I had a basic msi project. In install package, I signed setup.exe and *.msi. The problem is when I wanted to unisntall my application on Vista which turned UAC on, UAC prompted a message that "An unidentified program wants to access to your computer". If I clicked "details", it shows unidentified Publisher Update [ProductVersion] [CompanyName] Since I alreaday signed setup.exe and *.msi, why did UAC warning about "unidentified Publisher"? And why it shows the unidentified Publisher is "Update", I did not have such file in my package. Anyone knows what's happened? Thanks!
... View more
Labels
- Labels:
-
InstallShield 2008
Jul 24, 2008
05:48 PM
I used a set-property custom action set [INSTALLDIR] as [ProgramFilesFolder]\myfolder. During installing, installer can reslove install directory as c:\program files\myfolder. However, if i used function MsiSetProperty set [INSTALLDIR] to "[ProgramFilesFolder]\myfolder", during installing, installer always complained cannot find path "[ProgramFilesFolder]\myfolder". Seems like, installer cannot resolve [ProgramFilesFolder] in the second way. I didn't why! How can I solve this problem, if I really want to use some methods just like second way? Thanks a lot!
... View more
Labels
- Labels:
-
InstallShield 2008
Jul 23, 2008
09:10 PM
RobertDickau wrote: How are you trying to set INSTALLDIR? What kind of custom action? A set-a-directory custom action should resolve [DirectoryID] expressions as you describe it... I used MsiSetProperty to set [INSTALLDIR]. If I used this function set installdir as a full path, it works. But can I use this function set INSTALLDIR to [ProgramFilesFolder]\..... or something like that. What is set-a-directory custom action ? Did you the action ResolveSource?
... View more
Latest posts by Simon_Yang
Subject | Views | Posted |
---|---|---|
841 | Jan 15, 2010 12:34 PM | |
3934 | Jan 14, 2010 02:11 PM | |
1606 | Jul 31, 2009 12:46 PM | |
573 | May 28, 2009 12:39 PM | |
1972 | May 27, 2009 02:16 PM | |
702 | Dec 17, 2008 06:37 PM | |
702 | Dec 17, 2008 06:18 PM | |
2658 | Dec 17, 2008 01:58 PM | |
699 | Sep 23, 2008 05:57 PM | |
699 | Sep 23, 2008 05:27 PM |
Activity Feed
- Posted Re: Can I change the wording of SetupError dialog? on InstallShield Forum. Jan 15, 2010 12:34 PM
- Posted Can I change the wording of SetupError dialog? on InstallShield Forum. Jan 14, 2010 02:11 PM
- Posted How to set an applicatin as default open application of a type of files? on InstallShield Forum. Jul 31, 2009 12:46 PM
- Posted Re: How to prevent install shortcuts to start menu dynamicly? on InstallShield Forum. May 28, 2009 12:39 PM
- Posted How to prevent install shortcuts to start menu dynamicly? on InstallShield Forum. May 27, 2009 02:16 PM
- Posted Re: How to know user click "cancel" button during uninstall? on InstallShield Forum. Dec 17, 2008 06:37 PM
- Posted Re: How to know user click "cancel" button during uninstall? on InstallShield Forum. Dec 17, 2008 06:18 PM
- Posted How to know user click "cancel" button during uninstall? on InstallShield Forum. Dec 17, 2008 01:58 PM
- Posted Re: How to let custom action impersonates as SYSTEM on InstallShield Forum. Sep 23, 2008 05:57 PM
- Posted Re: How to let custom action impersonates as SYSTEM on InstallShield Forum. Sep 23, 2008 05:27 PM
- Posted How to let custom action impersonates as SYSTEM on InstallShield Forum. Sep 23, 2008 02:34 PM
- Posted Re: Ugly prompted uninstall message of Vista UAC on InstallShield Forum. Aug 25, 2008 01:22 PM
- Posted Ugly prompted uninstall message of Vista UAC on InstallShield Forum. Aug 22, 2008 01:29 PM
- Posted What is the different between set-property custom action and MsiSetProperty on InstallShield Forum. Jul 24, 2008 05:48 PM
- Posted Re: how to use [ProgramFilesFolder] like environment varible on InstallShield Forum. Jul 23, 2008 09:10 PM
- Posted how to use [ProgramFilesFolder] like environment varible on InstallShield Forum. Jul 23, 2008 01:20 PM
- Posted Re: Uninstall hangs in Vista. on InstallShield Forum. Jul 08, 2008 05:33 PM
- Posted Uninstall hangs in Vista. on InstallShield Forum. Jul 08, 2008 01:25 PM
- Posted msiexec /norestart did not work on InstallShield Forum. May 02, 2008 04:12 PM
- Posted Re: How to chang the UI pic while installer preparing. on InstallShield Forum. Apr 29, 2008 05:02 PM