Bill Patten
bill_Patten at earthlink.net
Fri Feb 3 11:33:08 CST 2006
Thanks Charlotte, I presume you are suggesting something like Command1=0,1,$(AppPath),$(AppPath)\cmd.exe shrtCut.bat if so that didn't work either. Do you know if there is a way to use VSTO with Access XP Runtime? Bill ----- Original Message ----- From: "Charlotte Foust" <cfoust at infostatsystems.com> To: "Access Developers discussion and problem solving" <accessd at databaseadvisors.com> Sent: Friday, February 03, 2006 7:56 AM Subject: Re: [AccessD] OFFXPDEV Packaging Wizard If the bat file runs when you double click it in explorer then you may need to reference the command executable in the run command. It's been years since I used the packaging wizard and crotchets like that are one of the key reasons I don't. Charlotte Foust -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Bill Patten Sent: Thursday, February 02, 2006 5:54 PM To: accessd at databaseadvisors.com Subject: [AccessD] OFFXPDEV Packaging Wizard Using the Office XP Developer packaging wizard, I tell it to run shrtcut.bat after completing the install. This creates a line in the setup.lst file that looks like this. [RunCommands] Command1=0,1,$(AppPath),$(AppPath)\shrtCut.bat This works fine in Win98 the short cut runs as expected. In Windows XP how ever it doesn't Changing to this Command1=0,1,$(AppPath),$(AppPath)\License.txt Works in both Win 98 and Win XP, note pad opens the file. Double clicking on the batch file works in both. It appears that batch files won't work from the install program, any ideas.??? I've searched the web but have found very little about the [RunCommands] item nor where to look for it. Thanks Bill -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com