在网上找到篇帖子,有人回帖,大意是说编辑、编译该InstallShield工程时,是使用的和安装InstallShield时不同的用户!
附上原帖:
http://community.softsummit.com/showthread.php?t=194125
07-09-2010, 10:55 AM
|
dtuazon
New User (0 Posts)
|
|
Join Date: Jul 2010
Posts: 2
|
|
Getting a "This Setup was created with a BETA VERSION of InstallShield"
I am using InstallShield 2010 using the Automation APIs in C# and when i create an installation I have configured to be a CD-ROM type build, I get instead a single exe installation and when the setup is run the message "This setup was created with a BETA VERSION of InstallShield" can be seen. Has anyone seen this behavior and might have a solution with this. My installshield is registered and activated.
|
#2
08-31-2010, 04:55 PM
|
|
I am also having this issue in similar circumstances. I have built at least three dozen packages using this automation layer, and this is dialog is just now showing up.
|
#3
08-31-2010, 05:01 PM
|
dtuazon
New User (0 Posts)
|
|
Join Date: Jul 2010
Posts: 2
|
|
after talking to support they found that the problem for me is that I was using my software that called the automation APIs under a different user account than the one I used to install InstallShield with. Once I figured it out everything is running normally.
|
#3
06-25-2007, 04:00 PM
|
thanh1968
User (5+ Posts)
|
|
Join Date: Jan 2007
Posts: 22
|
|
This is known issue, found a thread that get around this bug. Basicly, set the time a month ahead, run the ISCmdBld and set the time back. Thanks, -Thanh
|